Add basic support for rush board
BUG=None BRANCH=None TEST=Compiles successfully with soc tegra132 and armv8 arch selected for romstage and ramstage
Original-Change-Id: Ica57c68d230e4e0e9916729752395843de188733
5c4a510 rush: Add support for rush board
src/mainboard/google/Kconfig | 3 +++
src/mainboard/google/rush/Kconfig | 39 +++++++++++++++++++++++++++++++
src/mainboard/google/rush/Makefile.inc | 22 +++++++++++++++++
src/mainboard/google/rush/devicetree.cb | 22 +++++++++++++++++
src/mainboard/google/rush/mainboard.c | 35 +++++++++++++++++++++++++++
src/mainboard/google/rush/romstage.c | 30 ++++++++++++++++++++++++
6 files changed, 151 insertions(+)
Upstream: review.coreboot.org