Tim Crawford has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/59964 )
Change subject: mb/system76/addw1: Increase max CPUs to 16 ......................................................................
mb/system76/addw1: Increase max CPUs to 16
The addw1 supports an i9-9980HK and the addw2 uses an i7-10875H. These CPUs have 8 cores and 16 threads. Fixes booting on addw2.
Change-Id: I4639b40c3ab9c6d6ad5abbbb3618c750c7d40695 Fixes: 6a93a4524205 ("mb/system76/addw1: Add System76 Adder Workstation 1") Signed-off-by: Tim Crawford tcrawford@system76.com --- M src/mainboard/system76/addw1/Kconfig 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/64/59964/1
diff --git a/src/mainboard/system76/addw1/Kconfig b/src/mainboard/system76/addw1/Kconfig index c307a7d..64aa12b 100644 --- a/src/mainboard/system76/addw1/Kconfig +++ b/src/mainboard/system76/addw1/Kconfig @@ -61,6 +61,9 @@ config UART_FOR_CONSOLE default 2
+config MAX_CPUS + default 16 + config DIMM_MAX default 2