diff --git a/src/arch/x86/smbios.c b/src/arch/x86/smbios.c index 5784beb088..80185c9383 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");