diff options
author | Tim Chu <Tim.Chu@quantatw.com> | 2021-10-19 02:48:34 +0000 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-10-21 20:10:03 +0000 |
commit | e0e49c858bc603ac8216cd3d87c6a4a9996a8083 (patch) | |
tree | a03295359fdc05dd9ab939e098fcedc850e13566 /src/include | |
parent | 13ab1d787907e0af9744ce1afbb855e9c5a2bb50 (diff) |
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>
Diffstat (limited to 'src/include')
-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 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, |