openwrt/target/linux
Robert Balas baacdd53df ath79: add support for TP-Link TL-WA1201 v2
This device is a wireless access point working on the 2.4 GHz and 5 GHz
band, based on Qualcomm/Atheros QCA9563 + QCA9886.

Specification
- 775 MHz CPU
- 128 MB of RAM (DDR2)
- 16 MB of FLASH (SPI NOR)
- QCA9563: 2.4 GHz 3x3
- QCA9886: 5 GHz
- AR8033: 1x 1 Gbs Ethernet
- 4x LED, WPS factory reset and power button
- bare UART on PCB (accessible through testpoints)

Methods for Flashing:
- Apply factory image in OEM firmware web-gui. Wait a minute after the
  progress bar completes and restart the device.
- Sysupgrade on top of existing OpenWRT image
- Solder wires onto UART testpoints and attach a terminal.
  Boot the device and press enter to enter u-boot's menu. Then issue the
  following commands
  1. setenv serverip your-server-ip
     setenv ipaddr your-device-ip
  2. tftp 0x80060000 openwrt-squashfs.bin (Rembember output of size in
    hex, henceforth "sizeinhex")
  3. erase 0x9f030000 +"sizeinhex"
  4. cp.b 0x80060000 0x9f030000 0x"sizeinhex"
  5. reboot

Recover:
- U-boot serial console

Signed-off-by: Robert Balas <balasr@iis.ee.ethz.ch>
[convert to nvmem]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2021-09-05 23:52:35 +02:00
..
apm821xx kernel: bump 5.4 to 5.4.136 2021-07-31 19:13:00 +02:00
arc770 kernel: move two symbols to the generic kconfigs 2021-08-29 17:07:19 +02:00
archs38 kernel: move two symbols to the generic kconfigs 2021-08-29 17:07:19 +02:00
armvirt kernel: move two symbols to the generic kconfigs 2021-08-29 17:07:19 +02:00
at91 kernel: move some drm symbols to generic config 2021-06-13 23:30:10 +02:00
ath25 kernel: bump 5.4 to 5.4.132 2021-07-17 13:21:03 +02:00
ath79 ath79: add support for TP-Link TL-WA1201 v2 2021-09-05 23:52:35 +02:00
bcm27xx kernel: move two symbols to the generic kconfigs 2021-08-29 17:07:19 +02:00
bcm47xx bcm47xx: make WGT634U NVRAM patch apply again 2021-03-12 21:09:11 +01:00
bcm53xx bcm53xx: switch to the kernel 5.10 2021-08-31 11:41:09 +02:00
bcm63xx kernel: move two symbols to the generic kconfigs 2021-08-29 17:07:19 +02:00
bcm4908 kernel: move two symbols to the generic kconfigs 2021-08-29 17:07:19 +02:00
bmips kernel: move two symbols to the generic kconfigs 2021-08-29 17:07:19 +02:00
gemini kernel: move two symbols to the generic kconfigs 2021-08-29 17:07:19 +02:00
generic kernel: add missing CONFIG_SECURITY_NETWORK_XFRM ksym 2021-08-31 22:41:46 -10:00
imx6 kernel: move two symbols to the generic kconfigs 2021-08-29 17:07:19 +02:00
ipq40xx kernel: move two symbols to the generic kconfigs 2021-08-29 17:07:19 +02:00
ipq806x ipq806x: add missing enclosing partitions block for TP-Link C2600 2021-08-30 00:37:35 +02:00
ipq807x kernel: move two symbols to the generic kconfigs 2021-08-29 17:07:19 +02:00
kirkwood treewide: do not quote compatible in shell scripts 2021-06-06 19:17:47 +02:00
lantiq kernel: move two symbols to the generic kconfigs 2021-08-29 17:07:19 +02:00
layerscape kernel: move two symbols to the generic kconfigs 2021-08-29 17:07:19 +02:00
malta kernel: move two symbols to the generic kconfigs 2021-08-29 17:07:19 +02:00
mediatek mediatek: add support for TOTOLINK A8000RU 2021-09-03 15:53:28 +08:00
mpc85xx kernel: move two symbols to the generic kconfigs 2021-08-29 17:07:19 +02:00
mvebu kernel: move two symbols to the generic kconfigs 2021-08-29 17:07:19 +02:00
mxs treewide: switch the timer frequency to 100 Hz 2021-04-21 10:31:10 +01:00
octeon kernel: move two symbols to the generic kconfigs 2021-08-29 17:07:19 +02:00
octeontx kernel: move two symbols to the generic kconfigs 2021-08-29 17:07:19 +02:00
omap kernel: move two symbols to the generic kconfigs 2021-08-29 17:07:19 +02:00
oxnas kernel: move two symbols to the generic kconfigs 2021-08-29 17:07:19 +02:00
pistachio kernel: move two symbols to the generic kconfigs 2021-08-29 17:07:19 +02:00
ramips ramips: minew g1-c: use default static address for lan instead of dhcp 2021-08-31 02:42:32 +02:00
realtek kernel: bump 5.4 to 5.4.139 2021-08-14 20:25:19 +02:00
rockchip kernel: move two symbols to the generic kconfigs 2021-08-29 17:07:19 +02:00
sunxi kernel: move two symbols to the generic kconfigs 2021-08-29 17:07:19 +02:00
tegra kernel: move two symbols to the generic kconfigs 2021-08-29 17:07:19 +02:00
uml treewide: switch the timer frequency to 100 Hz 2021-04-21 10:31:10 +01:00
x86 kernel: move two symbols to the generic kconfigs 2021-08-29 17:07:19 +02:00
zynq kernel: move two symbols to the generic kconfigs 2021-08-29 17:07:19 +02:00
Makefile target: use SPDX license identifiers on Makefiles 2021-02-10 15:47:18 +01:00