[coreboot-gerrit] Patch set updated for coreboot: SPD: Add DRAM Devices Types.

HAOUAS Elyes (ehaouas@noos.fr) gerrit at coreboot.org
Mon Jun 20 21:00:51 CEST 2016


HAOUAS Elyes (ehaouas at noos.fr) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15265

-gerrit

commit 6ca50b42399b53ca0d8e3f7e224a878be783d24e
Author: Elyes HAOUAS <ehaouas at noos.fr>
Date:   Mon Jun 20 18:57:19 2016 +0200

    SPD: Add DRAM Devices Types.
    
    Add SDRAM or Module Types to Byte 2.
    
    
    Change-Id: Id6e654a3a714c164bc9a7fbd9ab3e2f3c44ca5ea
    Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
 src/include/spd.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/include/spd.h b/src/include/spd.h
index 8f37ca9..8258b46 100644
--- a/src/include/spd.h
+++ b/src/include/spd.h
@@ -117,6 +117,10 @@ enum spd_memory_type {
 	SPD_MEMORY_TYPE_FBDIMM_DDR2		= 0x09,
 	SPD_MEMORY_TYPE_FB_PROBE_DDR2		= 0x0a,
 	SPD_MEMORY_TYPE_SDRAM_DDR3		= 0x0b,
+	SPD_MEMORY_TYPE_DDR4_SDRAM		= 0x0c,
+	SPD_MEMORY_TYPE_DDR4E_SDRAM		= 0x0e,
+	SPD_MEMORY_TYPE_LPDDR3_SDRAM		= 0x0f,
+	SPD_MEMORY_TYPE_LPDDR4_SDRAM		= 0x10,
 };
 
 /* SPD_MODULE_VOLTAGE values. */



More information about the coreboot-gerrit mailing list