[coreboot-gerrit] Change in coreboot[master]: google/kahlee: Don't set AGESA memory clear

Marc Jones (Code Review) gerrit at coreboot.org
Tue Sep 19 04:05:43 CEST 2017


Marc Jones has uploaded this change for review. ( https://review.coreboot.org/21596


Change subject: google/kahlee: Don't set AGESA memory clear
......................................................................

google/kahlee: Don't set AGESA memory clear

The Linux Pstore area must not be cleared on a reboot. Set the option
to not clear the memory in AGESA.

BUG=b:64193190
BRANCH=none
TEST=Memory clear isn't called in AGESA.

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



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/96/21596/1

diff --git a/src/mainboard/google/kahlee/OemCustomize.c b/src/mainboard/google/kahlee/OemCustomize.c
index 2043193..8769ece 100644
--- a/src/mainboard/google/kahlee/OemCustomize.c
+++ b/src/mainboard/google/kahlee/OemCustomize.c
@@ -36,4 +36,6 @@
 {
 	PostParams->MemConfig.PlatformMemoryConfiguration =
 				(PSO_ENTRY *)DDR4PlatformMemoryConfiguration;
+	/* disable memory clear for pstore memory storeage and boot time */
+	PostParams->MemConfig.EnableMemClr = FALSE;
 }

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9b8286ade718fa80bf3badd478ab9a7df643ab98
Gerrit-Change-Number: 21596
Gerrit-PatchSet: 1
Gerrit-Owner: Marc Jones <marc at marcjonesconsulting.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170919/770dd77b/attachment.html>


More information about the coreboot-gerrit mailing list