u-boot/arch/arm/cpu/arm720t/tegra114
Stephen Warren 16bb08d19a ARM: tegra: implement WAR for Tegra114 CPU reset vector
A Tegra114 HW bug prevents the main CPU vector from being modified under
certain circumstances. Tegra114 A01P and later with a patched boot ROM
set the CPU reset vector to 0x4003fffc (end of IRAM). This allows placing
an arbitrary jump instruction at that location, in order to redirect to
the desired reset vector location. Modify Tegra114's start_cpu() to make
use of this feature. This allows CPUs with the patched boot ROM to boot.

Based-on-work-by: Jimmy Zhang <jimmzhang@nvidia.com>.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
2013-03-14 11:06:43 -07:00
..
config.mk Tegra114: Add AVP (arm720t) files 2013-02-11 10:35:25 -07:00
cpu.c ARM: tegra: implement WAR for Tegra114 CPU reset vector 2013-03-14 11:06:43 -07:00
Makefile Tegra114: Add AVP (arm720t) files 2013-02-11 10:35:25 -07:00