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

Denis Carikli (GNUtoo@no-log.org) gerrit at coreboot.org
Sat May 25 14:29:56 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 40a340660c5ca4ceb4e76f5898ba29ec2b6ecec7
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
    
    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 737a789..01c006e 100644
--- a/src/mainboard/lenovo/x60/Kconfig
+++ b/src/mainboard/lenovo/x60/Kconfig
@@ -26,6 +26,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select MAINBOARD_HAS_NATIVE_VGA_INIT
 	select EARLY_CBMEM_INIT
 	select MARK_GRAPHICS_MEM_WRCOMB
+	select SMM_TSEG
 
 config MAINBOARD_DIR
 	string
@@ -55,4 +56,8 @@ config MAX_CPUS
 	int
 	default 2
 
+config SMM_TSEG_SIZE
+        hex
+        default 0x100000
+
 endif



More information about the coreboot-gerrit mailing list