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

Wolfgang Denk wd at denx.de
Tue Oct 12 22:38:07 CEST 2010


Dear matt.waddel at linaro.org,

In message <1283824559-4109-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       |  221 ++++++++++++++++++++++++++++
>  board/armltd/vexpress/config.mk            |   24 +++
>  board/armltd/vexpress/u-boot.lds           |   50 +++++++
>  boards.cfg                                 |    1 +
>  include/configs/ca9x4_ct_vxp.h             |  172 +++++++++++++++++++++
>  11 files changed, 697 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, thanks.

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
Nobody goes to that restaurant anymore. It's too crowded.


More information about the U-Boot mailing list