[coreboot-gerrit] New patch to review for coreboot: smbios: Add SuperTalent SPD ID

Timothy Pearson (tpearson@raptorengineeringinc.com) gerrit at coreboot.org
Sun May 8 00:27:58 CEST 2016


Timothy Pearson (tpearson at raptorengineeringinc.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14738

-gerrit

commit a60d8e92cedbb7f3c302d51634e6d3bc51307e5f
Author: Timothy Pearson <tpearson at raptorengineeringinc.com>
Date:   Sat May 7 17:25:42 2016 -0500

    smbios: Add SuperTalent SPD ID
    
    Change-Id: I5373be7ab55ac3c4f2e4dd753c6ad8e91712ff7e
    Signed-off-by: Timothy Pearson <tpearson at raptorengineeringinc.com>
---
 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 f380057..7c5497e 100644
--- a/src/arch/x86/smbios.c
+++ b/src/arch/x86/smbios.c
@@ -155,6 +155,10 @@ void smbios_fill_dimm_manufacturer_from_id(uint16_t mod_id, struct smbios_type17
 			t->manufacturer = smbios_add_string(t->eos,
 							    "Hynix/Hyundai");
 			break;
+		case 0xb502:
+			t->manufacturer = smbios_add_string(t->eos,
+							    "SuperTalent");
+			break;
 		case 0xcd04:
 			t->manufacturer = smbios_add_string(t->eos,
 							    "GSkill");



More information about the coreboot-gerrit mailing list