include/spd.h: Add SPD_MEMORY_TYPE_LPDDR3_INTEL into spd_memory_type

Change-Id: I694af163fb530be49561e74e74d9c08e04986a44
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82223
Reviewed-by: Eric Lai <ericllai@google.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes Haouas
2024-05-06 13:01:20 +02:00
parent 365cd34813
commit 94c6cd1480

View File

@@ -159,6 +159,8 @@ enum spd_memory_type {
SPD_MEMORY_TYPE_LPDDR5_SDRAM = 0x13,
SPD_MEMORY_TYPE_DDR5_NVDIMM_P = 0x14,
SPD_MEMORY_TYPE_LPDDR5X_SDRAM = 0x15,
/* This is not a JEDEC module type ID */
SPD_MEMORY_TYPE_LPDDR3_INTEL = 0xf1,
};
/* SPD_MODULE_VOLTAGE values. */