Jorge Fernandez has uploaded this change for review.

View Change

amd/bettong: Enable SATA controller

Enable the SATA controller on FCH reset.

Change-Id: I6667f8a1da367c01a0c66b84fddbec1958763a4b
Signed-off-by: Jorge Fernandez <jorgefm@cirsa.com>
---
M src/mainboard/amd/bettong/BiosCallOuts.c
1 file changed, 3 insertions(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/23/37623/1
diff --git a/src/mainboard/amd/bettong/BiosCallOuts.c b/src/mainboard/amd/bettong/BiosCallOuts.c
index ba2c6a4..86123f2 100644
--- a/src/mainboard/amd/bettong/BiosCallOuts.c
+++ b/src/mainboard/amd/bettong/BiosCallOuts.c
@@ -87,6 +87,9 @@
FchParams_reset->FchReset.Xhci0Enable = CONFIG(HUDSON_XHCI_ENABLE);
FchParams_reset->FchReset.Xhci1Enable = FALSE;
FchParams_reset->EarlyOemGpioTable = oem_bettong_gpio;
+
+ /* SATA configuration */
+ FchParams_reset->FchReset.SataEnable = TRUE;
} else if (StdHeader->Func == AMD_INIT_ENV) {
FCH_DATA_BLOCK *FchParams_env = (FCH_DATA_BLOCK *)FchData;
printk(BIOS_DEBUG, "Fch OEM config in INIT ENV ");
@@ -103,7 +106,6 @@
FchParams_env->Usb.Xhci1Enable = FALSE;
FchParams_env->Usb.USB30PortInit = 8; /* 8: If USB3 port is unremoveable. */

- /* sata configuration */
/* SD configuration */
/* Rev F has an on-board eMMC, which only supports SD 2.0 */
if (board_id() == 'F') {

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I6667f8a1da367c01a0c66b84fddbec1958763a4b
Gerrit-Change-Number: 37623
Gerrit-PatchSet: 1
Gerrit-Owner: Jorge Fernandez
Gerrit-MessageType: newchange