1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-19 23:28:29 +02:00
openwrt/target/linux/ipq40xx/patches-5.4
Marek Lindner ea5bb6bbfe ipq40xx: add support for Plasma Cloud PA1200
Device specifications:

* QCA IPQ4018
* 256 MB of RAM
* 32 MB of SPI NOR flash (w25q256)
  - 2x 15 MB available; but one of the 15 MB regions is the recovery image
* 2T2R 2.4 GHz
  - QCA4019 hw1.0 (SoC)
  - requires special BDF in QCA4019/hw1.0/board-2.bin with
    bus=ahb,bmi-chip-id=0,bmi-board-id=16,variant=PlasmaCloud-PA1200
* 2T2R 5 GHz
  - QCA4019 hw1.0 (SoC)
  - requires special BDF in QCA4019/hw1.0/board-2.bin with
    bus=ahb,bmi-chip-id=0,bmi-board-id=17,variant=PlasmaCloud-PA1200
* 3x GPIO-LEDs for status (cyan, purple, yellow)
* 1x GPIO-button (reset)
* 1x USB (xHCI)
* TTL pins are on board (arrow points to VCC, then follows: GND, TX, RX)
* 2x gigabit ethernet
  - phy@mdio4:
    + Label: Ethernet 1
    + gmac0 (ethaddr) in original firmware
    + used as LAN interface
  - phy@mdio3:
    + Label: Ethernet 2
    + gmac1 (eth1addr) in original firmware
    + 802.3af/at POE(+)
    + used as WAN interface
* 12V/24V 1A DC

Flashing instructions:

