ixp4xx: bring back as a modernized target
authorZoltan HERPAI <[email protected]>
Fri, 21 May 2021 21:58:20 +0000 (23:58 +0200)
committerZoltan HERPAI <[email protected]>
Sun, 27 Feb 2022 11:08:13 +0000 (12:08 +0100)
commit37505bd649119dee911d1ddfa593fb4848a5e9a1
tree7d6a563254e54c5dba740df369e40eb926fa0169
parent59f1354f09171412a8c3c7f3d421a2d1a9cf005b
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 <[email protected]>
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]