[coreboot] Patch set updated for coreboot: 099a1d6 Add Kconfig options to enable TSEG and set a size

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Fri Mar 30 09:04:23 CEST 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 099a1d65203f9e0529dcfa986639ce91ffdec05d
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 6894622..0eaee2e 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




More information about the coreboot mailing list