[coreboot-gerrit] Change in coreboot[master]: amd/pi/00670F00: Add tseg size to Kconfig

Marshall Dawson (Code Review) gerrit at coreboot.org
Wed Apr 12 20:31:52 CEST 2017


Marshall Dawson has uploaded a new change for review. ( https://review.coreboot.org/19261 )

Change subject: amd/pi/00670F00: Add tseg size to Kconfig
......................................................................

amd/pi/00670F00: Add tseg size to Kconfig

Add a SMM_TSEG_SIZE symbol that can be used in top of memory
calculations.

Change-Id: Ief1ab23f37b2fdfce88a4b000ddeb5b947239587
Signed-off-by: Marshall Dawson <marshalldawson3rd at gmail.com>
---
M src/cpu/amd/pi/00670F00/Kconfig
1 file changed, 5 insertions(+), 0 deletions(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/61/19261/1

diff --git a/src/cpu/amd/pi/00670F00/Kconfig b/src/cpu/amd/pi/00670F00/Kconfig
index 16884f1..373b358 100644
--- a/src/cpu/amd/pi/00670F00/Kconfig
+++ b/src/cpu/amd/pi/00670F00/Kconfig
@@ -52,4 +52,9 @@
 	# Assume the maximum size of stack as (0xA0000 - 0x30000 + 0x1000)
 	default 0xA1000
 
+config SMM_TSEG_SIZE
+	hex
+	default 0x800000 if HAVE_SMI_HANDLER
+	default 0
+
 endif

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ief1ab23f37b2fdfce88a4b000ddeb5b947239587
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Marshall Dawson <marshalldawson3rd at gmail.com>



More information about the coreboot-gerrit mailing list