[coreboot-gerrit] New patch to review for coreboot: mb/lenovo/t400: Increase MAX_CPUS to 4

Arthur Heymans (arthur@aheymans.xyz) gerrit at coreboot.org
Sun Jan 8 21:56:44 CET 2017


Arthur Heymans (arthur at aheymans.xyz) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18059

-gerrit

commit ab2003f34c737ac787c73d8b23acd5d56ffae934
Author: Arthur Heymans <arthur at aheymans.xyz>
Date:   Sun Jan 8 21:55:13 2017 +0100

    mb/lenovo/t400: Increase MAX_CPUS to 4
    
    The Lenovo T400 has a CPU socket that can fit quad cores.
    
    Change-Id: I585775ac9510cc7d2c2d731531f536c1a56b81e8
    Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
 src/mainboard/lenovo/t400/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/lenovo/t400/Kconfig b/src/mainboard/lenovo/t400/Kconfig
index 47e7688..2078a27 100644
--- a/src/mainboard/lenovo/t400/Kconfig
+++ b/src/mainboard/lenovo/t400/Kconfig
@@ -46,7 +46,7 @@ config USBDEBUG_HCD_INDEX
 
 config MAX_CPUS
 	int
-	default 2
+	default 4
 
 config CBFS_SIZE
 	hex



More information about the coreboot-gerrit mailing list