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(a)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(a)silverbackltd.com>
Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/23757 )
Change subject: mb/google/soraka: Set psys_max to 45W
......................................................................
Patch Set 4:
(1 comment)
> Patch Set 4:
>
> This should apply to all poppy derivatives, not just soraka.
>
> Otherwise LGTM if the PSYS value matches values from the battery.
+1
https://review.coreboot.org/#/c/23757/4//COMMIT_MSG
Commit Message:
https://review.coreboot.org/#/c/23757/4//COMMIT_MSG@12
PS4, Line 12: 66066340
b:66066340
--
To view, visit https://review.coreboot.org/23757
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: If6f624733830b462329b5f539c20e2aea664143e
Gerrit-Change-Number: 23757
Gerrit-PatchSet: 4
Gerrit-Owner: Naresh Solanki <naresh.solanki(a)intel.com>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Nicolas Boichat <drinkcat(a)chromium.org>
Gerrit-Reviewer: Rizwan Qureshi <rizwan.qureshi(a)intel.com>
Gerrit-Reviewer: Sumeet R Pawnikar <sumeet.r.pawnikar(a)intel.com>
Gerrit-Comment-Date: Wed, 14 Feb 2018 18:37:31 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No