From c79ced0a68f9ae294f5c7d288863e3e3f0532928 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Sun, 20 Nov 2016 18:47:38 +0100 Subject: mb/gigabyte/ga-g41m-es2l: Add MAX_CPU = 4 in Kconfig MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/17537 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- src/mainboard/gigabyte/ga-g41m-es2l/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mainboard/gigabyte/ga-g41m-es2l') diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig b/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig index 281d498459..3d2a892b60 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 -- cgit v1.2.3