This series of patches adds support for the Allnet ALL5002 devkit [1]. It's based on the Rt3352F WiSoC and got plenty of resources, so it was fun thing to play with :) In order to support this board, a small fix had to go into the clock setup and support for the Rt3352F had to be added to rt2x00 mac80211 driver.
1: http://www.allnet.de/fileadmin/transfer/products/92551.pdf Daniel Golle (6): ramips: uart_clk on Rt3352F is always 40MHz ramips: add support for Allnet ALL5002 to kernel ramips: add image build for ALL5002 ramips: enable OHCI/EHCI glue on Rt305x, so it is available for Rt3352F. ramips: add ALL5002 userspace support mac80211: add support for Rt3352 in rt2x00 driver .../patches/620-rt2x00-support-rt3352.patch | 454 +++++++++++++++++++++ .../etc/hotplug.d/firmware/10-rt2x00-eeprom | 1 + .../ramips/base-files/etc/uci-defaults/network | 4 +- .../ramips/base-files/lib/preinit/06_set_iface_mac | 1 + target/linux/ramips/base-files/lib/ramips.sh | 3 + .../ramips/base-files/lib/upgrade/platform.sh | 1 + .../arch/mips/include/asm/mach-ralink/machine.h | 3 + target/linux/ramips/files/arch/mips/ralink/Kconfig | 2 + .../ramips/files/arch/mips/ralink/rt305x/Kconfig | 5 + .../ramips/files/arch/mips/ralink/rt305x/Makefile | 1 + .../ramips/files/arch/mips/ralink/rt305x/clock.c | 2 +- .../files/arch/mips/ralink/rt305x/mach-all5002.c | 61 +++ target/linux/ramips/image/Makefile | 14 + .../ramips/patches-3.3/200-rt3883-ehci-glue.patch | 2 +- .../ramips/patches-3.3/201-rt3883-ohci-glue.patch | 2 +- target/linux/ramips/rt305x/config-3.3 | 1 + 16 files changed, 553 insertions(+), 4 deletions(-) create mode 100644 package/mac80211/patches/620-rt2x00-support-rt3352.patch create mode 100644 target/linux/ramips/files/arch/mips/ralink/rt305x/mach-all5002.c -- 1.7.11.2
pgpanDytQn6bD.pgp
Description: PGP signature
_______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
