diff options
author | Johnny Lin <johnny_lin@wiwynn.com> | 2022-05-04 15:16:16 +0800 |
---|---|---|
committer | Tim Wawrzynczak <twawrzynczak@chromium.org> | 2022-05-12 18:35:12 +0000 |
commit | d8740c31df357b6460caa4cf0d30429c09b16b0b (patch) | |
tree | 6b3b07810a0e52fa405355ccdacf0651a3b7ddab | |
parent | b608db9ef5b0530ad98a0fe96dccebb28e513a53 (diff) |
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 <johnny_lin@wiwynn.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64041
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jonathan Zhang <jonzhang@fb.com>
Reviewed-by: lichenchen.carl <lichenchen.carl@bytedance.com>
-rw-r--r-- | src/include/memory_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, |