From c95f507fc76b1d7b7eed670f749621502a3bca1d Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Mon, 7 Sep 2020 13:44:29 +0200 Subject: apollolake: Limit MAX_CPUS to 4 APL does not support Hyper-Threading, and has at most four CPU cores. Change-Id: Ib2ffadc0c31cdd96bec8eed5364c984acb2e1250 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/45143 Reviewed-by: Mario Scheithauer Reviewed-by: Nico Huber Tested-by: build bot (Jenkins) --- src/mainboard/google/reef/Kconfig | 2 +- src/mainboard/siemens/mc_apl1/Kconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mainboard/google/reef/Kconfig b/src/mainboard/google/reef/Kconfig index df1d8c48e8..de4df6213b 100644 --- a/src/mainboard/google/reef/Kconfig +++ b/src/mainboard/google/reef/Kconfig @@ -83,7 +83,7 @@ config MAINBOARD_FAMILY config MAX_CPUS int - default 8 + default 4 config UART_FOR_CONSOLE int diff --git a/src/mainboard/siemens/mc_apl1/Kconfig b/src/mainboard/siemens/mc_apl1/Kconfig index 0fe4a25a01..705351f742 100644 --- a/src/mainboard/siemens/mc_apl1/Kconfig +++ b/src/mainboard/siemens/mc_apl1/Kconfig @@ -42,6 +42,6 @@ config UART_FOR_CONSOLE config MAX_CPUS int - default 8 + default 4 endif # BOARD_SIEMENS_BASEBOARD_MC_APL1 -- cgit v1.2.3