[coreboot-gerrit] Patch set updated for coreboot: 215647e asus/kfsn4-dre: Increase maximum logical CPUs for Istanbul devices

Timothy Pearson (tpearson@raptorengineeringinc.com) gerrit at coreboot.org
Sat Jan 31 06:56:48 CET 2015


Timothy Pearson (tpearson at raptorengineeringinc.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8311

-gerrit

commit 215647eef0e360df538537ff50cd30a92e40885c
Author: Timothy Pearson <tpearson at 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 at 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



More information about the coreboot-gerrit mailing list