Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-09 | tegra2: Remove unneeded boot code | Simon Glass | |
Since we have cache support built in we can remove Tegra's existing cache initialization code amd other related dead code. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com> | |||
2011-12-09 | tegra2: Add arch_cpu_init() to fire up Cortex-A9 | Simon Glass | |
We want to move away from a special Tegra2 start-up, and just use arch_cpu_init() instead. However, if we run board_init_f() from boot we need to build it for ARMv4T, since the Tegra's AVP start-up CPU does not support ARMv7. The effect of this is to do the AVP init earlier, and in arch_cpu_init(), rather that board_early_init_f(). Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com> | |||
2011-02-21 | arm: Tegra2: Add basic NVIDIA Tegra2 SoC support | Tom Warren | |
Signed-off-by: Tom Warren <twarren@nvidia.com> |