Openwrt/target/linux
Chris Blake 10d11859df ar71xx: add support for Aerohive AP-121
This adds support for Aerohive AP-121 access point.

Specification:
- SoC: Atheros AR9344-BC2A at 560MHz
- WiFi 1: 2.4GHz Atheros AR9340? - SoC
- WiFi 2: 5.0GHz Atheros AR9382-AL1A
- Memory: 128MB from 2x Nanya NT5TU32M16DG-AC
- SPI: 1MB Macronix MX25L8006E
- NAND: 128MB Hynix H27U1G8F2BTR-BC
- Ethernet: Atheros AR8035-A
- USB: 1x 2.0
- TPM: Atmel SC3204

Flashing:
1. Hook into UART (9600 baud) and enter U-Boot. You may need to enter
a password of administrator or AhNf?d@ta06 if prompted.
2. Once in U-Boot, download and flash LEDE factory image over tftp:

dhcp;
setenv serverip tftp-server-ip;
tftpboot 0x81000000 lede-ar71xx-nand-hiveap-121-squashfs-factory.bin;
nand erase 0x800000 0x800000;
nand write 0x81000000 0x800000 0x800000;
reset;

Signed-off-by: Chris Blake <chrisrblake93@gmail.com>
[minor text changes in commit subject and description, fixed
alphabetical order in etc/diag.sh, use only model name in lib/ar71xx.sh,
fixed code style issues in mach-hiveap-121.c, ubinized factory image]
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
2017-05-15 22:58:59 +02:00
..
adm5120
adm8668
apm821xx
ar7
ar71xx ar71xx: add support for Aerohive AP-121 2017-05-15 22:58:59 +02:00
arc770
archs38
armvirt
at91
ath25
au1000
bcm53xx bcm53xx: backport MDIO bus clock initialization fix 2017-05-11 16:04:23 +02:00
brcm47xx
brcm63xx brcm63xx: fix invalid Asmax AR 1004g DTS reference 2017-05-05 19:58:49 +02:00
brcm2708
cns3xxx
gemini
generic generic: refresh patches 2017-05-14 00:34:04 +02:00
imx6
ipq806x
ixp4xx
kirkwood kirkwood: set sata/usb led trigger for NSA3xx 2017-05-14 21:45:50 +02:00
lantiq lantiq: fix avm fritz box mac addresses 2017-05-05 19:58:49 +02:00
layerscape
malta
mcs814x
mediatek
mpc85xx
mvebu mvebu: ClearFog Base fix phy init 2017-05-14 00:34:03 +02:00
mxs
octeon octeon: port missing 4.9 patches 2017-05-04 00:40:15 +02:00
omap
omap24xx
orion
oxnas
pistachio
ppc40x
ppc44x
ramips ramips: add om-watchdog to rut5xx DEVICE_PACKAGES 2017-05-15 22:43:33 +02:00
rb532
sunxi sunxi: clean up modules definitions 2017-05-04 07:07:18 +02:00
uml
x86 x86: fix lifting kernel CPU requirements and always enable PAE 2017-05-05 15:05:30 +02:00
xburst
zynq
Makefile