From 5a046291fa12e9d35563a13830e7151ec893d8af Mon Sep 17 00:00:00 2001 From: Sam Demeulemeester Date: Tue, 12 Nov 2024 00:25:38 +0100 Subject: [PATCH] Add a few RAM manufacturers in JEDEC DB --- system/jedec_id.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/system/jedec_id.h b/system/jedec_id.h index 5a35971..37f5b1c 100644 --- a/system/jedec_id.h +++ b/system/jedec_id.h @@ -1005,7 +1005,7 @@ static const struct __attribute__((packed)) spd_jedec_manufacturer jep106[] = { // { 0x076C, "Hon-Hai Precision" }, // { 0x076D, "Smart Storage Systems" }, // { 0x076E, "Toumaz Group" }, -// { 0x076F, "Zentel Electronics Corporation" }, + { 0x076F, "Zentel" }, // { 0x0770, "Panram International Corporation" }, // { 0x0771, "Silicon Space Technology" }, { 0x0772, "LITE-ON" }, @@ -1678,5 +1678,7 @@ static const struct __attribute__((packed)) spd_jedec_manufacturer jep106[] = { // { 0x0D1E, "Creative World International Limited" }, // { 0x0D1F, "Base Creation International Limited" }, { 0x0E51, "Xiaoli AI" }, + { 0x0E58, "Trium Elek." }, + { 0x0F33, "Xllbyte" }, { 0xFFFF, "Unknown"} };