summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/rambi/Kconfig
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2019-05-27 02:19:17 -0500
committerPatrick Georgi <pgeorgi@google.com>2019-05-29 20:10:08 +0000
commit348a44ecae1eb67e9b4e062926e7028012b21ca2 (patch)
treeb0fdc4cc4e5cc415f7b6b376c5b65624c96dde22 /src/mainboard/google/rambi/Kconfig
parent342d3180d7134be92db03190205849d514ac33a8 (diff)
downloadcoreboot-348a44ecae1eb67e9b4e062926e7028012b21ca2.tar.gz
coreboot-348a44ecae1eb67e9b4e062926e7028012b21ca2.tar.bz2
coreboot-348a44ecae1eb67e9b4e062926e7028012b21ca2.zip
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 <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33027 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/google/rambi/Kconfig')
-rw-r--r--src/mainboard/google/rambi/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/rambi/Kconfig b/src/mainboard/google/rambi/Kconfig
index 6d0c0dfce06f..c47b3d790907 100644
--- a/src/mainboard/google/rambi/Kconfig
+++ b/src/mainboard/google/rambi/Kconfig
@@ -94,4 +94,8 @@ config VGA_BIOS_FILE
string
default "pci8086,0f31.rom"
+config MAINBOARD_SMBIOS_MANUFACTURER
+ string
+ default "GOOGLE"
+
endif # BOARD_GOOGLE_BASEBOARD_RAMBI