You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux
Sven Eckelmann 0b20490207 ipq40xx: add support for OpenMesh A62
* QCA IPQ4019
* 256 MB of RAM
* 32 MB of SPI NOR flash (s25fl256s1)
  - 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=20,variant=OM-A62
* 2T2R 5 GHz (channel 36-64)
  - QCA9888 hw2.0 (PCI)
  - requires special BDF in QCA9888/hw2.0/board-2.bin
    bus=pci,bmi-chip-id=0,bmi-board-id=16,variant=OM-A62
* 2T2R 5 GHz (channel 100-165)
  - QCA4019 hw1.0 (SoC)
  - requires special BDF in QCA4019/hw1.0/board-2.bin with
    bus=ahb,bmi-chip-id=0,bmi-board-id=21,variant=OM-A62
* multi-color LED (controlled via red/green/blue GPIOs)
* 1x button (reset; kmod-input-gpio-keys compatible)
* external watchdog
  - triggered GPIO
* 1x USB (xHCI)
* TTL pins are on board (arrow points to VCC, then follows: GND, TX, RX)
* 2x gigabit ethernet
  - phy@mdio3:
    + Label: Ethernet 1
    + gmac0 (ethaddr) in original firmware
    + 802.3at POE+
  - phy@mdio4:
    + Label: Ethernet 2
    + gmac1 (eth1addr) in original firmware
    + 18-24V passive POE (mode B)
* powered only via POE

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.

The initramfs image can be started using

  setenv bootargs 'loglevel=8 earlycon=msm_serial_dm,0x78af000 console=ttyMSM0,115200 mtdparts=spi0.0:256k(0:SBL1),128k(0:MIBIB),384k(0:QSEE),64k(0:CDT),64k(0:DDRPARAMS),64k(0:APPSBLENV),512k(0:APPSBL),64k(0:ART),64k(0:custom),64k(0:KEYS),15552k(inactive),15552k(inactive2)'
  tftpboot 0x84000000 openwrt-ipq40xx-openmesh_a62-initramfs-fit-uImage.itb
  set fdt_high 0x85000000
  bootm 0x84000000

Signed-off-by: Sven Eckelmann <sven.eckelmann@openmesh.com>
6 years ago
..
adm5120 treewide: remove obsolete sysupgrade watchdog kill 6 years ago
adm8668 build: fix subtarget descriptions 8 years ago
apm821xx build: consolidate fake uImage header build commands 6 years ago
ar7 kernel: bump 4.9 to 4.9.82 6 years ago
ar71xx ar71xx: increase kernel partition size for CPE/WBS 210/510 6 years ago
arc770 arc770: mark as source-only 7 years ago
archs38 kernel: bump 4.14 to 4.14.20 6 years ago
armvirt armvirt: Resync kernel configuration 6 years ago
at91 at91: fix image building with CONFIG_TARGET_MULTI_PROFILE 6 years ago
ath25 build: replace uses of OpenWrt with $(VERSION_DIST) 6 years ago
au1000 treewide: remove obsolete sysupgrade watchdog kill 6 years ago
bcm53xx kernel: bump 4.14 to 4.14.34 6 years ago
brcm47xx brcm47xx: backport upstream patches for Netgear WNR1000 V3 6 years ago
brcm63xx kernel: update kernel 4.9 to version 4.9.91 6 years ago
brcm2708 kernel: update kernel 4.9 to version 4.9.91 6 years ago
cns3xxx treewide: remove obsolete sysupgrade watchdog kill 6 years ago
gemini kernel: Update kernel 4.4 to 4.4.100 7 years ago
generic kernel: fix an issue with infinite stack traces on MIPS 6 years ago
imx6 kernel: generic: Move config option to generic 6 years ago
ipq40xx ipq40xx: add support for OpenMesh A62 6 years ago
ipq806x build: consolidate fake uImage header build commands 6 years ago
ixp4xx kernel: update kernel 4.9 to version 4.9.91 6 years ago
kirkwood kirkwood: fix initramfs boot warning on iconnect 6 years ago
lantiq build: consolidate fake uImage header build commands 6 years ago
layerscape kernel: update kernel 4.9 to version 4.9.91 6 years ago
malta malta: bump tp v4.14 6 years ago
mcs814x build: replace uses of OpenWrt with $(VERSION_DIST) 6 years ago
mediatek mediatek: disable ubifs 6 years ago
mpc85xx build: consolidate fake uImage header build commands 6 years ago
mvebu mvebu: drop linux 4.4 and 4.9 support 6 years ago
mxs mxs: drop support for 4.9 6 years ago
octeon octeon: switch to kernel 4.14 6 years ago
octeontx octeontx: use the generic board detection 6 years ago
omap omap: remove linux 4.4 support 6 years ago
omap24xx omap24xx: remove referece to not existing kmod-usb-musb-tusb6010 6 years ago
orion orion: remove linux 4.4 support 6 years ago
oxnas kernel: bump 4.4 to 4.4.119 6 years ago
pistachio kernel: bump 4.14 to 4.14.34 6 years ago
ppc40x treewide: drop target board_name functions 7 years ago
ppc44x ppc44x: mark as broken 7 years ago
ramips build: consolidate fake uImage header build commands 6 years ago
rb532 treewide: move nand_do_upgrade call to platform_do_upgrade 6 years ago
sunxi sunxi: add build for sopine 6 years ago
uml uml: Remove 4.4 patches 6 years ago
x86 x86: Use kernel 4.14 by default 6 years ago
xburst target: disable CONFIG_PROC_PAGE_MONITOR on most targets 6 years ago
zynq target: disable CONFIG_PROC_PAGE_MONITOR on most targets 6 years ago
Makefile