Edward O'Callaghan has submitted this change. ( https://review.coreboot.org/c/coreboot/+/46270 )
Change subject: mb/google/puff: Enable SATA0 on wyvern ......................................................................
mb/google/puff: Enable SATA0 on wyvern
A SATA drive may be connected to SATA0.
BUG=b:162909831 BRANCH=puff TEST=none
Change-Id: I2a4ce2f89fa6d786358e01add15f2eedfbe4b20f Signed-off-by: Sam McNally sammc@chromium.org Reviewed-on: https://review.coreboot.org/c/coreboot/+/46270 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Edward O'Callaghan quasisec@chromium.org --- M src/mainboard/google/hatch/variants/wyvern/overridetree.cb 1 file changed, 2 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Edward O'Callaghan: Looks good to me, approved
diff --git a/src/mainboard/google/hatch/variants/wyvern/overridetree.cb b/src/mainboard/google/hatch/variants/wyvern/overridetree.cb index 3320455..8ca9ce4 100644 --- a/src/mainboard/google/hatch/variants/wyvern/overridetree.cb +++ b/src/mainboard/google/hatch/variants/wyvern/overridetree.cb @@ -3,6 +3,8 @@ # Auto-switch between X4 NVMe and X2 NVMe. register "TetonGlacierMode" = "1"
+ register "SataPortsEnable[0]" = "1" + register "SerialIoDevMode" = "{ [PchSerialIoIndexI2C0] = PchSerialIoDisabled, [PchSerialIoIndexI2C1] = PchSerialIoDisabled,