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 <Tim.Chu@quantatw.com> Change-Id: Iead53e96f37c55ba1b7a13fb62db1a1c10fa2e1f Reviewed-on: https://review.coreboot.org/c/coreboot/+/58440 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
13ab1d7879
commit
e0e49c858b
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue