From 81b5bde7e481ab664d581d9c2b17e5b22ac28302 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Tue, 29 Aug 2017 01:09:07 -0500 Subject: google/setzer: add new board as variant of cyan baseboard Add support for google/setzer (HP Chromebook 11 G5) as a variant of the cyan Braswell baseboard. - Add board-specific code as the new setzer variant - Add new I2C touchscreen device and SPD files to the baseboard for potential reuse by other variants Sourced from Chromium branch firmware-strago-7287.B, commit 02dc8db: Banon: 2nd source DDR memory (Micro-MT52L256M32D1PF) Change-Id: Ibcebebeb469c4bd6139b8ce83a1ca5ca560c2252 Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/21575 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/mainboard/google/cyan/Kconfig.name | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mainboard/google/cyan/Kconfig.name') diff --git a/src/mainboard/google/cyan/Kconfig.name b/src/mainboard/google/cyan/Kconfig.name index 77acf3603c..eaf7a78c9e 100644 --- a/src/mainboard/google/cyan/Kconfig.name +++ b/src/mainboard/google/cyan/Kconfig.name @@ -26,6 +26,10 @@ config BOARD_GOOGLE_RELM bool "Relm" select BOARD_GOOGLE_BASEBOARD_CYAN +config BOARD_GOOGLE_SETZER + bool "Setzer" + select BOARD_GOOGLE_BASEBOARD_CYAN + config BOARD_GOOGLE_TERRA bool "Terra" select BOARD_GOOGLE_BASEBOARD_CYAN -- cgit v1.2.3