include/spd.h: Add new spd_memory_type values

This adds LPDDR4X, DDR5,LPDDR5, DDR5_NVDIMM_P and LPDDR5X, according
to revision of JESD400-5A.01, January 2023.

Change-Id: I15802da03dc748c0e7f6b035fed25371afe3eed4
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82217
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Eric Lai <ericllai@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes Haouas
2024-05-06 12:10:41 +02:00
parent 3d807d262f
commit 365cd34813

View File

@@ -154,6 +154,11 @@ enum spd_memory_type {
SPD_MEMORY_TYPE_DDR4E_SDRAM = 0x0e,
SPD_MEMORY_TYPE_LPDDR3_SDRAM = 0x0f,
SPD_MEMORY_TYPE_LPDDR4_SDRAM = 0x10,
SPD_MEMORY_TYPE_LPDDR4X_SDRAM = 0x11,
SPD_MEMORY_TYPE_DDR5_SDRAM = 0x12,
SPD_MEMORY_TYPE_LPDDR5_SDRAM = 0x13,
SPD_MEMORY_TYPE_DDR5_NVDIMM_P = 0x14,
SPD_MEMORY_TYPE_LPDDR5X_SDRAM = 0x15,
};
/* SPD_MODULE_VOLTAGE values. */