]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARMV7: Versatile Express Coretile CortexA9x4 support
authorMatt Waddel <matt.waddel@linaro.org>
Thu, 7 Oct 2010 21:48:45 +0000 (15:48 -0600)
committerWolfgang Denk <wd@denx.de>
Wed, 13 Oct 2010 07:59:39 +0000 (09:59 +0200)
commitb80e41ac54690e50dbcb0e9f19ebb1f3c8076983
tree1a623e5d771dc4a903ab90317a4ceafb8c9e84f2
parenta4a87d8a933f648381d0cb9a913058cc2afa3cd4
ARMV7: Versatile Express Coretile CortexA9x4 support

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@linaro.org>
MAINTAINERS
MAKEALL
arch/arm/include/asm/arch-armv7/sysctrl.h [new file with mode: 0644]
arch/arm/include/asm/arch-armv7/systimer.h [new file with mode: 0644]
arch/arm/include/asm/arch-armv7/wdt.h [new file with mode: 0644]
board/armltd/vexpress/Makefile [new file with mode: 0644]
board/armltd/vexpress/ca9x4_ct_vxp.c [new file with mode: 0644]
board/armltd/vexpress/config.mk [new file with mode: 0644]
board/armltd/vexpress/u-boot.lds [new file with mode: 0644]
boards.cfg
include/configs/ca9x4_ct_vxp.h [new file with mode: 0644]