]> git.baikalelectronics.ru Git - kernel.git/commit
platform/chrome: cros_ec_lpc: Add support for Google devices using custom coreboot...
authorSalvatore Bellizzi <lkml@seppia.net>
Wed, 7 Mar 2018 13:56:43 +0000 (14:56 +0100)
committerBenson Leung <bleung@chromium.org>
Tue, 10 Apr 2018 05:57:46 +0000 (22:57 -0700)
commit695c75f1a512afc6ba33b59d346d8136c80dda02
tree23dafd7572399f89eefdb981330c0a162d93f823
parente91c7d89e2e709349319a8e4a4ae6e1b662517ee
platform/chrome: cros_ec_lpc: Add support for Google devices using custom coreboot firmware

This patch adds generic device information to the DMI table of
the cros_ec_lpc driver, needed for Chromebooks/boxes using a
custom coreboot firmware.

The DMI info would not contain "Google_*" as BIOS version string,
instead the system vendor string would still be "GOOGLE", so this
seems to be a reasonable match for every Chromebook/box running
a custom firmware.

Signed-off-by: Salvatore Bellizzi <lkml@seppia.net>
Signed-off-by: Vittorio Gambaletta <linuxbugs@vittgam.net>
Signed-off-by: Benson Leung <bleung@chromium.org>
drivers/platform/chrome/cros_ec_lpc.c