All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH V2 0/2] ARMV7: Add support for Versatile Express CortexA9x4
@ 2010-07-29  3:12 matt.waddel at linaro.org
  2010-07-29  3:12 ` [U-Boot] [PATCH V2 1/2] ARMV7: Versatile Express Coretile CortexA9x4 support matt.waddel at linaro.org
                   ` (3 more replies)
  0 siblings, 4 replies; 23+ messages in thread
From: matt.waddel at linaro.org @ 2010-07-29  3:12 UTC (permalink / raw)
  To: u-boot

From: Matt Waddel <matt.waddel@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

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2010-10-12 20:56 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-29  3:12 [U-Boot] [PATCH V2 0/2] ARMV7: Add support for Versatile Express CortexA9x4 matt.waddel at linaro.org
2010-07-29  3:12 ` [U-Boot] [PATCH V2 1/2] ARMV7: Versatile Express Coretile CortexA9x4 support matt.waddel at linaro.org
2010-08-07 22:20   ` Wolfgang Denk
2010-09-07  1:55   ` [U-Boot] [PATCH V3 0/2] ARMV7: Add support for the Versatile Express Quad Cortex A9 platform matt.waddel at linaro.org
2010-09-07  1:55   ` [U-Boot] [PATCH V3 1/2] ARMV7: Versatile Express Coretile CortexA9x4 support matt.waddel at linaro.org
2010-10-12 20:38     ` Wolfgang Denk
2010-09-07  1:55   ` [U-Boot] [PATCH V3 2/2] ARMV7: Fixed baudrate setting in pl01x driver matt.waddel at linaro.org
2010-10-12 20:38     ` Wolfgang Denk
2010-09-14  3:49   ` [U-Boot] [PATCH NEXT V4 0/2] ARMV7: Add support for the Versatile Express Quad Cortex A9 platform matt.waddel at linaro.org
2010-09-14  3:49   ` [U-Boot] [PATCH NEXT V4 1/2] ARMV7: Versatile Express Coretile CortexA9x4 support matt.waddel at linaro.org
2010-09-14  3:49   ` [U-Boot] [PATCH NEXT V4 2/2] ARMV7: Fixed baudrate setting in pl01x driver matt.waddel at linaro.org
2010-10-07 21:40   ` [U-Boot] [PATCH V5 0/2] ARMV7: Add support for the Versatile Express Quad Cortex A9 platform matt.waddel at linaro.org
2010-10-07 21:48   ` matt.waddel at linaro.org
2010-10-11 15:52     ` Matt Waddel
2010-10-07 21:48   ` [U-Boot] [PATCH V5 1/2] ARMV7: Versatile Express Coretile CortexA9x4 support matt.waddel at linaro.org
2010-10-12 20:56     ` Wolfgang Denk
2010-10-07 21:48   ` [U-Boot] [PATCH V5 2/2] ARMV7: Fixed baudrate setting in pl01x driver matt.waddel at linaro.org
2010-10-12 20:56     ` Wolfgang Denk
2010-07-29  3:12 ` [U-Boot] [PATCH V2 " matt.waddel at linaro.org
2010-08-07 22:22   ` Wolfgang Denk
2010-07-29 13:39 ` [U-Boot] [PATCH V2 0/2] ARMV7: Add support for Versatile Express CortexA9x4 Peter Pearse
2010-08-05 21:55 ` John Rigby
2010-08-07 22:23   ` Wolfgang Denk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.