From ca971d132508a32caada6195cae8471afc13db38 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Fri, 4 Nov 2022 18:33:37 +0530 Subject: lib: Add LPDDR5x DRAM type BUG=none TEST=Able to build and boot Google, Rex SKU2 (Micron LPDDR5x MT62F1G32D2DS-026). Without this code change: [INFO ] SPD: module type is UNKNOWN With this code change: [INFO ] SPD: module type is LPDDR5X Signed-off-by: Subrata Banik Change-Id: If620cf51133ca295fd3f1cbecbb472beb337b9fc Reviewed-on: https://review.coreboot.org/c/coreboot/+/69226 Reviewed-by: Tarun Tuli Reviewed-by: Arthur Heymans Reviewed-by: Eric Lai Tested-by: build bot (Jenkins) --- src/include/spd_bin.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/spd_bin.h b/src/include/spd_bin.h index 973eb498a7..d0cdefcac1 100644 --- a/src/include/spd_bin.h +++ b/src/include/spd_bin.h @@ -19,6 +19,7 @@ #define SPD_DRAM_LPDDR4X 0x11 #define SPD_DRAM_DDR5 0x12 #define SPD_DRAM_LPDDR5 0x13 +#define SPD_DRAM_LPDDR5X 0x15 #define SPD_DENSITY_BANKS 4 #define SPD_ADDRESSING 5 #define SPD_SN_LEN 4 -- cgit v1.2.3