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)
commit25475a095ec71f55826a5864e78e09c27031f179
treeb2926b2267a4d1075ba4f6b2dd381aad8fca6518
parent97acd10458aa9bd57fc5ddd936891a59c80bce3e
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>
SVN-Revision: 35058
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]