public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] ARM: vexpress: add support for A5 core tile
@ 2011-10-18 12:41 Ryan Harkin
  2011-10-18 12:41 ` [U-Boot] [PATCH 1/3] ARM: vexpress: move files in preparation for adding a new platform Ryan Harkin
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Ryan Harkin @ 2011-10-18 12:41 UTC (permalink / raw)
  To: u-boot

Add support for the A5 Core Tile on the Versatile Express motherboard.

Ryan Harkin (3):
  ARM: vexpress: move files in preparation for adding a new platform
  ARM: vexpress: create A9 specific board config
  ARM: vexpress: create A5 specific board config

 MAINTAINERS                                        |    3 +-
 board/armltd/vexpress/Makefile                     |    2 +-
 .../vexpress/{ca9x4_ct_vxp.c => vexpress_common.c} |   29 ++-
 boards.cfg                                         |    3 +-
 include/configs/ca9x4_ct_vxp.h                     |  206 -------------
 include/configs/vexpress_ca5x2.h                   |   34 +++
 include/configs/vexpress_ca9x4.h                   |   34 +++
 include/configs/vexpress_common.h                  |  314 ++++++++++++++++++++
 8 files changed, 410 insertions(+), 215 deletions(-)
 rename board/armltd/vexpress/{ca9x4_ct_vxp.c => vexpress_common.c} (90%)
 delete mode 100644 include/configs/ca9x4_ct_vxp.h
 create mode 100644 include/configs/vexpress_ca5x2.h
 create mode 100644 include/configs/vexpress_ca9x4.h
 create mode 100644 include/configs/vexpress_common.h

-- 
1.7.4.1

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

end of thread, other threads:[~2011-11-08 13:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-18 12:41 [U-Boot] [PATCH 0/3] ARM: vexpress: add support for A5 core tile Ryan Harkin
2011-10-18 12:41 ` [U-Boot] [PATCH 1/3] ARM: vexpress: move files in preparation for adding a new platform Ryan Harkin
2011-10-18 12:41 ` [U-Boot] [PATCH 2/3] ARM: vexpress: create A9 specific board config Ryan Harkin
2011-10-18 12:41 ` [U-Boot] [PATCH 3/3] ARM: vexpress: create A5 " Ryan Harkin
2011-11-05  9:57 ` [U-Boot] [PATCH 0/3] ARM: vexpress: add support for A5 core tile Albert ARIBAUD
2011-11-08 13:14   ` Ryan Harkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox