[coreboot-gerrit] Change in coreboot[master]: amd/stoneyridge: Increase SMM reserved memory

Marshall Dawson (Code Review) gerrit at coreboot.org
Fri May 18 22:48:39 CEST 2018


Marshall Dawson has uploaded this change for review. ( https://review.coreboot.org/26386


Change subject: amd/stoneyridge: Increase SMM reserved memory
......................................................................

amd/stoneyridge: Increase SMM reserved memory

Add 48KB to the reserved memory used for stage_cache.  This corrects
an error observed when using a debug build of the AGESA blob.

Messages on initial boot
  AGESA: Saving stage to cache
  Error: Can't add stage_cache 57a9e101 to imd
and during resume
  AGESA: Loading stage from cache
  Error: Can't find stage_cache 57a9e101 in imd

TEST=boot/suspend/resume Grunt with debug and release builds
BUG=b:79154155

Change-Id: I3f27059fcef37e335d0301142ba4dedb3809e369
Signed-off-by: Marshall Dawson <marshalldawson3rd at gmail.com>
---
M src/soc/amd/stoneyridge/Kconfig
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/86/26386/1

diff --git a/src/soc/amd/stoneyridge/Kconfig b/src/soc/amd/stoneyridge/Kconfig
index 5e4800f..1af3ccb 100644
--- a/src/soc/amd/stoneyridge/Kconfig
+++ b/src/soc/amd/stoneyridge/Kconfig
@@ -300,7 +300,7 @@
 
 config SMM_RESERVED_SIZE
 	hex
-	default 0x140000
+	default 0x150000
 
 config ACPI_CPU_STRING
 	string

-- 
To view, visit https://review.coreboot.org/26386
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: I3f27059fcef37e335d0301142ba4dedb3809e369
Gerrit-Change-Number: 26386
Gerrit-PatchSet: 1
Gerrit-Owner: Marshall Dawson <marshalldawson3rd at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180518/a104d260/attachment.html>


More information about the coreboot-gerrit mailing list