[U-Boot] [PATCH V2 0/2] ARMV7: Add support for Versatile Express CortexA9x4

John Rigby jcrigby at gmail.com
Thu Aug 5 23:55:48 CEST 2010


I have not seen any NAK's for these two patches so can it go in?

Wolfgang, I have noticed that recent activity in the arm maintainer
tree has been done by you.  Are you standing in for Tom?

Thanks,
John

On Wed, Jul 28, 2010 at 9:12 PM,  <matt.waddel at linaro.org> 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 an SOC(Cortex-A9 quad core).
> The serial port, ethernet, and flash systems work with
> these additions.
>
> The 2nd patch fixes a bug in the "set baudrate xxx" functionality.
>
> Version 2 - Removed unneeded multi-core low_level setup code.
>
> Matt Waddel (2):
>  ARMV7: Versatile Express Coretile CortexA9x4 support
>  ARMV7: Fixed baudrate setting in pl01x driver
>
>  MAINTAINERS                                |    4 +
>  MAKEALL                                    |    1 +
>  arch/arm/include/asm/arch-armv7/sysctrl.h  |   68 ++++++++
>  arch/arm/include/asm/arch-armv7/systimer.h |   50 ++++++
>  arch/arm/include/asm/arch-armv7/wdt.h      |   55 +++++++
>  board/armltd/vexpress/Makefile             |   50 ++++++
>  board/armltd/vexpress/ca9x4_ct_vxp.c       |  231 ++++++++++++++++++++++++++++
>  board/armltd/vexpress/config.mk            |   26 +++
>  board/armltd/vexpress/u-boot.lds           |   50 ++++++
>  boards.cfg                                 |    1 +
>  drivers/serial/serial_pl01x.c              |    5 +-
>  include/configs/ca9x4_ct_vxp.h             |  181 ++++++++++++++++++++++
>  12 files changed, 721 insertions(+), 1 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
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>


More information about the U-Boot mailing list