Matt DeVillier has uploaded this change for review.

View Change

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>
---
M src/mainboard/google/fizz/mainboard.c
1 file changed, 2 insertions(+), 2 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/81/80181/1
diff --git a/src/mainboard/google/fizz/mainboard.c b/src/mainboard/google/fizz/mainboard.c
index f37b70f..0d631cc 100644
--- a/src/mainboard/google/fizz/mainboard.c
+++ b/src/mainboard/google/fizz/mainboard.c
@@ -187,9 +187,9 @@
"Wukong",
"Wukong",
"Teemo",
- "",
+ "Karma",
"Jax",
- "",
+ "Endeavour",
"Excelsior"
};


To view, visit change 80181. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I1d4fb2473d27ff5611f9d2b962aae2d6bf6d1da0
Gerrit-Change-Number: 80181
Gerrit-PatchSet: 1
Gerrit-Owner: Matt DeVillier <matt.devillier@gmail.com>
Gerrit-MessageType: newchange