mb/siemens/mc_ehl1: Use SSD type for SATA ports
There are only SSD connected to SATA ports on this mainboard. To prevent misbehavior, set the correct hard drive type for enabled SATA ports. BUG=none TEST=Boot into OS and check the stability of the SSD Change-Id: I116b1e36f0582956604c3c2508961ffb3de0898a Signed-off-by: Mario Scheithauer <mario.scheithauer@siemens.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/74947 Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jan Samek <jan.samek@siemens.com> Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
This commit is contained in:
parent
a44affd550
commit
b045135524
|
@ -80,6 +80,8 @@ chip soc/intel/elkhartlake
|
|||
register "SataPortsEnable[1]" = "1"
|
||||
register "SataPortsDevSlp[0]" = "0"
|
||||
register "SataPortsDevSlp[1]" = "0"
|
||||
register "SataPortsSSD[0]" = "1"
|
||||
register "SataPortsSSD[1]" = "1"
|
||||
register "SataSpeed" = "SATA_GEN2"
|
||||
|
||||
register "ScsEmmcHs400Enabled" = "0"
|
||||
|
|
Loading…
Reference in New Issue