Skip to content
Snippets Groups Projects
  1. Apr 08, 2017
  2. Apr 07, 2017
  3. Apr 06, 2017
  4. Apr 05, 2017
  5. Apr 04, 2017
  6. Apr 03, 2017
  7. Apr 02, 2017
  8. Apr 01, 2017
  9. Mar 30, 2017
    • Daniel Golle's avatar
      mac80211: rt2x00: import upstream changes and rebase our patches · 399d5cf5
      Daniel Golle authored
      
      Some of our local patches have been accepted upstream. And there are
      some more relevant changes (mostly for rt2800usb). Import them and
      rebase our remaining local patches on top.
      
      Signed-off-by: default avatarDaniel Golle <daniel@makrotopia.org>
      399d5cf5
    • Christian Mehlis's avatar
      ar71xx: Compex WPJ563 support · dc4eae7a
      Christian Mehlis authored
      
      Specification:
      - SoC: Qualcomm Atheros QCA9563 (775 MHz, MIPS 74Kc)
      - RAM: 128 MiB
      - Storage: 16MB NOR flash
      - Wireless: Built into QCA9563 (Dragonfly), PHY modes b/g/n, 3x3 MIMO
      - Ethernet: 2x1G
      
      Tested and working:
      - ethernet / switch / lan / wan
      - 2.4GHz SoC wifi
      - PCIe
      - leds
      - buzzer
      
      Ramload:
      - tftpboot 0x84000000 lede-ar71xx-generic-wpj563-16M-initramfs-uImage.bin
      - bootm 0x84000000
      
      Install:
      - tftpboot 0x80500000 lede-ar71xx-generic-wpj563-16M-squashfs-sysupgrade.bin
      - erase 0x9f030000 +$filesize
      - erase 0x9f680000 +1
      - cp.b $fileaddr 0x9f030000 $filesize
      
      Erasing 0x9f680000 is required because uboot defines
      "bootcmd=bootm 0x9f680000 || bootm 0x9f030000", so it first tries to boot
      the higher address. I think the 16 mb flash are intended to be used as
      8+8mb for a fallback image. In my hardware only the lower address has a
      bootable image. But to make sure future hardware will boot lede too, I
      erase one block, so uboot will skip this address.
      
      Signed-off-by: default avatarChristian Mehlis <christian@m3hlis.de>
      dc4eae7a
    • Vittorio Gambaletta's avatar
      ar8327: Add workarounds for AR8337 switch. · 967b6be1
      Vittorio Gambaletta authored
      
      RGMII RX delay setting needs to be always specified for AR8337 to
      avoid port 5 RX hang on high traffic / flood conditions.
      
      Also, the HOL registers that set per-port and per-packet-priority
      buffer sizes are updated with the reduced values suggested by the
      QCA switch team.
      
      Finally, AR8327 reserved register fixups are disabled for the AR8337.
      
      This patch is adapted from the Code Aurora QSDK, but with magic
      values mapped to proper defines.
      
      Signed-off-by: default avatarVittorio Gambaletta <openwrt@vittgam.net>
      967b6be1
  10. Mar 29, 2017
Loading