[coreboot] New patch to review for coreboot: b0ba5e3 Add Kconfig options to enable TSEG and set a size

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Wed Mar 7 02:06:26 CET 2012


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/766

-gerrit

commit b0ba5e3a291611e2389755c6037ea289207b74fe
Author: Duncan Laurie <dlaurie at chromium.org>
Date:   Mon Jan 9 22:11:25 2012 -0800

    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 <dlaurie at google.com>
---
 src/cpu/x86/Kconfig |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/cpu/x86/Kconfig b/src/cpu/x86/Kconfig
index fdbd527..2033a0a 100644
--- a/src/cpu/x86/Kconfig
+++ b/src/cpu/x86/Kconfig
@@ -42,3 +42,11 @@ config LOGICAL_CPUS
 config CACHE_ROM
 	bool
 	default n
+
+config SMM_TSEG
+	bool
+	default n
+
+config SMM_TSEG_SIZE
+	hex
+	default 0




More information about the coreboot mailing list