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

HAOUAS Elyes (ehaouas@noos.fr) gerrit at coreboot.org
Wed Jun 22 09:05:29 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 0d79b9281a29f3d7db0ee0f3c1d187db3eb2cbd5
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 7aaf4dd..b446c16 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