[coreboot-gerrit] Change in coreboot[master]: mb/google/kahlee/OemCustomize.c: Fix AGESA warning

Richard Spiegel (Code Review) gerrit at coreboot.org
Wed Feb 14 20:14:22 CET 2018


Richard Spiegel has uploaded this change for review. ( https://review.coreboot.org/23763


Change subject: mb/google/kahlee/OemCustomize.c: Fix AGESA warning
......................................................................

mb/google/kahlee/OemCustomize.c: Fix AGESA warning

AmdInitPost returns AGESA_WARNING. This is because AGESA by default
enables bank interleaving, while the HW does not meet the requirements
for it. Disable bank interleaving, thus clearing AGESA_WARNING.

BUG=b:65221558
TEST= Build and run kahlee. Search for "agesawrapper_amdinitpost()
returned AGESA_SUCCESS".

Change-Id: Ice9270f9b10051dbb622344919223cf5439f5d7b
Signed-off-by: Richard Spiegel <richard.spiegel at silverbackltd.com>
---
M src/mainboard/google/kahlee/OemCustomize.c
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/63/23763/1

diff --git a/src/mainboard/google/kahlee/OemCustomize.c b/src/mainboard/google/kahlee/OemCustomize.c
index 8ab8e54..d9cfbc2 100644
--- a/src/mainboard/google/kahlee/OemCustomize.c
+++ b/src/mainboard/google/kahlee/OemCustomize.c
@@ -39,4 +39,5 @@
 {
 	PostParams->MemConfig.PlatformMemoryConfiguration =
 				(PSO_ENTRY *)DDR4PlatformMemoryConfiguration;
+	PostParams->MemConfig.EnableBankIntlv = FALSE;
 }

-- 
To view, visit https://review.coreboot.org/23763
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ice9270f9b10051dbb622344919223cf5439f5d7b
Gerrit-Change-Number: 23763
Gerrit-PatchSet: 1
Gerrit-Owner: Richard Spiegel <richard.spiegel at silverbackltd.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180214/aa959b8f/attachment-0001.html>


More information about the coreboot-gerrit mailing list