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

Marc Jones (Code Review) gerrit at coreboot.org
Thu Apr 6 19:10:07 CEST 2017


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

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: Ideac67c0ecd3299ac12d5409026e52be02b0c0a4
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/69/19169/1

diff --git a/src/mainboard/google/kahlee/BiosCallOuts.c b/src/mainboard/google/kahlee/BiosCallOuts.c
index 2ec2ef5..7a2d16a 100644
--- a/src/mainboard/google/kahlee/BiosCallOuts.c
+++ b/src/mainboard/google/kahlee/BiosCallOuts.c
@@ -145,6 +145,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;
 #if IS_ENABLED(CONFIG_HUDSON_IMC_FWM)
 		oem_fan_control(FchParams_env);
 #endif

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ideac67c0ecd3299ac12d5409026e52be02b0c0a4
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