google/foster: add new mainboard
commitfd49d6faf98eb45006a20869da798558cea9606e
authorPatrick Georgi <pgeorgi@chromium.org>
Mon, 22 Jun 2015 17:43:18 +0000 (22 19:43 +0200)
committerPatrick Georgi <pgeorgi@google.com>
Tue, 30 Jun 2015 19:47:12 +0000 (30 21:47 +0200)
tree45c375eefbac9a402dba32d1ee8403d670c93df2
parentb12a448c9709a4d78410ac4e79a72f28096871ce
google/foster: add new mainboard

This is an nvidia t210 based board.
This includes Chrome OS downstream up to Change-Id: Ic89ed54c.

Change-Id: I8630e86a4b0e8756693f8989ce147d6d762cefe1
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: http://review.coreboot.org/10634
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
24 files changed:
src/mainboard/google/foster/Kconfig [new file with mode: 0644]
src/mainboard/google/foster/Kconfig.name [new file with mode: 0644]
src/mainboard/google/foster/Makefile.inc [new file with mode: 0644]
src/mainboard/google/foster/bct/Makefile.inc [new file with mode: 0644]
src/mainboard/google/foster/bct/cfg2inc.sh [new file with mode: 0644]
src/mainboard/google/foster/bct/emmc.cfg [new file with mode: 0644]
src/mainboard/google/foster/bct/jtag.cfg [new file with mode: 0644]
src/mainboard/google/foster/bct/odmdata.cfg [new file with mode: 0644]
src/mainboard/google/foster/bct/sdram-samsung-3GB-204.cfg [new file with mode: 0644]
src/mainboard/google/foster/bct/sdram-samsung-3GB-204.inc [new file with mode: 0644]
src/mainboard/google/foster/bct/sdram-unused.inc [new file with mode: 0644]
src/mainboard/google/foster/bct/spi.cfg [new file with mode: 0644]
src/mainboard/google/foster/boardid.c [new file with mode: 0644]
src/mainboard/google/foster/bootblock.c [new file with mode: 0644]
src/mainboard/google/foster/chromeos.c [new file with mode: 0644]
src/mainboard/google/foster/devicetree.cb [new file with mode: 0644]
src/mainboard/google/foster/ec_dummy.c [new file with mode: 0644]
src/mainboard/google/foster/mainboard.c [new file with mode: 0644]
src/mainboard/google/foster/memlayout.ld [new file with mode: 0644]
src/mainboard/google/foster/pmic.c [new file with mode: 0644]
src/mainboard/google/foster/pmic.h [new file with mode: 0644]
src/mainboard/google/foster/reset.c [new file with mode: 0644]
src/mainboard/google/foster/romstage.c [new file with mode: 0644]
src/mainboard/google/foster/verstage.c [new file with mode: 0644]