[U-Boot] [PATCH 2/9] Tegra: T30: Add AVP (arm720t) files

Simon Glass sjg at chromium.org
Tue Sep 18 21:37:22 CEST 2012


Hi Tom,

On Wed, Sep 12, 2012 at 3:10 PM, Tom Warren <twarren.nvidia at gmail.com> wrote:
> Signed-off-by: Tom Warren <twarren at nvidia.com>
> ---
>  arch/arm/cpu/arm720t/tegra30/Makefile  |   48 +++
>  arch/arm/cpu/arm720t/tegra30/board.h   |   25 ++
>  arch/arm/cpu/arm720t/tegra30/config.mk |   26 ++
>  arch/arm/cpu/arm720t/tegra30/cpu.c     |  570 ++++++++++++++++++++++++++++++++
>  arch/arm/cpu/arm720t/tegra30/cpu.h     |   65 ++++
>  arch/arm/cpu/arm720t/tegra30/spl.c     |  132 ++++++++

It certainly has complicated your work, with the AVP arm720t refactor
going in before these patches.

I feel that quite a bit of the code here should perhaps go to
arch/arm/cpu/arm720t/tegra-common or similar, so that you can share it
with tegra30.

Regards,
Simon


More information about the U-Boot mailing list