coreboot rush: Add support for basic romstage

Hardware / Coreboot - Furquan Shaikh [google.com] - 4 March 2015 11:23 UTC

Add basic romstage support for rush. Since, dram init needs to be done before we can jump to armv8 core, romstage will run on armv4 core as well. Thus, correcting the compiler selection options.

BUG=None BRANCH=None TEST=Compiles successfully for rush. Prints romstage banner and initial printk

Original-Change-Id: Ie3cd290e56a712b07c1503dab199e4e34cec04d2

d42b3fc coreboot rush: Add support for basic romstage
src/arch/arm/armv4/Makefile.inc | 1 +
src/mainboard/google/rush/romstage.c | 8 ++++++++
src/soc/nvidia/tegra132/Kconfig | 3 ++-
3 files changed, 11 insertions(+), 1 deletion(-)

Upstream: review.coreboot.org


  • Share