
On Tue, Dec 11, 2012 at 03:34:11PM -0800, Tom Warren wrote:
This patch series adds basic (boot to cmd prompt) support for Tegra30. This is based on the Tegra20 SPL, which initializes the AVP (ARM7TDMI) boot proc) first, then control is transferred to the CPU (A9 quad cluster). It is based on current u-boot-tegra/next. Some Tegra20 files were
I wasn't able to get these to apply cleanly to u-boot-tegra/next. It failed on the first patch:
$ git am ~/twarren Applying: Tegra30: Add arch-tegra30 include files error: patch failed: arch/arm/include/asm/arch-tegra/clk_rst.h:37 error: arch/arm/include/asm/arch-tegra/clk_rst.h: patch does not apply error: patch failed: arch/arm/include/asm/arch-tegra/clock.h:136 error: arch/arm/include/asm/arch-tegra/clock.h: patch does not apply error: patch failed: arch/arm/include/asm/arch-tegra/tegra.h:72 error: arch/arm/include/asm/arch-tegra/tegra.h: patch does not apply error: patch failed: arch/arm/include/asm/arch-tegra20/funcmux.h:62 error: arch/arm/include/asm/arch-tegra20/funcmux.h: patch does not apply error: patch failed: arch/arm/include/asm/arch-tegra20/gp_padctrl.h:61 error: arch/arm/include/asm/arch-tegra20/gp_padctrl.h: patch does not apply Patch failed at 0001 Tegra30: Add arch-tegra30 include files When you have resolved this problem run "git am --resolved". If you would prefer to skip this patch, instead run "git am --skip". To restore the original branch and stop patching run "git am --abort".