soc/intel/common: Add DDR5 and LPDDR5 into the SMBIOS table

Add DDR5 and LPDDR5 memory technology into the SMBIOS Memory Type
table.

Change-Id: I1ec442cf0bd830db99e3636445724b6be01c5564
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/58576
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
This commit is contained in:
Subrata Banik 2021-10-27 23:04:07 +05:30
parent 3afa467a88
commit 6cdc838b0d
1 changed files with 2 additions and 0 deletions

View File

@ -192,6 +192,8 @@ typedef enum {
MEMORY_TYPE_LOGICAL_NON_VOLATILE_DEVICE = 0x1f,
MEMORY_TYPE_HBM = 0x20,
MEMORY_TYPE_HBM2 = 0x21,
MEMORY_TYPE_DDR5 = 0x22,
MEMORY_TYPE_LPDDR5 = 0x23,
} smbios_memory_type;
typedef enum {