[coreboot-gerrit] New patch to review for coreboot: mb/gigabyte/ga-g41m-es2l: Add MAX_CPU = 4 in Kconfig

Arthur Heymans (arthur@aheymans.xyz) gerrit at coreboot.org
Sun Nov 20 18:54:20 CET 2016


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

-gerrit

commit 95566a4b90fea99d3ba5b18e3bbfb38a23f02e27
Author: Arthur Heymans <arthur at aheymans.xyz>
Date:   Sun Nov 20 18:47:38 2016 +0100

    mb/gigabyte/ga-g41m-es2l: Add MAX_CPU = 4 in Kconfig
    
    This motherboard support Intel core 2 quads.
    
    Before this change SeaBIOS was not usable, due to it crashing before it
    got to load anything.
    
    Change-Id: Ifdaaceace04f9ba0753aab2d3b05c0519367f91f
    Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
 src/mainboard/gigabyte/ga-g41m-es2l/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig b/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig
index 281d498..3d2a892 100644
--- a/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig
+++ b/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig
@@ -46,4 +46,8 @@ config MAINBOARD_PART_NUMBER
 	string
 	default "GA-G41M-ES2L"
 
+config MAX_CPUS
+	int
+	default 4
+
 endif # BOARD_GIGABYTE_GA_G41M_ES2L



More information about the coreboot-gerrit mailing list