google/setzer: add new board as variant of cyan baseboard
commit81b5bde7e481ab664d581d9c2b17e5b22ac28302
authorMatt DeVillier <matt.devillier@gmail.com>
Tue, 29 Aug 2017 06:09:07 +0000 (29 01:09 -0500)
committerMartin Roth <martinroth@google.com>
Sun, 15 Oct 2017 22:23:01 +0000 (15 22:23 +0000)
tree93fa34109f0ef2888306235701856cfb47be82e8
parentaa1838577dfdd5eb00e7fffbb4d9246ef2a43aab
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 <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/21575
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
15 files changed:
src/mainboard/google/cyan/Kconfig
src/mainboard/google/cyan/Kconfig.name
src/mainboard/google/cyan/acpi/touchscreen_synaptics.asl [new file with mode: 0644]
src/mainboard/google/cyan/spd/hynix_dimm_H9CCNNN8GTMLAR-NUD.spd.hex [new file with mode: 0644]
src/mainboard/google/cyan/spd/samsung_dimm_K4E8E304EE-EGCF.spd.hex [new file with mode: 0644]
src/mainboard/google/cyan/variants/setzer/Makefile.inc [new file with mode: 0644]
src/mainboard/google/cyan/variants/setzer/board_info.txt [new file with mode: 0644]
src/mainboard/google/cyan/variants/setzer/devicetree.cb [new file with mode: 0644]
src/mainboard/google/cyan/variants/setzer/gpio.c [new file with mode: 0644]
src/mainboard/google/cyan/variants/setzer/include/variant/acpi/dptf.asl [new file with mode: 0644]
src/mainboard/google/cyan/variants/setzer/include/variant/acpi/mainboard.asl [new file with mode: 0644]
src/mainboard/google/cyan/variants/setzer/include/variant/onboard.h [new file with mode: 0644]
src/mainboard/google/cyan/variants/setzer/ramstage.c [new file with mode: 0644]
src/mainboard/google/cyan/variants/setzer/romstage.c [new file with mode: 0644]
src/mainboard/google/cyan/variants/setzer/spd_util.c [new file with mode: 0644]