google/veyron_romy: Add new mainboard
commit5b6645b78dedcc279acf524dfc671a82d88cb00c
authorDavid Hendricks <dhendrix@chromium.org>
Wed, 13 May 2015 21:29:23 +0000 (13 14:29 -0700)
committerPatrick Georgi <pgeorgi@google.com>
Fri, 5 Jun 2015 16:56:37 +0000 (5 18:56 +0200)
tree1ad8cec58112740ed012b3d83756e18390687c5e
parent7a8a4ab1d88a411ee0dad23318f98b4f29fd2f60
google/veyron_romy: Add new mainboard

This simply copies veyron_brain to veyron_romy and makes the
minimal set of changes (s/brain/romy) to make it compile. The
follow-up patch will take into account board differences.

BUG=none
BRANCH=none
TEST="emerge-veyron_romy coreboot" doesn't fail

Change-Id: Ice1bc012bddd6c51b43944747e0df3ffa34207fa
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: 0ab849178b69cf2323f126e503bd61080048240a
Original-Change-Id: I0516ce94fd3c6a38170fae221a070f503ccfaf0f
Original-Signed-off-by: David Hendricks <dhendrix@chromium.org>
Original-Reviewed-on: https://chromium-review.googlesource.com/271345
Original-Reviewed-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: http://review.coreboot.org/10407
Tested-by: build bot (Jenkins)
Reviewed-by: David Hendricks <dhendrix@chromium.org>
24 files changed:
src/mainboard/google/veyron_romy/Kconfig [new file with mode: 0644]
src/mainboard/google/veyron_romy/Kconfig.name [new file with mode: 0644]
src/mainboard/google/veyron_romy/Makefile.inc [new file with mode: 0644]
src/mainboard/google/veyron_romy/board.h [new file with mode: 0644]
src/mainboard/google/veyron_romy/boardid.c [new file with mode: 0644]
src/mainboard/google/veyron_romy/bootblock.c [new file with mode: 0644]
src/mainboard/google/veyron_romy/chromeos.c [new file with mode: 0644]
src/mainboard/google/veyron_romy/devicetree.cb [new file with mode: 0644]
src/mainboard/google/veyron_romy/mainboard.c [new file with mode: 0644]
src/mainboard/google/veyron_romy/memlayout.ld [new file with mode: 0644]
src/mainboard/google/veyron_romy/reset.c [new file with mode: 0644]
src/mainboard/google/veyron_romy/romstage.c [new file with mode: 0644]
src/mainboard/google/veyron_romy/sdram_configs.c [new file with mode: 0644]
src/mainboard/google/veyron_romy/sdram_inf/sdram-ddr3-hynix-2GB.inc [new file with mode: 0644]
src/mainboard/google/veyron_romy/sdram_inf/sdram-ddr3-hynix-4GB.inc [new file with mode: 0644]
src/mainboard/google/veyron_romy/sdram_inf/sdram-ddr3-samsung-2GB.inc [new file with mode: 0644]
src/mainboard/google/veyron_romy/sdram_inf/sdram-ddr3-samsung-4GB.inc [new file with mode: 0644]
src/mainboard/google/veyron_romy/sdram_inf/sdram-lpddr3-elpida-2GB.inc [new file with mode: 0644]
src/mainboard/google/veyron_romy/sdram_inf/sdram-lpddr3-elpida-4GB.inc [new file with mode: 0644]
src/mainboard/google/veyron_romy/sdram_inf/sdram-lpddr3-hynix-2GB.inc [new file with mode: 0644]
src/mainboard/google/veyron_romy/sdram_inf/sdram-lpddr3-hynix-4GB.inc [new file with mode: 0644]
src/mainboard/google/veyron_romy/sdram_inf/sdram-lpddr3-samsung-2GB.inc [new file with mode: 0644]
src/mainboard/google/veyron_romy/sdram_inf/sdram-lpddr3-samsung-4GB.inc [new file with mode: 0644]
src/mainboard/google/veyron_romy/sdram_inf/sdram-unused.inc [new file with mode: 0644]