mainboard/intel: add leafhill board directory
commit5f1f0538cf46cea122c49cc103771fd839d24b37
authorBrenton Dong <brenton.m.dong@intel.com>
Wed, 4 Jan 2017 22:12:27 +0000 (4 15:12 -0700)
committerMartin Roth <martinroth@google.com>
Tue, 24 Jan 2017 17:00:21 +0000 (24 18:00 +0100)
treed0624e13368898997b40be69831d1f1af5d846fe
parentb46c4ecaba97cc1edbfa2114651fc2bcbf49914b
mainboard/intel: add leafhill board directory

This commit adds the initial scaffolding for the Intel Leafhill CRB
with Apollo Lake silicon.

The google/reef directory is used as a template. This commit only
makes the minimum changes to Kconfig and Kconfig.name needed for
the build bot to not have issues.

Change-Id: I088edee0e94ecfb4666fa31e08dbcfd24a81891b
Signed-off-by: Brenton Dong <brenton.m.dong@intel.com>
Reviewed-on: https://review.coreboot.org/18038
Tested-by: build bot (Jenkins)
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
37 files changed:
src/mainboard/intel/leafhill/Kconfig [new file with mode: 0644]
src/mainboard/intel/leafhill/Kconfig.name [new file with mode: 0644]
src/mainboard/intel/leafhill/Makefile.inc [new file with mode: 0644]
src/mainboard/intel/leafhill/acpi_tables.c [new file with mode: 0644]
src/mainboard/intel/leafhill/board_info.txt [new file with mode: 0644]
src/mainboard/intel/leafhill/boardid.c [new file with mode: 0644]
src/mainboard/intel/leafhill/bootblock.c [new file with mode: 0644]
src/mainboard/intel/leafhill/chromeos.c [new file with mode: 0644]
src/mainboard/intel/leafhill/chromeos.fmd [new file with mode: 0644]
src/mainboard/intel/leafhill/dsdt.asl [new file with mode: 0644]
src/mainboard/intel/leafhill/ec.c [new file with mode: 0644]
src/mainboard/intel/leafhill/mainboard.c [new file with mode: 0644]
src/mainboard/intel/leafhill/romstage.c [new file with mode: 0644]
src/mainboard/intel/leafhill/smihandler.c [new file with mode: 0644]
src/mainboard/intel/leafhill/variants/baseboard/Makefile.inc [new file with mode: 0644]
src/mainboard/intel/leafhill/variants/baseboard/boardid.c [new file with mode: 0644]
src/mainboard/intel/leafhill/variants/baseboard/devicetree.cb [new file with mode: 0644]
src/mainboard/intel/leafhill/variants/baseboard/gpio.c [new file with mode: 0644]
src/mainboard/intel/leafhill/variants/baseboard/include/baseboard/acpi/dptf.asl [new file with mode: 0644]
src/mainboard/intel/leafhill/variants/baseboard/include/baseboard/ec.h [new file with mode: 0644]
src/mainboard/intel/leafhill/variants/baseboard/include/baseboard/gpio.h [new file with mode: 0644]
src/mainboard/intel/leafhill/variants/baseboard/include/baseboard/variants.h [new file with mode: 0644]
src/mainboard/intel/leafhill/variants/baseboard/memory.c [new file with mode: 0644]
src/mainboard/intel/leafhill/variants/baseboard/nhlt.c [new file with mode: 0644]
src/mainboard/intel/leafhill/variants/pyro/Makefile.inc [new file with mode: 0644]
src/mainboard/intel/leafhill/variants/pyro/devicetree.cb [new file with mode: 0644]
src/mainboard/intel/leafhill/variants/pyro/include/variant/acpi/dptf.asl [new file with mode: 0644]
src/mainboard/intel/leafhill/variants/pyro/include/variant/ec.h [new file with mode: 0644]
src/mainboard/intel/leafhill/variants/pyro/include/variant/gpio.h [new file with mode: 0644]
src/mainboard/intel/leafhill/variants/pyro/memory.c [new file with mode: 0644]
src/mainboard/intel/leafhill/variants/reef/include/variant/acpi/dptf.asl [new file with mode: 0644]
src/mainboard/intel/leafhill/variants/reef/include/variant/ec.h [new file with mode: 0644]
src/mainboard/intel/leafhill/variants/reef/include/variant/gpio.h [new file with mode: 0644]
src/mainboard/intel/leafhill/variants/snappy/devicetree.cb [new file with mode: 0644]
src/mainboard/intel/leafhill/variants/snappy/include/variant/acpi/dptf.asl [new file with mode: 0644]
src/mainboard/intel/leafhill/variants/snappy/include/variant/ec.h [new file with mode: 0644]
src/mainboard/intel/leafhill/variants/snappy/include/variant/gpio.h [new file with mode: 0644]