smbios: Add SuperTalent SPD ID
Change-Id: I5373be7ab55ac3c4f2e4dd753c6ad8e91712ff7e Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com> Reviewed-on: https://review.coreboot.org/14738 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
		| @@ -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"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user