From 348a44ecae1eb67e9b4e062926e7028012b21ca2 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Mon, 27 May 2019 02:19:17 -0500 Subject: mb/google/{misc}: set default SMBIOS manufacturer Legacy Google mainboards (pre-Skylake) shipped with the SMBIOS manufacturer set to GOOGLE, which many Linux drivers rely on for application of DMI quirks. Set it as the default to avoid having to do so for each board's config Change-Id: I61b0217f3535852d7d6e24a1ac78075c20c0825a Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/coreboot/+/33027 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/mainboard/google/parrot/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mainboard/google/parrot') diff --git a/src/mainboard/google/parrot/Kconfig b/src/mainboard/google/parrot/Kconfig index 4403d792f7..daf605d436 100644 --- a/src/mainboard/google/parrot/Kconfig +++ b/src/mainboard/google/parrot/Kconfig @@ -41,4 +41,8 @@ config VGA_BIOS_FILE string default "pci8086,0106.rom" +config MAINBOARD_SMBIOS_MANUFACTURER + string + default "GOOGLE" + endif # BOARD_GOOGLE_PARROT -- cgit v1.2.3