You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux/ar71xx/patches-4.4
Robert Marko ac4a52b5c8 ar71xx: complete support for RB mAP 2nD
This patch adds support for the MikroTik RouterBOARD mAP 2nD
https://mikrotik.com/product/RBmAP2nD

Specifications:

- SoC: Qualcomm QCA9531 (650 MHz)
- RAM: 64 MB
- Storage: 16 MB NOR SPI flash
- Wireless: builtin QCA9531, 2x2:2
- Ethernet: 2x100M (802.3af/at POE in and passive POE out on ETH2)
- USB: microUSB type AB port

This patch adds missing code to fully support mAP. Machfile already
contained configuration for mAP 2nD, but device specific configuration
like LEDs etc., was missing.

Note: The POE LED works but doesn't turn on when POE passthrough is
enabled, despite being configured with GPIO trigger.

Installation

1. Login to the Mikrotik WebUI to backup your licence keys
2. Setup a DHCP/BOOTP server with:
   - DHCP-Option 66 (TFTP server name) pointing to a local TFTP
     server within the same subnet of the DHCP range
   - DHCP-Option 67 (Bootfile-Name) matching the initramfs filename
     of the to be booted image
3. Connect the port labeled internet to your local network
4. Keep the reset button pushed down and power on the board

The board should load and start the initramfs image from the TFTP
server. Login as root/without password to the started LEDE via SSH
listing on IPv4 address 192.168.1.1. Use sysupgrade to install LEDE.

Revert to RouterOS

Use the "rbcfg" package on in LEDE:
- rbcfg set boot_protocol bootp
- rbcfg set boot_device ethnand
- rbcfg apply

Open Netinstall and reboot routerboard. Now Netinstall sees RouterBOARD
and you can install RouterOS. If NetInstall gets stuck on Sending offer
just wait for it to timeout and then close and open Netinstall again.

Click on install again.

In order for RouterOS to function properly, you need to restore license
for the device. You can do that by including license in NetInstall.

