diff options
author | Matt Waddel | 2010-10-07 15:48:45 -0600 |
---|---|---|
committer | Wolfgang Denk | 2010-10-13 09:59:39 +0200 |
commit | b80e41ac54690e50dbcb0e9f19ebb1f3c8076983 (patch) | |
tree | 1a623e5d771dc4a903ab90317a4ceafb8c9e84f2 /MAINTAINERS | |
parent | a4a87d8a933f648381d0cb9a913058cc2afa3cd4 (diff) |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 785fccf56cc..a394ac94230 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -800,6 +800,10 @@ Hugo Villeneuve <hugo.villeneuve@lyrtech.com> SFFSDR ARM926EJS +Matt Waddel <matt.waddel@linaro.org> + + ca9x4_ct_vxp ARM ARMV7 (Quad Core) + Prafulla Wadaskar <prafulla@marvell.com> mv88f6281gtw_ge ARM926EJS (Kirkwood SoC) |