[U-Boot] [PATCH 3/7] omap5: Add minimal support for omap5430.

Tom Rini tom.rini at gmail.com
Wed Oct 19 18:48:10 CEST 2011


On Wed, Oct 19, 2011 at 5:47 AM, sricharan <r.sricharan at ti.com> wrote:
> This patch adds the minimal support for OMAP5. The platform and machine
> specific headers and sources updated for OMAP5430.
>
> OMAP5430 is Texas Instrument's SOC based on ARM Cortex-A15 SMP architecture.
> It's a dual core SOC with GIC used for interrupt handling and SCU for cache
> coherency.
>
> Also moved some part of code from the basic platform support that can be made
> common for OMAP4/5. Rest is kept out seperately. The same approach is followed
> for clocks and emif support in the subsequent patches.
>
> Signed-off-by: sricharan <r.sricharan at ti.com>

Since we have SOC==(omap3||omap4||omap5||am335x) pulling in
arch/arm/cpu/armv7/omap-common/ perhaps it's time for common symbol
to set to avoid further cluttering this part of the Makefile?

-- 
Tom


More information about the U-Boot mailing list