From 8bb772379f89cfd79be56f85d822798fb063360a Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Mon, 9 Jan 2012 22:11:25 -0800 Subject: [PATCH] Add Kconfig options to enable TSEG and set a size Future CPUs will require TSEG use for SMM Change-Id: I1432569ece4371d6e12c997e90d66c175fa54c5c Signed-off-by: Duncan Laurie Reviewed-on: http://review.coreboot.org/766 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/cpu/x86/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/cpu/x86/Kconfig b/src/cpu/x86/Kconfig index 68946227b..0eaee2ed4 100644 --- a/src/cpu/x86/Kconfig +++ b/src/cpu/x86/Kconfig @@ -43,3 +43,11 @@ config LOGICAL_CPUS config CACHE_ROM bool default n + +config SMM_TSEG + bool + default n + +config SMM_TSEG_SIZE + hex + default 0 -- 2.25.1