[coreboot-gerrit] New patch to review for coreboot: arc/x86/smbios: Add DRAM manufacturer

Patrick Rudolph (siro@das-labor.org) gerrit at coreboot.org
Tue Jun 14 20:20:57 CEST 2016


Patrick Rudolph (siro at das-labor.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15183

-gerrit

commit d46e6fd1df7b29c47eec8115f273bc7ec30b2399
Author: Patrick Rudolph <siro at das-labor.org>
Date:   Tue Jun 14 19:34:55 2016 +0200

    arc/x86/smbios: Add DRAM manufacturer
    
    Add Ramaxel DRAM manufacturer id.
    
    Change-Id: I14cdc82c09f0f990e2ba18083748d11d79e53874
    Signed-off-by: Patrick Rudolph <siro at das-labor.org>
---
 src/arch/x86/smbios.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/arch/x86/smbios.c b/src/arch/x86/smbios.c
index 7b6dda1..cc5cd87 100644
--- a/src/arch/x86/smbios.c
+++ b/src/arch/x86/smbios.c
@@ -131,6 +131,10 @@ void smbios_fill_dimm_manufacturer_from_id(uint16_t mod_id, struct smbios_type17
 			t->manufacturer = smbios_add_string(t->eos,
 							    "Crucial");
 			break;
+		case 0x4304:
+			t->manufacturer = smbios_add_string(t->eos,
+							    "Ramaxel");
+			break;
 		case 0x4f01:
 			t->manufacturer = smbios_add_string(t->eos,
 							    "Transcend");



More information about the coreboot-gerrit mailing list