[OpenWrt-Devel] [PATCH 0/2] Add support for a apm821xx target & the Cisco Meraki MR24
Chris Blake
chrisrblake93 at gmail.com
Sun Apr 3 20:56:25 EDT 2016
These RFC patches were recommended by Imre Kaloz [0] to add support for the apm821xx SoC to support a subset of devices.
Original discussion for these patches can be found at [1], and the previous RFC can be found at [2].
[0]: https://lists.openwrt.org/pipermail/openwrt-devel/2016-March/040626.html
[1]: https://lists.openwrt.org/pipermail/openwrt-devel/2016-March/040615.html
[2]: https://lists.openwrt.org/pipermail/openwrt-devel/2016-April/040641.html
Chris Blake (2):
Add support for the apm821xx Device Target
Add support for the Cisco Meraki MR24
include/target.mk | 1 +
package/kernel/linux/modules/other.mk | 2 +-
target/linux/apm821xx/Makefile | 29 ++
.../linux/apm821xx/base-files/etc/board.d/01_leds | 25 ++
.../apm821xx/base-files/etc/board.d/02_network | 25 ++
target/linux/apm821xx/base-files/etc/diag.sh | 37 ++
target/linux/apm821xx/base-files/lib/apm821xx.sh | 39 ++
.../lib/preinit/03_preinit_do_apm821xx.sh | 12 +
.../lib/preinit/05_set_iface_mac_apm821xx | 17 +
.../lib/preinit/05_set_preinit_iface_apm821xx | 12 +
.../apm821xx/base-files/lib/upgrade/merakinand.sh | 65 ++++
.../apm821xx/base-files/lib/upgrade/platform.sh | 55 +++
target/linux/apm821xx/config-4.4 | 305 +++++++++++++++
target/linux/apm821xx/dts/MR24.dts | 433 +++++++++++++++++++++
target/linux/apm821xx/image/Makefile | 81 ++++
.../200-add-meraki-mr24-ikarem-support.patch | 31 ++
.../700-powerpc_ibm_phy_add_ar8035.patch | 41 ++
.../800-ppc4xx-rng-fix-crash-during-init.patch | 117 ++++++
target/linux/apm821xx/profiles/00-default.mk | 16 +
target/linux/apm821xx/profiles/meraki.mk | 17 +
tools/firmware-utils/src/mkmerakifw.c | 10 +
21 files changed, 1369 insertions(+), 1 deletion(-)
create mode 100644 target/linux/apm821xx/Makefile
create mode 100755 target/linux/apm821xx/base-files/etc/board.d/01_leds
create mode 100755 target/linux/apm821xx/base-files/etc/board.d/02_network
create mode 100755 target/linux/apm821xx/base-files/etc/diag.sh
create mode 100755 target/linux/apm821xx/base-files/lib/apm821xx.sh
create mode 100644 target/linux/apm821xx/base-files/lib/preinit/03_preinit_do_apm821xx.sh
create mode 100644 target/linux/apm821xx/base-files/lib/preinit/05_set_iface_mac_apm821xx
create mode 100644 target/linux/apm821xx/base-files/lib/preinit/05_set_preinit_iface_apm821xx
create mode 100755 target/linux/apm821xx/base-files/lib/upgrade/merakinand.sh
create mode 100755 target/linux/apm821xx/base-files/lib/upgrade/platform.sh
create mode 100644 target/linux/apm821xx/config-4.4
create mode 100644 target/linux/apm821xx/dts/MR24.dts
create mode 100644 target/linux/apm821xx/image/Makefile
create mode 100644 target/linux/apm821xx/patches-4.4/200-add-meraki-mr24-ikarem-support.patch
create mode 100644 target/linux/apm821xx/patches-4.4/700-powerpc_ibm_phy_add_ar8035.patch
create mode 100644 target/linux/apm821xx/patches-4.4/800-ppc4xx-rng-fix-crash-during-init.patch
create mode 100644 target/linux/apm821xx/profiles/00-default.mk
create mode 100644 target/linux/apm821xx/profiles/meraki.mk
--
2.1.4
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list