mvebu: add support for WRT32X (venom)
authorMichael Gray <michael.gray@lantisproject.com>
Sun, 13 May 2018 13:29:30 +0000 (23:29 +1000)
committerJohn Crispin <john@phrozen.org>
Mon, 14 May 2018 15:20:10 +0000 (17:20 +0200)
commitbfbdeeb3de3da31f7e5f9bd429e079c2d839644a
tree4ce9728ecd6879d2215a9151eb700cde9c2e9273
parente1a9485b0e23115787a8488c5988b2411e318519
mvebu: add support for WRT32X (venom)

Linksys WRT32X (Venom) is identical in hardware to the WRT3200ACM
with a different flash layout and boots zImage rather than uImage.

Specification:
- Marvell Armada 385 88F6820 (2x 1.8GHz)
- 256MB of Flash
- 512MB of RAM
- 2.4GHz (bgn) and 5GHz (an+ac wave 2)
- 4x 1Gbps LAN + 1x 1Gbps WAN
- 1x USB 3.0 and 1x USB 2.0/eSATA (combo port)

Flash instruction:
Apply factory image via web-gui.

Signed-off-by: Michael Gray <michael.gray@lantisproject.com>
14 files changed:
package/boot/uboot-envtools/files/mvebu
target/linux/mvebu/base-files/etc/board.d/01_leds
target/linux/mvebu/base-files/etc/board.d/02_network
target/linux/mvebu/base-files/etc/diag.sh
target/linux/mvebu/base-files/etc/init.d/linksys_recovery
target/linux/mvebu/base-files/etc/uci-defaults/03_wireless
target/linux/mvebu/base-files/lib/mvebu.sh
target/linux/mvebu/base-files/lib/preinit/06_set_iface_mac
target/linux/mvebu/base-files/lib/preinit/81_linksys_syscfg
target/linux/mvebu/base-files/lib/upgrade/linksys.sh
target/linux/mvebu/base-files/lib/upgrade/platform.sh
target/linux/mvebu/files-4.14/arch/arm/boot/dts/armada-385-linksys-venom.dts [new file with mode: 0644]
target/linux/mvebu/image/cortex-a9.mk
target/linux/mvebu/patches-4.14/105-build_new_dtbs.patch [new file with mode: 0644]