Anil Kumar K has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/84227?usp=email )
Change subject: [Debug] Set MAX cpu to 1 ......................................................................
[Debug] Set MAX cpu to 1
Change-Id: Ib9c0e7ea671a18e2f8027baf5beb810e030732c1 --- M src/soc/intel/meteorlake/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/84227/1
diff --git a/src/soc/intel/meteorlake/Kconfig b/src/soc/intel/meteorlake/Kconfig index ec8c318..36c384b 100644 --- a/src/soc/intel/meteorlake/Kconfig +++ b/src/soc/intel/meteorlake/Kconfig @@ -158,7 +158,7 @@
config MAX_CPUS int - default 22 + default 1
config DCACHE_RAM_BASE default 0xfef00000