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
Robert Marko 1e341bb5ef ipq40xx: add support for 8devices Jalapeno
This patch adds support for 8devices Jalapeno.

Specification:
QCA IPQ4018, Quad core ARM v7 Cortex A7 717MHz
256 MB of DDR3 RAM
8 MB of SPI NOR flash
128 MB of Winbond SPI NAND flash
WLAN1: Qualcomm Atheros QCA4018 2.4GHz 802.11bgn 2:2x2
requires special BDF in QCA4019/hw1.0/board-2.bin with:
bus=ahb,bmi-chip-id=0,bmi-board-id=16,variant=8devices-Jalapeno
WLAN2: Qualcomm Atheros QCA4018 5GHz 802.11a/n/ac 2:2x2
requires special BDF in QCA4019/hw1.0/board-2.bin with:
bus=ahb,bmi-chip-id=0,bmi-board-id=17,variant=8devices-Jalapeno
ETH: Qualcomm Atheros QCA8072 Gigabit Switch (1 x LAN, 1 x WAN)
phy@mdio3:
Label: eth0
gmac0
phy@mdio4:
Label: eth1
gmac1

Installation instructions:
Since boards ship with old version of LEDE installation is simple.
Just use sysupgrade -n -F sysupgrade.bin

Syuspgrade needs to be forced since OpenWRT uses DT detection in recent
releases.

If you get error that FIT configuration is not found during boot it is
due to older U-boot used on your board.
That is because 8devices used custom FIT configuration partition name
as they internally had v1 and v2 boards.
Only v2 boards are sold so now they are shipping boards with never
U-boot using generic config@1 FIT partition name.

Also for old uboot it is possible to force loading config@1 by changing
uboot environment:

setenv boot5 'bootm 0x84000000#config@1’
saveenv

Signed-off-by: Robert Marko <robimarko@gmail.com>
6 years ago
..
adm5120 treewide: remove obsolete sysupgrade watchdog kill 6 years ago
adm8668 build: fix subtarget descriptions 8 years ago
apm821xx apm821xx: increase WNDR4700's dtb+kernel partition to 3.5 MiB 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 7 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: mtd: bcm47xxpart: improve handling TRX partition size 6 years ago
brcm47xx brcm47xx: add kernel 4.14 support 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: mtd: bcm47xxpart: improve handling TRX partition size 6 years ago
imx6 kernel: generic: Move config option to generic 6 years ago
ipq40xx ipq40xx: add support for 8devices Jalapeno 6 years ago
ipq806x ipq806x: replace linux,part-probe with a proper partitions subnode 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 lantiq: kernel 4.14: fix vr9 reboot mask 6 years ago
layerscape kernel: update kernel 4.9 to version 4.9.91 6 years ago
malta malta: bump tp v4.14 7 years ago
mcs814x build: replace uses of OpenWrt with $(VERSION_DIST) 6 years ago
mediatek kernel: update kernel 4.14 to 4.14.32 6 years ago
mpc85xx kernel: bump 4.9 to 4.9.82 6 years ago
mvebu kernel: update kernel 4.14 to 4.14.32 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: kernel update and switch to 4.14 6 years ago
omap24xx omap24xx: remove referece to not existing kmod-usb-musb-tusb6010 7 years ago
orion orion: Switch to 4.9 kernel 7 years ago
oxnas kernel: bump 4.4 to 4.4.119 6 years ago
pistachio pistachio: remove kernel 4.9 support 6 years ago
ppc40x treewide: drop target board_name functions 7 years ago
ppc44x ppc44x: mark as broken 8 years ago
ramips ramips: rename pwm kernel module 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 7 years ago
zynq target: disable CONFIG_PROC_PAGE_MONITOR on most targets 7 years ago
Makefile