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:
Elyes Haouas 2025-08-23 08:55:37 +02:00 committed by Matt DeVillier
commit 183589dcbd

View file

@ -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 {