Skip to content

Commit

Permalink
mb/system76/addw1: Increase max CPUs to 16
Browse files Browse the repository at this point in the history
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: 6a93a45 ("mb/system76/addw1: Add System76 Adder Workstation 1")
Signed-off-by: Tim Crawford <[email protected]>
  • Loading branch information
crawfxrd committed Dec 7, 2021
1 parent 3bc3871 commit e149312
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mainboard/system76/addw1/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ config ONBOARD_VGA_IS_PRIMARY
config UART_FOR_CONSOLE
default 2

config MAX_CPUS
default 16

config DIMM_MAX
default 2

Expand Down

0 comments on commit e149312

Please sign in to comment.