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>
Thu, 21 Apr 2022 07:18:35 +0000 (09:18 +0200)
commitbaab25194af485d90f6b842554ac27c9a0c90ebe
treef837383f6e031bc4f899fc083f56dcd5dc44ad2c
parent176eff6197080567187a8db9a17e05599d679c2e
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]