Patrick Rudolph has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/73367 )
Change subject: memory_info: Bump to 64 DIMMs ......................................................................
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 patrick.rudolph@9elements.com --- M src/include/memory_info.h 1 file changed, 15 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/67/73367/1
diff --git a/src/include/memory_info.h b/src/include/memory_info.h index 59b82fd..74aa2a7 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,