summaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2023-11-03 13:39:50 -0500
committerFelix Held <felix-coreboot@felixheld.de>2024-01-25 11:03:26 +0000
commite912bb96686f69be6a5cc676831d8ae85e4e1dec (patch)
treeed36efa4dccb071496832b6c25964ac8db52daf4 /src/mainboard
parent8cae0860e945973b7172ca3757ec775bc3c95d5f (diff)
mb/google/fizz: Update OEM name list
Endeavour and Karma were missing, leading those devices to have empty SMBIOS mainboard names. Fix by adding the missing entries. TEST=build/boot google/fizz (endeavour), verify SMBIOS name correctly shown via dmidecode. Change-Id: I1d4fb2473d27ff5611f9d2b962aae2d6bf6d1da0 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/80181 Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/google/fizz/mainboard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/fizz/mainboard.c b/src/mainboard/google/fizz/mainboard.c
index f37b70f6b5..0d631cc5e4 100644
--- a/src/mainboard/google/fizz/mainboard.c
+++ b/src/mainboard/google/fizz/mainboard.c
@@ -187,9 +187,9 @@ const char *fizz_oem_name[] = {
"Wukong",
"Wukong",
"Teemo",
- "",
+ "Karma",
"Jax",
- "",
+ "Endeavour",
"Excelsior"
};