google/jecht: add new mainboard
commit04746fc22c667506da528394ca6764656b05657e
authorPatrick Georgi <pgeorgi@chromium.org>
Fri, 5 Jun 2015 16:53:43 +0000 (5 18:53 +0200)
committerPatrick Georgi <pgeorgi@google.com>
Tue, 9 Jun 2015 12:28:38 +0000 (9 14:28 +0200)
tree5733c63efe1fa4ac82d01e15004035e5d5d05961
parentaa04e18409805ad57eeb8d723744e237743ee0b4
google/jecht: add new mainboard

Taken from CrOS, including everything up to commit da4c33913.
Adapted to upstream.

Change-Id: I095e6726a220200ba17719fc05fcdc521da484e8
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: http://review.coreboot.org/10432
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
28 files changed:
src/mainboard/google/jecht/Kconfig [new file with mode: 0644]
src/mainboard/google/jecht/Kconfig.name [new file with mode: 0644]
src/mainboard/google/jecht/Makefile.inc [new file with mode: 0644]
src/mainboard/google/jecht/acpi/chromeos.asl [new file with mode: 0644]
src/mainboard/google/jecht/acpi/ec.asl [new file with mode: 0644]
src/mainboard/google/jecht/acpi/haswell_pci_irqs.asl [new file with mode: 0644]
src/mainboard/google/jecht/acpi/mainboard.asl [new file with mode: 0644]
src/mainboard/google/jecht/acpi/platform.asl [new file with mode: 0644]
src/mainboard/google/jecht/acpi/superio.asl [new file with mode: 0644]
src/mainboard/google/jecht/acpi/thermal.asl [new file with mode: 0644]
src/mainboard/google/jecht/acpi_tables.c [new file with mode: 0644]
src/mainboard/google/jecht/chromeos.c [new file with mode: 0644]
src/mainboard/google/jecht/cmos.layout [new file with mode: 0644]
src/mainboard/google/jecht/devicetree.cb [new file with mode: 0644]
src/mainboard/google/jecht/dsdt.asl [new file with mode: 0644]
src/mainboard/google/jecht/fadt.c [new file with mode: 0644]
src/mainboard/google/jecht/gpio.h [new file with mode: 0644]
src/mainboard/google/jecht/hda_verb.h [new file with mode: 0644]
src/mainboard/google/jecht/lan.c [new file with mode: 0644]
src/mainboard/google/jecht/mainboard.c [new file with mode: 0644]
src/mainboard/google/jecht/onboard.h [new file with mode: 0644]
src/mainboard/google/jecht/pei_data.c [new file with mode: 0644]
src/mainboard/google/jecht/romstage.c [new file with mode: 0644]
src/mainboard/google/jecht/smihandler.c [new file with mode: 0644]
src/mainboard/google/jecht/spd/Makefile.inc [new file with mode: 0644]
src/mainboard/google/jecht/spd/spd.c [new file with mode: 0644]
src/mainboard/google/jecht/spd/spd.h [new file with mode: 0644]
src/mainboard/google/jecht/thermal.h [new file with mode: 0644]