Commit Graph

38 Commits

Author SHA1 Message Date
CN_SZTL
462b2e1b36
Merge Lean's source 2020-05-24 20:29:02 +08:00
AmadeusGhost
097f36d48c
ipq40xx: fix dtc warning (#4660)
arch/arm/boot/dts/qcom-ipq4019-cm520-79f.dtb: Warning (reg_format):
"reg" property in /led_spi/led_gpio@0 has invalid length (4 bytes)
(#address-cells == 1, #size-cells == 1)
arch/arm/boot/dts/qcom-ipq4019-cm520-79f.dtb: Warning
(avoid_default_addr_size): Relying on default #size-cells value for
/led_spi/led_gpio@0
arch/arm/boot/dts/qcom-ipq4019-wpj419.dtb: Warning (reg_format):
/soc/spi@78b5000/flash0@0/partitions/partition@0:reg: property has
invalid length (8 bytes) (#size-cells == 1)

Signed-off-by: AmadeusGhost <amadeus@jmu.edu.cn>
2020-05-24 13:05:57 +08:00
AmadeusGhost
9a97380321 ipq40xx: add support for hiwifi c526a
cherry-pick commit from LGA1150/openwrt

SOC:	Qualcomm QCA4019 717MHz
RAM:    512M DDR3
FLASH1: 2M en25qh16
FLASH2: 128M NAND
LED:    wan LED
USB:    USB3.0 x 1
POWER:  12V 2.5A
WLAN1:  MT7615 2.4GHz 802.11 b/g/n
WLAN2:  QCA4019 5.2GHz 802.11 n/ac
WLAN3:  QCA4019 5.8GHz 802.11 n/ac
Ethernet: 4 x 1000Mbps (1wan, 3lan)

Installation:
Flash into pbboot and pandorabox, and then:
  mtd erase ubi
  mtd write /tmp/openwrt.ubi ubi
2020-05-03 11:09:27 +08:00
AmadeusGhost
964490bd53 ipq40xx: improve support for r619ac
This commit enable 128M nand and disable pcie wake by default, pcie is
designed for 4G network cards instead of wireless network cards. Due to
boardname change, we should flash into ubi via opboot/pbboot.
2020-03-26 15:20:46 +08:00
AmadeusGhost
fd76b93998
ipq40xx: add missing label for cm520 (#3935) 2020-03-22 16:38:45 +08:00
AmadeusGhost
60326ac7de CM520-79F: add missing label 2020-03-15 15:39:41 +08:00
AmadeusGhost
4c6aeede97
ipq40xx: improve ASUS RT-AC58U support (#3680)
Using ath10k-ct-smallbuffers instead of ath10k, avoid memory explosion.

Signed-off-by: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com>
2020-03-09 16:33:28 +08:00
Yangbo
ab8daea73a
ipq40xx: add support for MobiPromo CM520-79F (#28) (#3378)
From LGA1150 dalao (https://github.com/LGA1150/openwrt)

Warning: The compiled firmware only supports flashing under OpBoot.

MobiPromo CM520-79F is an AC1300 dual band router based on IPQ4019

Specification:

SoC/Wireless: QCA IPQ4019
RAM: 512MiB
Flash: 128MiB SLC NAND
Ethernet PHY: QCA8075
Ethernet ports: 1x WAN, 2x LAN
LEDs: 7 LEDs
      2 (USB, CAN) are GPIO
            other 5 (2.4G, 5G, LAN1, LAN2, WAN) are connected to a shift
	    register

Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>

ipq40xx: fix build error for cm520-79f (#30)

This commit fix 94a743ea53

Signed-off-by: AmadeusGhost <amadeus@jmu.edu.cn>

CM520-79F: fix wan port (#33)

This commit fix 223124e

Signed-off-by: AmadeusGhost <amadeus@jmu.edu.cn>

CM520-79F: disable vlan

Co-authored-by: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com>
2020-02-28 23:20:23 +08:00
AmadeusGhost
4d6a354e86 ipq40xx: correct 'disable default vlan tagging'
The essedma driver was disable default vlan tagging.
2020-02-27 08:51:12 +08:00
AmadeusGhost
9f1b8f1812 ipq40xx: sync source code
This commit sync ipq40xx from openwrt and x-wrt.

1. ac58u: use ath10k-ct-smallbuffers instead of ath10k, avoid memory
explosion.
2. hugo-ac1200: It seems that only one device, so move the content of
dtsi to dts.

Signed-off-by: AmadeusGhost <amadeus@jmu.edu.cn>

ipq40xx: add support for ASUS RT-ACRH17/RT-AC82U/RT-AC42U

Signed-off-by: Chen Minqiang <ptpt52@gmail.com>

ipq40xx: easy install for ASUS RT-AC58U/RT-ACRH13

This patch make it easy to flash via web upgrade from factory firmware.

idea from 981213

Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
2020-02-25 17:26:06 +08:00
AmadeusGhost
57948b63e0
CM520-79F: fix wan port (#33)
This commit fix 223124e

Signed-off-by: AmadeusGhost <amadeus@jmu.edu.cn>
2020-02-23 20:20:41 +08:00
AmadeusGhost
223124e43d
ipq40xx: fix build error for cm520-79f (#30)
This commit fix 94a743ea53

Signed-off-by: AmadeusGhost <amadeus@jmu.edu.cn>
2020-02-19 21:29:47 +08:00
AmadeusGhost
4857ba0e7e
ipq40xx: add support for MobiPromo CM520-79F (#28)
From LGA1150 dalao (https://github.com/LGA1150/openwrt)

Warning: The compiled firmware only supports flashing under OpBoot.

MobiPromo CM520-79F is an AC1300 dual band router based on IPQ4019

Specification:

SoC/Wireless: QCA IPQ4019
RAM: 512MiB
Flash: 128MiB SLC NAND
Ethernet PHY: QCA8075
Ethernet ports: 1x WAN, 2x LAN
LEDs: 7 LEDs
      2 (USB, CAN) are GPIO
            other 5 (2.4G, 5G, LAN1, LAN2, WAN) are connected to a shift
	    register

Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2020-02-19 11:10:39 +08:00
AmadeusGhost
503fab6473 ipq40xx: update r619ac source code (#2441)
* ipq40xx: revise r619ac dts

* add r619ac pcie network card support on art

* ipq40xx: fixed sdhci reset info bug
2019-12-24 13:04:24 +08:00
LEAN-ESX
f6b7b20b11 ipq40xx: change GPIO32 LED 2019-11-27 18:57:49 -08:00
Hugo Yuan
020ab98f63 Add board data file for Hugo AC1200 (#2144) 2019-11-27 18:21:29 +08:00
AmadeusGhost
cd0f7595b3 ipq40xx: add p2w-r619ac 128M NAND support
* delete r619ac sd gpio

* ipq40xx: add p2w-r619ac 128M NAND support

* ipq40xx: add p2w-r619ac 128M NAND support

* ipq40xx: add p2w-r619ac 128M NAND support

* ipq40xx: add p2w-r619ac 128M NAND support

* delete sd gpio
2019-11-27 18:19:33 +08:00
coolsnowwolf
1808ff54de Revert "ipq40xx: add p2w-r619ac 128M NAND support ( Needs Opboot 1.0.9 128M ver )"
This reverts commit 176f124139.
2019-11-26 18:09:11 +08:00
LEAN-ESX
176f124139 ipq40xx: add p2w-r619ac 128M NAND support ( Needs Opboot 1.0.9 128M ver ) 2019-11-25 01:02:52 -08:00
LEAN-ESX
ea476560a6 ipq40xx: unlock P&W R619AC Bootloader and ART partitions 2019-11-21 17:48:30 -08:00
LEAN-ESX
72f739913b ipq40xx: fix P&W R619AC WLAN2G led 2019-11-16 07:48:03 -08:00
LEAN-ESX
5173cabd83 ipq40xx: Add SDHCI VQMMC LDO driver 2019-11-16 01:44:04 -08:00
LEAN-ESX
6d0aa62fcc ipq40xx: add G-DOCK 2.0 (P&W R619AC) support 2019-10-22 23:14:35 -07:00
Hugo Yuan
0373823f01 ipq40xx: Add Hugo AC1200 led aliases (#1635) 2019-09-17 22:51:14 +08:00
Hugo Yuan
0024eea367 ipq40xx: add Hugo AC1200 support 2019-09-17 14:45:36 +08:00
coolsnowwolf
142be6001b ipq40xx: add ASUS RT-1300UHP support 2019-04-04 00:12:42 +08:00
coolsnowwolf
9911d349de ipq40xx: add kernel 4.19 support 2019-02-26 23:11:31 +08:00
coolsnowwolf
ad77be28b8 ipq40xx: add support for Linksys EA6350v3 2019-01-16 12:26:10 +08:00
coolsnowwolf
54610376f8
ipq4018 support 256MB ram 2019-01-14 12:23:04 +08:00
coolsnowwolf
a2c35427b9 ipq40xx: add support for ASUS RT-AC1300UHP 2018-12-18 16:21:01 +08:00
coolsnowwolf
bed17ce4ff update ipq40xx target 2018-10-12 14:03:48 +08:00
coolsnowwolf
7a98f4c323 revert ASUS-RT-ARCH17 support 2018-08-23 20:06:19 +08:00
coolsnowwolf
9ba04fd0d7 sync with OpenWrt v18.06.1 stable new R8.1 version 2018-08-23 17:40:23 +08:00
coolsnowwolf
e8afb84050 rework AC58U/ARCH17 code work with ASUS uboot recovery 2018-06-09 13:14:08 +08:00
coolsnowwolf
246241f742 update ath10k firmware 2018-04-24 20:00:37 +08:00
coolsnowwolf
8fe0636b8a Merge branch 'master' of github.com:lede-project/source 2018-04-23 18:50:49 +08:00
coolsnowwolf
a8cd67fa07 add ASUS RT-AC58U in IPQ40xx 2018-04-08 21:38:46 +08:00
coolsnowwolf
12b4eb4d04 migrate kernel package to support 4.14.32 2018-04-08 17:31:55 +08:00