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

-gerrit

commit b0ba5e3a291611e2389755c6037ea289207b74fe
Author: Duncan Laurie <[email protected]>
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 <[email protected]>
---
 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

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to