mvebu: add inital support for Marvell Armada XP/370 SoCs
authorFlorian Fainelli <florian@openwrt.org>
Tue, 8 Jan 2013 22:20:16 +0000 (22:20 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Tue, 8 Jan 2013 22:20:16 +0000 (22:20 +0000)
commit91e3a3252f68589aaa7d5131cbe77c2c552c1df4
treea5cbc0f5235b30a249d4532479600f183be2eec6
parentb5988e0640bd2ad96cc2c0b79197873f7ab9085c
mvebu: add inital support for Marvell Armada XP/370 SoCs

This brings in the initial support for the Marvell Armada XP/370 SoCs.
Successfully tested on RD-A370-A1 and DB-MV784MP-GP boards the following
interfaces:

- Ethernet
- SDIO
- GPIOs
- SATA

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35058 3c298f89-4303-0410-b956-a3cf2f4a3e73
22 files changed:
target/linux/generic/config-3.8
target/linux/mvebu/Makefile [new file with mode: 0644]
target/linux/mvebu/config-default [new file with mode: 0644]
target/linux/mvebu/image/Makefile [new file with mode: 0644]
target/linux/mvebu/patches-3.8/001-clk_mvebu_remove_inappropriate_init_tagging.patch [new file with mode: 0644]
target/linux/mvebu/patches-3.8/002-dma_mv_xor_fix_error_handling.patch [new file with mode: 0644]
target/linux/mvebu/patches-3.8/003-dma_mv_xor_fix_error_handling_clocks.patch [new file with mode: 0644]
target/linux/mvebu/patches-3.8/004-net_mvneta_fix_driver_operations_smp.patch [new file with mode: 0644]
target/linux/mvebu/patches-3.8/005-arm_mvebu_use_global_interrupts_for_gpio.patch [new file with mode: 0644]
target/linux/mvebu/patches-3.8/006-mmc_mvsdio_use_slot_gpio.patch [new file with mode: 0644]
target/linux/mvebu/patches-3.8/007-mmc_mvsdio_use_slot_gpio_for_cd.patch [new file with mode: 0644]
target/linux/mvebu/patches-3.8/008-mmc_mvsdio_implement_a_device_tree_binding.patch [new file with mode: 0644]
target/linux/mvebu/patches-3.8/009-mmc_mvsdio_add_pinctrl.patch [new file with mode: 0644]
target/linux/mvebu/patches-3.8/010-arm_mvebu_add_dt_info_a370.patch [new file with mode: 0644]
target/linux/mvebu/patches-3.8/011-arm_mvebu_add_pin_mux_options_a370.patch [new file with mode: 0644]
target/linux/mvebu/patches-3.8/012-arm_mvebu_add_pin_mux_options_axp.patch [new file with mode: 0644]
target/linux/mvebu/patches-3.8/013-arm_mvebu_enable_sd_cart_slot_axp_db.patch [new file with mode: 0644]
target/linux/mvebu/patches-3.8/014-arm_mvebu_enable_sd_card_slot_a370_db.patch [new file with mode: 0644]
target/linux/mvebu/patches-3.8/015-arm_mvebu_enable_sd_card_slot_mirabox.patch [new file with mode: 0644]
target/linux/mvebu/patches-3.8/016-arm_cache_l2x0_aurora_invalidate.patch [new file with mode: 0644]
target/linux/mvebu/patches-3.8/017-arm_cache_l2x0_aurora_use_writel_relaxed.patch [new file with mode: 0644]
target/linux/mvebu/patches-3.8/018-arm_mvebu_dw_apb_uart.patch [new file with mode: 0644]