Patrick Georgi has uploaded this change for review.

View Change

mb/getac/p470: Insist on combined mode

Without that flag my p470 finds neither HDD (on SATA) nor DVD drive (on
PATA).

Change-Id: Ic3fdaeb866e235224e4ec9893ca5790f59c3943e
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
---
M src/mainboard/getac/p470/devicetree.cb
1 file changed, 1 insertion(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/61/34461/1
diff --git a/src/mainboard/getac/p470/devicetree.cb b/src/mainboard/getac/p470/devicetree.cb
index c994553..c0b3471 100644
--- a/src/mainboard/getac/p470/devicetree.cb
+++ b/src/mainboard/getac/p470/devicetree.cb
@@ -42,6 +42,7 @@
register "pirqf_routing" = "0x80"
register "pirqg_routing" = "0x0a"
register "pirqh_routing" = "0x0a"
+ register "sata_mode" = "SATA_MODE_IDE_LEGACY_COMBINED"

# GPI routing
# 0 No effect (default)

To view, visit change 34461. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ic3fdaeb866e235224e4ec9893ca5790f59c3943e
Gerrit-Change-Number: 34461
Gerrit-PatchSet: 1
Gerrit-Owner: Patrick Georgi <pgeorgi@google.com>
Gerrit-MessageType: newchange