[PATCH v2 0/5] mvebu: add support for Linux 5.10
Rui Salvaterra
rsalvaterra at gmail.com
Sat Feb 20 06:53:45 EST 2021
This series adds initial support for 5.10 on mvebu. Build/runtime-tested on a
Turris Omnia, no regressions noticed.
v2: generate the kconfig after patching, since patches can (and do) introduce
new kconfig symbols.
Rui Salvaterra (5):
mvebu: copy 5.4 patches to 5.10
mvebu: refresh 5.10 patches
mvebu: update the Turris Omnia device tree
mvebu: add 5.10 kernel config
mvebu: add 5.10 as a testing kernel
target/linux/mvebu/Makefile | 2 +-
target/linux/mvebu/config-5.10 | 442 ++++++++++
...s-mcbin-singleshot-add-heartbeat-LED.patch | 65 ++
...Mangle-bootloader-s-kernel-arguments.patch | 189 +++++
...-mvebu-armada-38x-enable-libata-leds.patch | 10 +
.../patches-5.10/302-add_powertables.patch | 770 ++++++++++++++++++
...3-linksys_hardcode_nand_ecc_settings.patch | 17 +
.../patches-5.10/304-revert_i2c_delay.patch | 15 +
.../305-armada-385-rd-mtd-partitions.patch | 19 +
.../306-ARM-mvebu-385-ap-Add-partitions.patch | 35 +
...-armada-xp-linksys-mamba-broken-idle.patch | 10 +
.../308-armada-xp-linksys-mamba-wan.patch | 11 +
.../patches-5.10/309-linksys-status-led.patch | 50 ++
.../310-linksys-use-eth0-as-cpu-port.patch | 25 +
.../311-adjust-compatible-for-linksys.patch | 68 ++
...da388-clearfog-emmc-on-clearfog-base.patch | 87 ++
.../312-helios4-dts-status-led-alias.patch | 28 +
...ts-marvell-armada37xx-Add-eth0-alias.patch | 20 +
...witch-PHY-operation-mode-to-2500base.patch | 34 +
...-dts-turris-omnia-update-device-tree.patch | 276 +++++++
.../patches-5.10/400-find_active_root.patch | 60 ++
.../700-mvneta-tx-queue-workaround.patch | 34 +
...dicate-failure-to-enter-deeper-sleep.patch | 40 +
...-pci-mvebu-time-out-reset-on-link-up.patch | 60 ++
24 files changed, 2366 insertions(+), 1 deletion(-)
create mode 100644 target/linux/mvebu/config-5.10
create mode 100644 target/linux/mvebu/patches-5.10/028-arm64-dts-mcbin-singleshot-add-heartbeat-LED.patch
create mode 100644 target/linux/mvebu/patches-5.10/300-mvebu-Mangle-bootloader-s-kernel-arguments.patch
create mode 100644 target/linux/mvebu/patches-5.10/301-mvebu-armada-38x-enable-libata-leds.patch
create mode 100644 target/linux/mvebu/patches-5.10/302-add_powertables.patch
create mode 100644 target/linux/mvebu/patches-5.10/303-linksys_hardcode_nand_ecc_settings.patch
create mode 100644 target/linux/mvebu/patches-5.10/304-revert_i2c_delay.patch
create mode 100644 target/linux/mvebu/patches-5.10/305-armada-385-rd-mtd-partitions.patch
create mode 100644 target/linux/mvebu/patches-5.10/306-ARM-mvebu-385-ap-Add-partitions.patch
create mode 100644 target/linux/mvebu/patches-5.10/307-armada-xp-linksys-mamba-broken-idle.patch
create mode 100644 target/linux/mvebu/patches-5.10/308-armada-xp-linksys-mamba-wan.patch
create mode 100644 target/linux/mvebu/patches-5.10/309-linksys-status-led.patch
create mode 100644 target/linux/mvebu/patches-5.10/310-linksys-use-eth0-as-cpu-port.patch
create mode 100644 target/linux/mvebu/patches-5.10/311-adjust-compatible-for-linksys.patch
create mode 100644 target/linux/mvebu/patches-5.10/312-ARM-dts-armada388-clearfog-emmc-on-clearfog-base.patch
create mode 100644 target/linux/mvebu/patches-5.10/312-helios4-dts-status-led-alias.patch
create mode 100644 target/linux/mvebu/patches-5.10/314-arm64-dts-marvell-armada37xx-Add-eth0-alias.patch
create mode 100644 target/linux/mvebu/patches-5.10/316-arm64-dts-uDPU-switch-PHY-operation-mode-to-2500base.patch
create mode 100644 target/linux/mvebu/patches-5.10/317-ARM-dts-turris-omnia-update-device-tree.patch
create mode 100644 target/linux/mvebu/patches-5.10/400-find_active_root.patch
create mode 100644 target/linux/mvebu/patches-5.10/700-mvneta-tx-queue-workaround.patch
create mode 100644 target/linux/mvebu/patches-5.10/800-cpuidle-mvebu-indicate-failure-to-enter-deeper-sleep.patch
create mode 100644 target/linux/mvebu/patches-5.10/801-pci-mvebu-time-out-reset-on-link-up.patch
--
2.30.1
More information about the openwrt-devel
mailing list