immortalwrt/target/linux
Mauri Sandberg 1809dbf78f ath79: Add support for Buffalo WZR-HP-G300NH
This device is a wireless router working on 2.4GHz band based on
Qualcom/Atheros AR9132 rev 2 SoC and is accompanied by Atheros AR9103
wireless chip and Realtek RTL8366RB/S switches. Due to two different
switches being used also two different devices are provided.

  Specification:
  - 400 MHz CPU
  - 64 MB of RAM
  - 32 MB of FLASH (NOR)
  - 3x3:2 2.4 GHz 802.11bgn
  - 5x 10/100/1000 Mbps Ethernet
  - 4x LED, 3x button, On/Off slider, Auto/On/Off slider
  - 1x USB 2.0
  - bare UART header place on PCB

  Flash instruction:
  - NOTE: Pay attention to the switch variant and choose the image to
    flash accordingly. (dmesg / kernel logs can tell it)
  - Methods for flashing
    - Apply factory image in OEM firmware web-gui.
    - Sysupgrade on top of existing OpenWRT image
    - U-Boot TFPT recovery for both stock or OpenWRT images:
      The device U-boot contains a TFTP server that by default has
      an address 192.168.11.1 (MAC 02:AA:BB:CC:DD:1A). During the boot
      there is a time window, during which the device allows an image to
      be uploaded from a client with address 192.168.11.2. The image will
      be written on flash automatically.

      1) Have a computer with static IP address 192.168.11.2 and the
         router device switched off.
      2) Connect the LAN port next to the WAN port in the device and the
         computer using a network switch.
      3) Assign IP 192.168.11.1 the MAC address 02:AA:BB:CC:DD:1A
         arp -s 192.168.11.1 02:AA:BB:CC:DD:1A
      4) Initiate an upload using TFTP image variant
         curl -T <imagename> tftp://192.168.11.1
      5) Switch on the device. The image will be uploaded subsequently.
         You can keep an eye on the diag light on the device, it should
         keep on blinking for a while indicating the writing of the image.

  General notes:
  - In the stock firmware the MAC address is the same among all
    interfaces so it is left here that way too.

  Recovery:
  - TFTP method
  - U-boot serial console

  Differences to ar71xx platform
  - This device is split in two different targets now due to hardware
    being a bit different under the hood. Dynamic solution within the same
    image is left for later time.
  - GPIOs for a sliding On/Off switch, marked 'Movie engine' on the device
    cover, were the wrong way around and were renamed qos_on -> movie_off,
    qos_off -> movie_on. Associated key codes remained the same they were.

  The device tree source code is mostly based on musashino's work

Signed-off-by: Mauri Sandberg <sandberg@mailfence.com>
2021-03-23 11:27:42 +08:00
..
apm821xx kernel: bump 5.4 to 5.4.106 2021-03-23 11:22:55 +08:00
arc770 target: use SPDX license identifiers on scripts 2021-02-11 12:08:24 +08:00
archs38 archs38: Add CONFIG_HZ=100 2021-03-20 11:51:01 +08:00
armvirt kernel: move some disabled symbols to generic 2021-03-20 11:19:57 +08:00
at91 treewide: make AddDepends/usb-serial selective 2021-03-07 11:50:15 +08:00
ath25 target: use SPDX license identifiers on Makefiles 2021-02-11 12:05:39 +08:00
ath79 ath79: Add support for Buffalo WZR-HP-G300NH 2021-03-23 11:27:42 +08:00
bcm27xx kernel: bump 5.4 to 5.4.106 2021-03-23 11:22:55 +08:00
bcm47xx bcm47xx: make WGT634U NVRAM patch apply again 2021-03-13 12:05:27 +08:00
bcm53xx kernel: bump 5.4 to 5.4.106 2021-03-23 11:22:55 +08:00
bcm63xx bcm63xx: AD1018-nor: add NAND flash 2021-03-09 12:07:07 +08:00
bcm4908 bcm4908: backport first PHY 5.13 patches 2021-03-16 11:22:37 +08:00
bmips bmips: backport b53 mmap device tree support 2021-03-20 11:28:53 +08:00
gemini target: use SPDX license identifiers on Makefiles 2021-02-11 12:05:39 +08:00
generic kernel: bump 5.4 to 5.4.106 2021-03-23 11:22:55 +08:00
imx6 kernel: move some disabled symbols to generic 2021-03-20 11:19:57 +08:00
ipq40xx kernel: move some disabled symbols to generic 2021-03-20 11:19:57 +08:00
ipq806x kernel: move some disabled symbols to generic 2021-03-20 11:19:57 +08:00
ipq807x kernel: move some disabled symbols to generic 2021-03-20 11:19:57 +08:00
kirkwood kernel: add pending mtd patches adding NVMEM support 2021-03-13 12:04:54 +08:00
lantiq lantiq: set maximum kernel size for ARV7519RW22 2021-03-20 11:18:09 +08:00
layerscape kernel: bump 5.4 to 5.4.106 2021-03-23 11:22:55 +08:00
malta malta: prune subtarget configs 2021-03-17 23:30:46 +08:00
mediatek kernel: bump 5.4 to 5.4.106 2021-03-23 11:22:55 +08:00
mpc85xx kernel: bump 5.10 to 5.10.20 2021-03-06 12:21:43 +08:00
mvebu mvebu: enable WRT1900AC v1 and WRT32X for buildbots 2021-03-20 11:47:12 +08:00
mxs target: use SPDX license identifiers on scripts 2021-02-11 12:08:24 +08:00
octeon kernel: move some disabled symbols to generic 2021-03-20 11:19:57 +08:00
octeontx kernel: move some disabled symbols to generic 2021-03-20 11:19:57 +08:00
omap kernel: move some disabled symbols to generic 2021-03-20 11:19:57 +08:00
oxnas kernel: move some disabled symbols to generic 2021-03-20 11:19:57 +08:00
pistachio kernel: add pending mtd patches adding NVMEM support 2021-03-13 12:04:54 +08:00
ramips kernel: bump 5.4 to 5.4.106 2021-03-23 11:22:55 +08:00
realtek realtek: enable SerDes NWAY and SGMII negotiation 2021-03-17 23:29:05 +08:00
rockchip rockchip: nanopi-r4s: refresh latest patches accepted by upstream 2021-03-22 19:55:38 +08:00
sunxi kernel-5.4: bump to 5.4.102 and refresh patches 2021-03-05 12:07:01 +08:00
tegra kernel: move some disabled symbols to generic 2021-03-20 11:19:57 +08:00
uml target: use SPDX license identifiers on Makefiles 2021-02-11 12:05:39 +08:00
x86 kernel: add missing config symbols, fix typos 2021-03-20 11:32:11 +08:00
zynq kernel: move some disabled symbols to generic 2021-03-20 11:19:57 +08:00
Makefile target: use SPDX license identifiers on Makefiles 2021-02-11 12:05:39 +08:00