ixp4xx: bring back as a modernized target
authorZoltan HERPAI <wigyori@uid0.hu>
Fri, 21 May 2021 21:58:20 +0000 (23:58 +0200)
committerZoltan HERPAI <wigyori@uid0.hu>
Sun, 28 Aug 2022 21:22:33 +0000 (23:22 +0200)
commit1e77db6ef8d54c1b7f23229dff059ae830f91c76
treedd6de836194eb235650b64f55ed8645f40d3f02c
parent7cf858f99b18042e1cad77e44a814449cfaaf7c4
ixp4xx: bring back as a modernized target

Work is in progress to modernize support for the SoC family, moving
board config to DTS and upgrading all required drivers.

As a first step, re-add a basic target with updated image creation,
the updated ethernet, PCI and flash driver, and cherry-pick some
of the older patches. Further legacy patches will be brought in as
required, and board support DTSes will be added as they come online.

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
14 files changed:
target/linux/ixp4xx/Makefile [new file with mode: 0644]
target/linux/ixp4xx/base-files/etc/board.d/02_network [new file with mode: 0755]
target/linux/ixp4xx/base-files/lib/upgrade/platform.sh [new file with mode: 0644]
target/linux/ixp4xx/config-5.10 [new file with mode: 0644]
target/linux/ixp4xx/image/Makefile [new file with mode: 0644]
target/linux/ixp4xx/patches-5.10/100-net-ixp4xx_eth-Use-DEFINE_SPINLOCK_for_spinlock.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-5.10/110-net-ethernet-ixp4xx-Retire-ancient-phy-retrieval.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-5.10/111-net-ethernet-ixp4xx-Support-device-tree-probing.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-5.10/112-ARM-dts-ixp4xx_Add-ethernet.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-5.10/120-ARM-dts-ixp4xx_Add-PCI-hosts.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-5.10/121-ixp4xx-pci-rework.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-5.10/130-ARM-dts-ixp4xx_Create-a-proper-expansion-bus.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-5.10/600-skb_avoid_dmabounce.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-5.10/900-scripts-Makefile-add-lpthread.patch [new file with mode: 0644]