openwrt/target/linux
Chuanhong Guo 9dd7147f6b ath79: add support for Winchannel WB2000
WB2000 is a dual-band 11N AP using AR9344.
The factory firmware used the original DB120 partition table
with a small kernel partition at the end of firmware and the
kernel will easily get oversized in the future. Since it has
to be flashed using UART I also swapped kernel/rootfs and
changed the default load address.

Specification:

- SoC: Atheros AR9344
- RAM: 128 MB
- Flash: 16 MB
- Ethernet: 10/100/1000 Mbps (Atheros AR8035)
- 2x USB 2.0
- WIFI: AR9344(2G) + AR9382(5G)
- RTC: DS1338

Known issue:
5G ath9k led doesn't work due to commit ccab68f.

Flash instruction:
Set up a TFTP server on your computer and configure static IP.
Connect UART (J11 TX/GND/RX) and press any key to enter U-boot
shell.
1. Change the default boot command:
   setenv bootcmd 'bootm 0x9f050000 || bootm 0x9fd50000'
   saveenv
2. Set your router ipaddr and server ipaddr. e.g.:
   setenv ipaddr 192.168.1.1
   setenv serverip 192.168.1.50
3. Load and flash the firmware:
   tftp 0x80060000 fw.bin
   erase 0x9f050000 +$filesize
   cp.b $fileaddr 0x9f050000 $filesize
4. Reset your router:
   reset

Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
[Drop the i2c node unit address. Move the ath9k-leds node out of the spi
node, it doesn't belong there. Add the #gpio-cells property to the pci
wifi node. All fix dtc compiler warnings]
Signed-off-by: Mathias Kresin <dev@kresin.me>

merge
2018-12-06 20:26:30 +01:00
..
adm5120
adm8668
apm821xx apm821xx, ath79, ipq40xx, ipq806x, lantiq, ramips: base-files: Use generic diag.sh 2018-12-06 08:42:40 +01:00
ar7
ar71xx ar71xx: Add usb drivers in Archer C7 v4/v5 images 2018-12-05 21:30:37 +00:00
arc770
archs38
armvirt
at91
ath25 kernel: bump 4.14 to 4.14.79 2018-11-05 16:00:00 +01:00
ath79 ath79: add support for Winchannel WB2000 2018-12-06 20:26:30 +01:00
au1000
bcm53xx bcm53xx: request Seama parser on DIR-885L directly 2018-11-22 10:13:56 +01:00
brcm47xx kernel: bump 4.14 to 4.14.81 2018-11-14 16:27:43 +01:00
brcm63xx kernel: bump 4.14 to 4.14.79 2018-11-05 16:00:00 +01:00
brcm2708 brcm2708-gpu-fw: add fw required for camera module 2018-12-05 00:39:53 +02:00
cns3xxx
gemini
generic kernel: add DT binding support to AVM EVA parser 2018-12-06 08:42:40 +01:00
imx6 imx6: image: ventana: Add missing BOOT_SCRIPT variable 2018-11-25 19:23:03 +01:00
ipq40xx apm821xx, ath79, ipq40xx, ipq806x, lantiq, ramips: base-files: Use generic diag.sh 2018-12-06 08:42:40 +01:00
ipq806x apm821xx, ath79, ipq40xx, ipq806x, lantiq, ramips: base-files: Use generic diag.sh 2018-12-06 08:42:40 +01:00
ixp4xx
kirkwood
lantiq apm821xx, ath79, ipq40xx, ipq806x, lantiq, ramips: base-files: Use generic diag.sh 2018-12-06 08:42:40 +01:00
layerscape kernel: bump 4.9 to 4.9.137 2018-11-14 16:27:43 +01:00
malta
mcs814x
mediatek kernel: bump 4.14 to 4.14.79 2018-11-05 16:00:00 +01:00
mpc85xx
mvebu kernel: bump 4.14 to 4.14.81 2018-11-14 16:27:43 +01:00
mxs mxs: use generic sysinfo board detection 2018-11-28 23:37:29 +01:00
octeon octeon: Evaluate board names in alphabetical order 2018-12-06 08:42:22 +01:00
octeontx
omap
omap24xx
orion
oxnas oxnas: remove superseded sysupgrade image check 2018-11-08 14:41:42 +01:00
pistachio kernel: bump 4.14 to 4.14.79 2018-11-05 16:00:00 +01:00
ppc40x
ppc44x
ramips ramips: fix dtc compiler warnings 2018-12-06 12:17:25 +01:00
rb532 rb532: drop 4.9 support 2018-11-26 09:34:09 +01:00
samsung
sunxi
uml
x86 x86: make sysupgrade.tgz reachable again 2018-12-03 07:38:20 +01:00
xburst
zynq
Makefile