[U-Boot] [PATCH V5 1/2] ARMV7: Versatile Express Coretile CortexA9x4 support

Wolfgang Denk wd at denx.de
Tue Oct 12 22:56:25 CEST 2010


Dear matt.waddel at linaro.org,

In message <1286488126-24362-2-git-send-email-matt.waddel at linaro.org> you wrote:
> From: Matt Waddel <matt.waddel at linaro.org>
> 
> Adds support for the ARM quad-core Cortex-A9 processor
> 
> This system includes a motherboard(Versatile Express), daughterboard
> (Coretile), and SOC(Cortex-A9 quad core).  The serial port, ethernet,
> and flash systems work with these additions.  The naming convention
> is:
>    SOC -> CortexA9 quad core = ca9x4
>    daughterboard -> Coretile = ct
>    motherboard -> Versatile Express = vxp
> This gives ca9x4_ct_vxp.c as the board support file.
> 
> Signed-off-by: Matt Waddel <matt.waddel at linaro.org>
> ---
>  MAINTAINERS                                |    4 +
>  MAKEALL                                    |    1 +
>  arch/arm/include/asm/arch-armv7/sysctrl.h  |   70 +++++++++
>  arch/arm/include/asm/arch-armv7/systimer.h |   50 +++++++
>  arch/arm/include/asm/arch-armv7/wdt.h      |   55 +++++++
>  board/armltd/vexpress/Makefile             |   49 ++++++
>  board/armltd/vexpress/ca9x4_ct_vxp.c       |  220 ++++++++++++++++++++++++++++
>  board/armltd/vexpress/config.mk            |   23 +++
>  board/armltd/vexpress/u-boot.lds           |   65 ++++++++
>  boards.cfg                                 |    1 +
>  include/configs/ca9x4_ct_vxp.h             |  196 +++++++++++++++++++++++++
>  11 files changed, 734 insertions(+), 0 deletions(-)
>  create mode 100644 arch/arm/include/asm/arch-armv7/sysctrl.h
>  create mode 100644 arch/arm/include/asm/arch-armv7/systimer.h
>  create mode 100644 arch/arm/include/asm/arch-armv7/wdt.h
>  create mode 100644 board/armltd/vexpress/Makefile
>  create mode 100644 board/armltd/vexpress/ca9x4_ct_vxp.c
>  create mode 100644 board/armltd/vexpress/config.mk
>  create mode 100644 board/armltd/vexpress/u-boot.lds
>  create mode 100644 include/configs/ca9x4_ct_vxp.h

Applied to u-boot-arm (dropping the V3 version).


But please: make sure to keep threading workign, and add a change log
to the patches.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Veni, Vidi, VISA:
        I came, I saw, I did a little shopping.


More information about the U-Boot mailing list