From mboxrd@z Thu Jan 1 00:00:00 1970 From: Allen Martin Date: Tue, 11 Dec 2012 17:09:45 -0800 Subject: [U-Boot] [PATCH V3 0/7] Add support for NVIDIA Tegra30 SoC In-Reply-To: <1355268858-7868-1-git-send-email-twarren@nvidia.com> References: <1355268858-7868-1-git-send-email-twarren@nvidia.com> Message-ID: <20121212010945.GD25496@badger> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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". -- nvpublic