
Dear matt.waddel@linaro.org,
In message 1283824559-4109-2-git-send-email-matt.waddel@linaro.org you wrote:
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 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 | 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