Signed-off-by: Robert Marko <robimarko@gmail.com>
7 years ago
..
001-spi-cs-gpio.patch ar71xx: clean up spi controller related patches 8 years ago
002-add_back_gpio_function_select.patch
004-register_gpio_driver_earlier.patch ar71xx: register the gpio driver earlier 8 years ago
100-MIPS-ath79-Avoid-using-unitialized-reg-variable.patch
101-MIPS-ath79-make-ath79_ddr_ctrl_init-compatible-for-n.patch ar71xx: fix DDR write buffer flushing issues with 4.4 8 years ago
103-MIPS-ath79-fix-register-address-in-ath79_ddr_wb_flus.patch kernel: update kernel 4.4 to version 4.4.11 8 years ago
104-spi-spi-ath79-support-multiple-internal-chip-select-.patch ar71xx: clean up spi controller related patches 8 years ago
105-spi-spi-ath79-use-gpio_set_value_cansleep-for-GPIO-c.patch ar71xx: clean up spi controller related patches 8 years ago
106-01-MIPS-ath79-fix-AR724X_PLL_REG_PCIE_CONFIG-offset.patch ar71xx: add AR724x PCIe init fixes 7 years ago
106-02-MIPS-ath79-do-AR724x-PCIe-root-complex-init.patch ar71xx: add AR724x PCIe init fixes 7 years ago
200-MIPS-ath79-fix-ar933x-wmac-reset.patch ar71xx: fixup ar71xx/ar933x_wmac_reset: remove indefinite wait for wmac reset 7 years ago
201-ar913x_wmac_external_reset.patch
202-MIPS-ath79-ar934x-wmac-revision.patch kernel: update kernel 4.4 to 4.4.74 7 years ago
203-MIPS-ath79-fix-restart.patch
220-add_cpu_feature_overrides.patch
300-MIPS-add-MIPS_MACHINE_NONAME-macro.patch
310-lib-add-rle-decompression.patch kernel: update kernel 4.4 to version 4.4.4 8 years ago
401-mtd-physmap-add-lock-unlock.patch
402-mtd-SST39VF6401B-support.patch
403-mtd_fix_cfi_cmdset_0002_status_check.patch
404-mtd-cybertan-trx-parser.patch
405-mtd-tp-link-partition-parser.patch
407-mtd-m25p80-allow-to-pass-probe-types-via-platform-data.patch ar71xx: fix DDR write buffer flushing issues with 4.4 8 years ago
408-mtd-redboot_partition_scan.patch
409-mtd-rb4xx_nand_driver.patch
410-mtd-rb750-nand-driver.patch
411-mtd-cfi_cmdset_0002-force-word-write.patch
412-mtd-m25p80-zero-partition-parser-data.patch ar71xx: fix DDR write buffer flushing issues with 4.4 8 years ago
413-mtd-ar934x-nand-driver.patch
414-mtd-rb91x-nand-driver.patch
420-net-ar71xx_mac_driver.patch
423-dsa-add-88e6063-driver.patch
430-drivers-link-spi-before-mtd.patch
432-spi-rb4xx-spi-driver.patch
433-spi-rb4xx-cpld-driver.patch
435-spi-vsc7385_driver.patch ar71xx: remove AP83 reference design board support 8 years ago
440-leds-wndr3700-usb-led-driver.patch
441-leds-rb750-led-driver.patch
450-gpio-nxp-74hc153-gpio-chip-driver.patch kernel: update kernel 4.4 to version 4.4.20 8 years ago
451-gpio-74x164-improve-platform-device-support.patch kernel: update kernel 4.4 to version 4.4.20 8 years ago
452-gpio-add-gpio-latch-driver.patch kernel: update kernel 4.4 to version 4.4.20 8 years ago
460-m25p80-spi-read-flash-check.patch ar71xx: clean up spi controller related patches 8 years ago
461-spi-ath79-add-fast-flash-read.patch ar71xx: clean up spi controller related patches 8 years ago
470-MIPS-ath79-swizzle-pci-address-for-ar71xx.patch
490-usb-ehci-add-quirks-for-qca-socs.patch
500-MIPS-fw-myloader.patch kernel: backport MIPS changes introducing a separate IRQ stack 7 years ago
501-MIPS-ath79-add-mac-argument-to-ath79_register_wmac.patch kernel: update kernel 4.4 to 4.4.74 7 years ago
504-MIPS-ath79-add-ath79_device_reset_get.patch ar71xx: remove obsolete flash chip locking code 8 years ago
505-MIPS-ath79-add-ath79_gpio_function_select.patch
506-MIPS-ath79-prom-parse-redboot-args.patch
507-MIPS-ath79-prom-add-myloader-support.patch
508-MIPS-ath79-prom-image-command-line-hack.patch
509-MIPS-ath79-process-board-kernel-option.patch kernel: Backport pending appended DTB handling patches 8 years ago
510-MIPS-ath79-init-gpio-pin-of-wmac-device.patch
520-MIPS-ath79-enable-UART-function.patch
521-MIPS-ath79-enable-UART-for-early_serial.patch kernel: update kernel 4.4 to version 4.4.7 8 years ago
522-MIPS-ath79-add-ath79_wmac_register_simple-helper.patch kernel: update kernel 4.4 to 4.4.74 7 years ago
523-MIPS-ath79-OTP-support.patch kernel: update kernel 4.4 to 4.4.74 7 years ago
524-MIPS-ath79-add-ath79_wmac_disable_25ghz-helpers.patch kernel: update kernel 4.4 to 4.4.74 7 years ago
525-MIPS-ath79-enable-qca-usb-quirks.patch kernel: update kernel 4.4 to version 4.4.69 7 years ago
601-MIPS-ath79-add-more-register-defines.patch ar71xx: add AR724x PCIe init fixes 7 years ago
602-MIPS-ath79-add-openwrt-stuff.patch ar71xx: add missing LZO support select for routerboard devices 8 years ago
603-MIPS-ath79-ap121-fixes.patch
605-MIPS-ath79-db120-fixes.patch ar71xx: remove AP81 reference design board support 8 years ago
606-MIPS-ath79-pb44-fixes.patch ar71xx: remove AP81 reference design board support 8 years ago
607-MIPS-ath79-ubnt-xm-fixes.patch ar71xx: remove AP81 reference design board support 8 years ago
608-MIPS-ath79-ubnt-xm-add-more-boards.patch ar71xx: remove AP81 reference design board support 8 years ago
609-MIPS-ath79-ap136-fixes.patch kernel: update kernel 4.4 to version 4.4.69 7 years ago
611-MIPS-ath79-wdt-timeout.patch
612-MIPS-ath79-set-buffalo-txgain.patch kernel: update kernel 4.4 to 4.4.74 7 years ago
613-MIPS-ath79-add-ath79_wmac_setup_ext_lna_gpio-helper.patch kernel: update kernel 4.4 to 4.4.74 7 years ago
620-MIPS-ath79-add-support-for-QCA953x-SoC.patch kernel: update kernel 4.4 to 4.4.74 7 years ago
621-MIPS-ath79-add-support-for-QCA956x-SoC.patch kernel: update kernel 4.4 to 4.4.74 7 years ago
622-MIPS-ath79-add-more-register-defines-for-QCA956x-SoC.patch ar71xx: add AR724x PCIe init fixes 7 years ago
630-MIPS-ath79-fix-chained-irq-disable.patch
631-MIPS-ath79-wmac-enable-set-led-pin.patch kernel: update kernel 4.4 to 4.4.74 7 years ago
632-MIPS-ath79-gpio-enable-set-direction.patch
634-MIPS-ath79-ar724x-clock-calculation-fixes.patch
640-MIPS-ath79-add-QCA955x-wmac-reset.patch kernel: update kernel 4.4 to 4.4.74 7 years ago
700-MIPS-ath79-add-openwrt-Kconfig.patch ar71xx: remove AP81 reference design board support 8 years ago
701-MIPS-ath79-add-routerboard-detection.patch ar71xx: complete support for RB mAP 2nD 7 years ago
739-MIPS-ath79-add-gpio-func-register-for-QCA955x-SoC.patch ar71xx: Add QCA955X GPIO mux and function definitions 8 years ago
740-MIPS-ath79-add-PCI-for-QCA953x-SoC.patch
818-MIPS-ath79-add-nu801-led-driver.patch ar71xx: add support for Cisco Meraki Z1 Cloud Managed Teleworker Gateway 8 years ago
820-MIPS-ath79-add_gpio_function2_setup.patch ar71xx: add AR724x PCIe init fixes 7 years ago
821-serial-core-add-support-for-boot-console-with-arbitr.patch
900-mdio_bitbang_ignore_ta_value.patch
901-phy-mdio-bitbang-prevent-rescheduling-during-command.patch
902-at803x-add-reset-gpio-pdata.patch ar71xx: Fix NULL pointer dereferece in at803x_link_change_notify() 7 years ago
910-unaligned_access_hacks.patch kernel: update 4.4 to 4.4.85 7 years ago
920-usb-chipidea-AR933x-platform-support.patch ar71xx: rework chipidea usb controller patch 7 years ago
930-chipidea-pullup.patch kernel: bump 4.4 to 4.4.91 7 years ago