[U-Boot] [PATCH v2 2/7] Tegra30: Add AVP (arm720t) files
Stephen Warren
swarren at wwwdotorg.org
Tue Dec 4 01:34:41 CET 2012
On 12/03/2012 04:45 PM, Tom Warren wrote:
> This provides SPL support for T30 boards - AVP early init, plus
> CPU (A9) init/jump to main U-Boot.
>
> Some changes were made to Tegra20 cpu.c to move common routines
> into tegra-common/cpu.c and reduce code duplication.
> arch/arm/cpu/arm720t/tegra-common/cpu.c | 342 ++++++++++++++++++++++++++++
> arch/arm/cpu/arm720t/tegra20/cpu.c | 216 ++----------------
Just a minor note here; this patch both moves a bunch of code from cpu.c
to the new cpu.c, and adds Tegra30 support. It would have been a little
easier to review if the code move were a separate patch (with git
format-patch -C) so that it was obvious what code in the new cpu.c was
changes due to Tegra30 and what was just copied.
More information about the U-Boot
mailing list