Varshit Pandya has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/78402?usp=email )
Change subject: soc/amd/genoa: Add MAX_CPUS ......................................................................
soc/amd/genoa: Add MAX_CPUS
Change-Id: I817fea7c41477f476794e9e5c16451037d01f912 Signed-off-by: Varshit Pandya pandyavarshit@gmail.com --- M src/soc/amd/genoa/Kconfig 1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/02/78402/1
diff --git a/src/soc/amd/genoa/Kconfig b/src/soc/amd/genoa/Kconfig index af4056a..fc4bf57 100644 --- a/src/soc/amd/genoa/Kconfig +++ b/src/soc/amd/genoa/Kconfig @@ -44,6 +44,10 @@ hex default 0x1000
+config MAX_CPUS + int + default 384 + config PSP_APOB_DRAM_ADDRESS hex default 0x7001000