tegra124: Add a custom bootblock implementation

Hardware / Coreboot - Gabe Black [google.com] - 27 August 2014 18:24 UTC

This implementation is the same as the general one except that it removes all the things that don't work on an ARMv4.

Change-Id: I1108a79cc656b26f7d48df20aef3016cf5ae3182

7f07475 tegra124: Add a custom bootblock implementation.
src/soc/nvidia/tegra124/Kconfig | 2 +-
src/soc/nvidia/tegra124/Makefile.inc | 4 ++
src/soc/nvidia/tegra124/bootblock.c | 16 ++++-
src/soc/nvidia/tegra124/bootblock_asm.S | 98 +++++++++++++++++++++++++++++++
4 files changed, 117 insertions(+), 3 deletions(-)

Upstream: review.coreboot.org


  • Share