The tool ap51-flash (https://github.com/ap51-flash/ap51-flash) should be
used to transfer the factory image to the u-boot when the device boots up.

Signed-off-by: Marek Lindner <marek.lindner@kaiwoo.ai>
[sven@narfation.org: prepare commit message, rebase, use all LEDs, switch
to dualboot_datachk upgrade script, use eth1 as designated WAN interface]
Signed-off-by: Sven Eckelmann <sven@narfation.org>
2020-12-22 19:11:50 +01:00
..
0001-v5.7-ARM-qcom-Add-support-for-IPQ40xx.patch ipq40xx: 5.4: update and reorder patches 2020-11-13 16:08:58 +01:00
0002-01-v5.6-regulator-add-IPQ4019-SDHCI-VQMMC-LDO-driver.patch ipq40xx: 5.4: update and reorder patches 2020-11-13 16:08:58 +01:00
0002-02-v5.5-ARM-dts-qcom-ipq4019-Add-SDHCI-controller-node.patch ipq40xx: 5.4: update and reorder patches 2020-11-13 16:08:58 +01:00
0003-v5.6-ARM-dts-qcom-Add-nodes-for-SMP-boot-in-IPQ40xx.patch ipq40xx: 5.4: update and reorder patches 2020-11-13 16:08:58 +01:00
0003-v5.7-ARM-dts-qcom-add-gpio-ranges-property.patch ipq40xx: 5.4: update and reorder patches 2020-11-13 16:08:58 +01:00
0004-v5.8-ARM-dts-qcom-ipq4019-fix-high-resolution-timer.patch ipq40xx: 5.4: update and reorder patches 2020-11-13 16:08:58 +01:00
0005-v5.8-02-ARM-dts-qcom-ipq4019-add-MDIO-node.patch ipq40xx: 5.4: update and reorder patches 2020-11-13 16:08:58 +01:00
0006-v5.5-crypto-qce-add-CRYPTO_ALG_KERN_DRIVER_ONLY-flag.patch ipq40xx: 5.4: update and reorder patches 2020-11-13 16:08:58 +01:00
0007-v5.5-crypto-qce-switch-to-skcipher-API.patch ipq40xx: 5.4: update and reorder patches 2020-11-13 16:08:58 +01:00
0008-v5.6-crypto-qce-fix-ctr-aes-qce-block-chunk-sizes.patch ipq40xx: 5.4: update and reorder patches 2020-11-13 16:08:58 +01:00
0009-v5.6-crypto-qce-fix-xts-aes-qce-key-sizes.patch ipq40xx: 5.4: update and reorder patches 2020-11-13 16:08:58 +01:00
0010-v5.6-crypto-qce-save-a-sg-table-slot-for-result-buf.patch ipq40xx: 5.4: update and reorder patches 2020-11-13 16:08:58 +01:00
0011-v5.6-crypto-qce-update-the-skcipher-IV.patch ipq40xx: 5.4: update and reorder patches 2020-11-13 16:08:58 +01:00
0012-v5.6-crypto-qce-initialize-fallback-only-for-AES.patch ipq40xx: 5.4: update and reorder patches 2020-11-13 16:08:58 +01:00
0013-v5.6-crypto-qce-allow-building-only-hashes-ciphers.patch ipq40xx: 5.4: update and reorder patches 2020-11-13 16:08:58 +01:00
0014-v5.7-crypto-qce-use-cryptlen-when-adding-extra-sgl.patch ipq40xx: 5.4: update and reorder patches 2020-11-13 16:08:58 +01:00
0015-v5.7-crypto-qce-use-AES-fallback-for-small-requests.patch ipq40xx: 5.4: update and reorder patches 2020-11-13 16:08:58 +01:00
0016-v5.7-crypto-qce-handle-AES-XTS-cases-that-qce-fails.patch ipq40xx: 5.4: update and reorder patches 2020-11-13 16:08:58 +01:00
0017-v5.8-phy-add-driver-for-Qualcomm-IPQ40xx-USB-PHY.patch ipq40xx: 5.4: update and reorder patches 2020-11-13 16:08:58 +01:00
0018-v5.9-pinctrl-msm-open-drain.patch ipq40xx: 5.4: update and reorder patches 2020-11-13 16:08:58 +01:00
0019-v5.6-mtd-spi-nor-Add-support-for-mx25r3235f.patch kernel: bump 5.4 to 5.4.83 2020-12-15 12:05:26 +01:00
100-GPIO-add-named-gpio-exports.patch kernel: bump 5.4 to 5.4.66 2020-09-19 12:41:29 +02:00
101-arm-dts-IPQ4019-add-SDHCI-VQMMC-LDO-node.patch ipq40xx: 5.4: update and reorder patches 2020-11-13 16:08:58 +01:00
102-ARM-dts-qcom-ipq4019-add-USB-devicetree-nodes.patch ipq40xx: 5.4: update and reorder patches 2020-11-13 16:08:58 +01:00
103-arm-dts-qcom-ipq4019-add-more-labels.patch ipq40xx: 5.4: update and reorder patches 2020-11-13 16:08:58 +01:00
104-clk-fix-apss-cpu-overclocking.patch ipq40xx: 5.4: update and reorder patches 2020-11-13 16:08:58 +01:00
300-clk-qcom-ipq4019-add-ess-reset.patch ipq40xx: 5.4: refresh patches and config 2020-02-28 22:46:27 +01:00
400-mmc-sdhci-sdhci-msm-use-sdhci_set_clock-instead-of-s.patch kernel: bump 5.4 to 5.4.66 2020-09-19 12:41:29 +02:00
700-net-add-qualcomm-mdio.patch kernel: bump 5.4 to 5.4.77 2020-11-18 21:13:46 +01:00
702-dts-ipq4019-add-PHY-switch-nodes.patch ipq40xx: add IPQ4019 SD/MMC controller support 2020-03-09 00:53:50 +01:00
703-net-IPQ4019-needs-rfs-vlan_tag-callbacks-in.patch kernel: bump 5.4 to 5.4.61 2020-08-30 19:44:47 +02:00
705-net-add-qualcomm-ar40xx-phy.patch kernel: bump 5.4 to 5.4.77 2020-11-18 21:13:46 +01:00
710-net-add-qualcomm-essedma-ethernet-driver.patch ipq40xx: 5.4: refresh patches and config 2020-02-28 22:46:27 +01:00
711-dts-ipq4019-add-ethernet-essedma-node.patch ipq40xx: add IPQ4019 SD/MMC controller support 2020-03-09 00:53:50 +01:00
850-soc-add-qualcomm-syscon.patch ipq40xx: 5.4: refresh patches and config 2020-02-28 22:46:27 +01:00
900-dts-ipq4019-ap-dk01.1.patch ipq40xx: 5.4: update and reorder patches 2020-11-13 16:08:58 +01:00
901-arm-boot-add-dts-files.patch ipq40xx: add support for Plasma Cloud PA1200 2020-12-22 19:11:50 +01:00
902-dts-ipq4019-ap-dk04.1.patch ipq40xx: do not remove pci@40000000 for ap.dk04.1 2020-11-13 18:34:41 +01:00
997-device_tree_cmdline.patch ipq40xx: 5.4: refresh patches and config 2020-02-28 22:46:27 +01:00