mb/prodrive/hermes: Enable SATA power optimizer
Enable SATA power optimizer as recommended by Intel. Tested, a SATA SSD is still detected correctly by SeaBIOS (version 1.14.1). Change-Id: Ia6d29de08583dfc0c2d38e8395adcaa2c540ec7b Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/57834 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
This commit is contained in:
@ -8,6 +8,7 @@ chip soc/intel/cannonlake
|
|||||||
|
|
||||||
register "SataMode" = "0" # AHCI
|
register "SataMode" = "0" # AHCI
|
||||||
register "SataSalpSupport" = "0"
|
register "SataSalpSupport" = "0"
|
||||||
|
register "satapwroptimize" = "1"
|
||||||
register "SataPortsDevSlp[1]" = "1" # PCH_M2_SATA_DEVSLP1
|
register "SataPortsDevSlp[1]" = "1" # PCH_M2_SATA_DEVSLP1
|
||||||
|
|
||||||
register "SataPortsEnable[0]" = "1"
|
register "SataPortsEnable[0]" = "1"
|
||||||
@ -163,7 +164,6 @@ chip soc/intel/cannonlake
|
|||||||
|
|
||||||
register "DisableHeciRetry" = "1"
|
register "DisableHeciRetry" = "1"
|
||||||
|
|
||||||
|
|
||||||
device domain 0 on
|
device domain 0 on
|
||||||
device pci 02.0 on end # Integrated Graphics Device
|
device pci 02.0 on end # Integrated Graphics Device
|
||||||
device pci 14.3 on
|
device pci 14.3 on
|
||||||
|
Reference in New Issue
Block a user