smbios.h: Update smbios_memory_type
Add MRDIMM memory device type. Change-Id: I3cfa3b9278ecebd4bc67c95dd2fb794556e80922 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/88915 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
parent
183589dcbd
commit
d4da533473
1 changed files with 1 additions and 0 deletions
|
|
@ -226,6 +226,7 @@ typedef enum {
|
|||
MEMORY_TYPE_DDR5 = 0x22,
|
||||
MEMORY_TYPE_LPDDR5 = 0x23,
|
||||
MEMORY_TYPE_HBM3 = 0x24,
|
||||
MEMORY_TYPE_MRDIMM = 0x25,
|
||||
} smbios_memory_type;
|
||||
|
||||
typedef enum {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue