Add Kconfig options to enable TSEG and set a size
authorDuncan Laurie <dlaurie@chromium.org>
Tue, 10 Jan 2012 06:11:25 +0000 (22:11 -0800)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Fri, 30 Mar 2012 15:47:22 +0000 (17:47 +0200)
Future CPUs will require TSEG use for SMM

Change-Id: I1432569ece4371d6e12c997e90d66c175fa54c5c
Signed-off-by: Duncan Laurie <dlaurie@google.com>
Reviewed-on: http://review.coreboot.org/766
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
src/cpu/x86/Kconfig

index 68946227b96a30967a5ca935ab460b371feb2683..0eaee2ed40bca6fb5036b5598428c9ede6319783 100644 (file)
@@ -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