From c39eb2002725e55aaf1105bbc315631940073b40 Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Mon, 30 Jan 2023 13:44:50 +0100 Subject: memory_info: Bump to 64 DIMMs Intel SPR supports up to 64 DIMMs on a 4 socket board. Bump DIMM_INFO struct to 64 slots to properly present all of them to the OS. Change-Id: I52d77c4e9bff96adba6d265a272e0e425dbdb791 Signed-off-by: Patrick Rudolph Reviewed-on: https://review.coreboot.org/c/coreboot/+/73367 Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) Reviewed-by: Naresh --- src/include/memory_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/memory_info.h b/src/include/memory_info.h index 59b82fd446..74aa2a7b88 100644 --- a/src/include/memory_info.h +++ b/src/include/memory_info.h @@ -8,7 +8,7 @@ #define DIMM_INFO_SERIAL_SIZE 4 #define DIMM_INFO_PART_NUMBER_SIZE 33 -#define DIMM_INFO_TOTAL 32 +#define DIMM_INFO_TOTAL 64 /** * If this table is filled and put in CBMEM, -- cgit v1.2.3