Timothy Pearson (tpearson@raptorengineeringinc.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8311
-gerrit
commit 3bf6b0a3485f9b0f1d70d029ca89e7080877f66a Author: Timothy Pearson tpearson@raptorengineeringinc.com Date: Fri Jan 30 23:48:52 2015 -0600
asus/kfsn4-dre: Increase maximum logical CPUs for Istanbul devices
Test: Single Opteron 2419 with 1GB RAM in slot A1 Booted Ubuntu Linux 14.04 and verified all 6 cores were visible Brief stress test of all 6 cores simultaneously Verified proper ACPI power states for all 6 cores
Change-Id: I1e598e36f9eaed5ba8a18b9c62ceedee16870f15 Signed-off-by: Timothy Pearson tpearson@raptorengineeringinc.com --- src/mainboard/asus/kfsn4-dre/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mainboard/asus/kfsn4-dre/Kconfig b/src/mainboard/asus/kfsn4-dre/Kconfig index 245fecf..5779418 100644 --- a/src/mainboard/asus/kfsn4-dre/Kconfig +++ b/src/mainboard/asus/kfsn4-dre/Kconfig @@ -54,7 +54,7 @@ config PCI_64BIT_PREF_MEM
config MAX_CPUS int - default 8 + default 12
config MAX_PHYSICAL_CPUS int