From 251ce85b585b75c90d80b4ae3d0ecd0769afba8a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 7 May 2016 17:25:42 -0500 Subject: smbios: Add SuperTalent SPD ID MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I5373be7ab55ac3c4f2e4dd753c6ad8e91712ff7e Signed-off-by: Timothy Pearson Reviewed-on: https://review.coreboot.org/14738 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Kyösti Mälkki Reviewed-by: Stefan Reinauer --- src/arch/x86/smbios.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/arch') diff --git a/src/arch/x86/smbios.c b/src/arch/x86/smbios.c index f3800578be..7c5497edbf 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"); -- cgit v1.2.3