esd/atom15: import esd atom15 board
commit446c5dcd14cd551ad8ad35101ab2cdd2bdd78757
authorMichael Tasche <michael.tasche@esd.eu>
Thu, 3 Dec 2015 16:07:01 +0000 (3 17:07 +0100)
committerMartin Roth <martinroth@google.com>
Fri, 4 Dec 2015 17:58:26 +0000 (4 18:58 +0100)
tree255c17a80fe4bc4d1086bc59d333b44749d931ab
parent4d166f93807f7079f27c659562462c94c27e345f
esd/atom15: import esd atom15 board

This patch adds esd atom15 board with
Intel Atom E3815 SoC.

Change-Id: I430a40ad8ab3316d34ec5567329370f69db3f15e
Signed-off-by: Michael Tasche <michael.tasche@esd.eu>
Reviewed-on: https://review.coreboot.org/12632
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
19 files changed:
src/mainboard/esd/Kconfig [new file with mode: 0644]
src/mainboard/esd/Kconfig.name [new file with mode: 0644]
src/mainboard/esd/atom15/Kconfig [new file with mode: 0644]
src/mainboard/esd/atom15/Kconfig.name [new file with mode: 0644]
src/mainboard/esd/atom15/Makefile.inc [new file with mode: 0644]
src/mainboard/esd/atom15/acpi/ec.asl [new file with mode: 0644]
src/mainboard/esd/atom15/acpi/mainboard.asl [new file with mode: 0644]
src/mainboard/esd/atom15/acpi/superio.asl [new file with mode: 0644]
src/mainboard/esd/atom15/acpi_tables.c [new file with mode: 0644]
src/mainboard/esd/atom15/board_info.txt [new file with mode: 0644]
src/mainboard/esd/atom15/cmos.layout [new file with mode: 0644]
src/mainboard/esd/atom15/devicetree.cb [new file with mode: 0644]
src/mainboard/esd/atom15/dsdt.asl [new file with mode: 0644]
src/mainboard/esd/atom15/fadt.c [new file with mode: 0644]
src/mainboard/esd/atom15/gpio.c [new file with mode: 0644]
src/mainboard/esd/atom15/irqroute.c [new file with mode: 0644]
src/mainboard/esd/atom15/irqroute.h [new file with mode: 0644]
src/mainboard/esd/atom15/mainboard.c [new file with mode: 0644]
src/mainboard/esd/atom15/romstage.c [new file with mode: 0644]