From e0e49c858bc603ac8216cd3d87c6a4a9996a8083 Mon Sep 17 00:00:00 2001 From: Tim Chu Date: Tue, 19 Oct 2021 02:48:34 +0000 Subject: include/memory_info.h: Increase DIMM_INFO_TOTAL number from 8 to 16 Increase the number of total dimm to 16 to support system with more than 8 dimms. Also, remove unneeded comment. TESTED=On S9S, dmidecode -t 17 shows expected results. Signed-off-by: Tim Chu Change-Id: Iead53e96f37c55ba1b7a13fb62db1a1c10fa2e1f Reviewed-on: https://review.coreboot.org/c/coreboot/+/58440 Reviewed-by: Angel Pons Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) --- 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 fed5bbe265..2f1399388f 100644 --- a/src/include/memory_info.h +++ b/src/include/memory_info.h @@ -9,7 +9,7 @@ #define DIMM_INFO_SERIAL_SIZE 4 #define DIMM_INFO_PART_NUMBER_SIZE 33 -#define DIMM_INFO_TOTAL 8 /* Maximum num of dimm is 8 */ +#define DIMM_INFO_TOTAL 16 /** * If this table is filled and put in CBMEM, -- cgit v1.2.3