smbios.h: Update smbios_memory_form_factor
Add CAMM, CUDIMM and CSODIMM from factors. Change-Id: I5719998583da9312f4de80a4fbe79f0b3cf0bfba Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/88914 Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
58726e58e4
commit
183589dcbd
1 changed files with 3 additions and 0 deletions
|
|
@ -187,6 +187,9 @@ typedef enum {
|
|||
MEMORY_FORMFACTOR_SRIMM = 0x0e,
|
||||
MEMORY_FORMFACTOR_FBDIMM = 0x0f,
|
||||
MEMORY_FORMFACTOR_DIE = 0x10,
|
||||
MEMORY_FORMFACTOR_CAMM = 0x11,
|
||||
MEMORY_FORMFACTOR_CUDIMM = 0x12,
|
||||
MEMORY_FORMFACTOR_CSODIMM = 0x13,
|
||||
} smbios_memory_form_factor;
|
||||
|
||||
typedef enum {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue