[coreboot-gerrit] Change in coreboot[master]: google/kahlee: Pass GPIO setting in amdinitenv

Marc Jones (Code Review) gerrit at coreboot.org
Wed May 24 01:07:16 CEST 2017


Marc Jones has uploaded a new change for review. ( https://review.coreboot.org/19839 )

Change subject: google/kahlee: Pass GPIO setting in amdinitenv
......................................................................

google/kahlee: Pass GPIO setting in amdinitenv

GPIOs for I2C3 were being unset in amdinitmid if the GPIO
enable table wasn't passed. It had been initialy set in amdinitreset.

Change-Id: I41cd7873f8c8543c95ad8653e0a3887f7d0487a2
Signed-off-by: Marc Jones <marcj303 at gmail.com>
---
M src/mainboard/google/kahlee/BiosCallOuts.c
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/19839/1

diff --git a/src/mainboard/google/kahlee/BiosCallOuts.c b/src/mainboard/google/kahlee/BiosCallOuts.c
index cadbb7a..5ca0feb 100644
--- a/src/mainboard/google/kahlee/BiosCallOuts.c
+++ b/src/mainboard/google/kahlee/BiosCallOuts.c
@@ -147,6 +147,7 @@
 	} 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 ");
+		FchParams_env->PostOemGpioTable = oem_kahlee_gpio;
 
 		/* XHCI configuration */
 #if CONFIG_STONEYRIDGE_XHCI_ENABLE

-- 
To view, visit https://review.coreboot.org/19839
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I41cd7873f8c8543c95ad8653e0a3887f7d0487a2
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Marc Jones <marc at marcjonesconsulting.com>



More information about the coreboot-gerrit mailing list