From d8740c31df357b6460caa4cf0d30429c09b16b0b Mon Sep 17 00:00:00 2001 From: Johnny Lin Date: Wed, 4 May 2022 15:16:16 +0800 Subject: include/memory_info.h: Increase DIMM_INFO_TOTAL to 32 For multiple sockets platform 16 may not be enough, so increase it to 32. Tested=On a platform that has more than 16 memory DIMM, SMBIOS type 17 can show all DIMM tables. Change-Id: If72a8622ac1e7e67646aa4dd24b99637fb8b1297 Signed-off-by: Johnny Lin Reviewed-on: https://review.coreboot.org/c/coreboot/+/64041 Tested-by: build bot (Jenkins) Reviewed-by: Jonathan Zhang Reviewed-by: lichenchen.carl --- src/include/memory_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/memory_info.h b/src/include/memory_info.h index 9d02aef558..676c17022c 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 16 +#define DIMM_INFO_TOTAL 32 /** * If this table is filled and put in CBMEM, -- cgit v1.2.3