google/lulu: enable SATA device to sleep in S0
sata_devslp_disable was set to work around some buggy SSD firmware, but as it's disabled by default in both Linux and Windows, no reason to disable at the firmware level when many properly-functioning SSDs can take advantage of power savings. Change-Id: Ib15f8b51db19b3d9d2e135f85c71a15a45a2ffbd Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/19957 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
parent
e7cb29493d
commit
1a5c6201da
|
@ -43,7 +43,6 @@ chip soc/intel/broadwell
|
|||
register "gpe0_en_4" = "0x00000000"
|
||||
|
||||
register "sata_port_map" = "0x1"
|
||||
register "sata_devslp_disable" = "1"
|
||||
|
||||
register "sio_acpi_mode" = "1"
|
||||
|
||||
|
|
Loading…
Reference in New Issue