From c6ef9dbd94b4bae54ce019b32b1c2ac0f88c827a Mon Sep 17 00:00:00 2001 From: Marshall Dawson Date: Sun, 14 May 2017 14:16:56 -0600 Subject: soc/amd/stoneyridge: Add tseg size to Kconfig MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a SMM_TSEG_SIZE symbol that can be used in top of memory calculations. Change-Id: I26f3b06f85f0cf5613656c1d5df55bd9ea4bbbbc Signed-off-by: Marshall Dawson Reviewed-on: https://review.coreboot.org/19750 Reviewed-by: Aaron Durbin Reviewed-by: Philippe Mathieu-Daudé Tested-by: build bot (Jenkins) --- src/soc/amd/stoneyridge/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/soc') diff --git a/src/soc/amd/stoneyridge/Kconfig b/src/soc/amd/stoneyridge/Kconfig index d07833d0af..9c184edb2d 100644 --- a/src/soc/amd/stoneyridge/Kconfig +++ b/src/soc/amd/stoneyridge/Kconfig @@ -263,4 +263,9 @@ config STONEYRIDGE_UART to FEDC_6FFFh. UART controller 1 registers range from FEDC_8000h to FEDC_8FFFh. +config SMM_TSEG_SIZE + hex + default 0x800000 if HAVE_SMI_HANDLER + default 0x0 + endif # SOC_AMD_STONEYRIDGE_FP4 || SOC_AMD_STONEYRIDGE_FT4 -- cgit v1.2.3