trogdor: Provide initial mainboard support
commitfda6cd6d28ee5e314639f02cf79d6b00a27f249e
authorT Michael Turney <mturney@codeaurora.org>
Thu, 10 Oct 2019 19:19:51 +0000 (10 12:19 -0700)
committerJulius Werner <jwerner@chromium.org>
Fri, 25 Oct 2019 23:38:44 +0000 (25 23:38 +0000)
tree2d1d39b96724f974a61134d141d1929ec8a1c204
parent0cd098e4e41d6bb3b27327d4a6526bd7004bfc77
trogdor: Provide initial mainboard support

Change-Id: Ic2f0944b92dcad7048a0c38720d2ef3c855ef007
Signed-off-by: T Michael Turney <mturney@codeaurora.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35495
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
src/mainboard/google/trogdor/Kconfig [new file with mode: 0644]
src/mainboard/google/trogdor/Kconfig.name [new file with mode: 0644]
src/mainboard/google/trogdor/Makefile.inc [new file with mode: 0644]
src/mainboard/google/trogdor/board_info.txt [new file with mode: 0644]
src/mainboard/google/trogdor/chromeos.c [new file with mode: 0644]
src/mainboard/google/trogdor/chromeos.fmd [new file with mode: 0644]
src/mainboard/google/trogdor/devicetree.cb [new file with mode: 0644]
src/mainboard/google/trogdor/mainboard.c [new file with mode: 0644]
src/mainboard/google/trogdor/memlayout.ld [new file with mode: 0644]
src/mainboard/google/trogdor/reset.c [new file with mode: 0644]
src/mainboard/google/trogdor/romstage.c [new file with mode: 0644]