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>
This commit is contained in:
parent
b608db9ef5
commit
d8740c31df
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue