[coreboot-gerrit] Patch set updated for coreboot: 73412c2 Lenovo ThinkPad X60: Add support for TSEG

Denis Carikli (GNUtoo@no-log.org) gerrit at coreboot.org
Sat May 25 23:56:50 CEST 2013


Denis Carikli (GNUtoo at no-log.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3283

-gerrit

commit 73412c2b460a5e9dafc0d7b19ad74d61035f7400
Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Fri May 24 14:02:15 2013 +0200

    Lenovo ThinkPad X60: Add support for TSEG
    
    The machine booted correctly under the parabola
      GNU/Linux distribution.
    
    Change-Id: I9717196e0c524cadff77ba78271cdb6fe627b014
    Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
---
 src/mainboard/lenovo/x60/Kconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/mainboard/lenovo/x60/Kconfig b/src/mainboard/lenovo/x60/Kconfig
index 1431a2f..729e208 100644
--- a/src/mainboard/lenovo/x60/Kconfig
+++ b/src/mainboard/lenovo/x60/Kconfig
@@ -25,6 +25,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select USE_OPTION_TABLE
 	select MAINBOARD_HAS_NATIVE_VGA_INIT
 	select EARLY_CBMEM_INIT
+	select SMM_TSEG
 
 config MAINBOARD_DIR
 	string
@@ -54,4 +55,8 @@ config MAX_CPUS
 	int
 	default 2
 
+config SMM_TSEG_SIZE
+        hex
+        default 0x100000
+
 endif



More information about the coreboot-gerrit mailing list