[coreboot] New patch to review for coreboot: d7f3d69 Allow more CPU cores on Emerald Lake 2 CRB

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Tue May 1 01:49:52 CEST 2012


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/966

-gerrit

commit d7f3d6996e3d67f69533a69d773e4fde897d347a
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Wed Mar 28 13:19:15 2012 -0700

    Allow more CPU cores on Emerald Lake 2 CRB
    
    The Emerald Lake 2 CRB can potentially have more
    than 8 CPU cores, so update the number of max cores
    accordingly.
    
    Change-Id: Ia42ed8a84916f66dfbfdf2a72cbbed5cea61899b
    Signed-off-by: Stefan Reinauer <reinauer at google.com>
---
 src/mainboard/intel/emeraldlake2/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mainboard/intel/emeraldlake2/Kconfig b/src/mainboard/intel/emeraldlake2/Kconfig
index 9916aaa..002ae2a 100644
--- a/src/mainboard/intel/emeraldlake2/Kconfig
+++ b/src/mainboard/intel/emeraldlake2/Kconfig
@@ -37,7 +37,7 @@ config IRQ_SLOT_COUNT
 
 config MAX_CPUS
 	int
-	default 8
+	default 16
 
 config MAX_PHYSICAL_CPUS
 	int




More information about the coreboot mailing list