bcm47xx: add support for kernel 5.4
authorRafał Miłecki <rafal@milecki.pl>
Tue, 10 Mar 2020 14:46:49 +0000 (15:46 +0100)
committerRafał Miłecki <rafal@milecki.pl>
Tue, 10 Mar 2020 14:50:55 +0000 (15:50 +0100)
commitd369d92fc7ed2970540235b27441f75a81ef171b
tree248c5980fda5e8631c4c7b58a2bf55756e475b1d
parent5c98041d5a054bfe68070bbfa6fdeab63e6586fc
bcm47xx: add support for kernel 5.4

Ethernet, switch, LEDs, buttons, USB, sysupgrade & LuCI were
successfully tested on BCM4706.

WARNING: Hack for BCM4710 adding BCM4710_PROTECTED_FILL_TLB() to the
local_r4k_flush_cache_sigtramp() could not be ported. That function has
been dropped in:
commit adcc81f148d7 ("MIPS: math-emu: Write-protect delay slot emulation pages")
commit 3315b6b336c8 ("MIPS: Delete unused flush_cache_sigtramp()")
it's unsure if that chipset will still work reliably.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
21 files changed:
target/linux/bcm47xx/Makefile
target/linux/bcm47xx/config-5.4 [new file with mode: 0644]
target/linux/bcm47xx/patches-5.4/159-cpu_fixes.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-5.4/160-kmap_coherent.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-5.4/209-b44-register-adm-switch.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-5.4/210-b44_phy_fix.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-5.4/280-activate_ssb_support_in_usb.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-5.4/300-fork_cacheflush.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-5.4/310-no_highpage.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-5.4/320-MIPS-BCM47XX-Devices-database-update-for-4.x.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-5.4/400-mtd-bcm47xxpart-get-nvram.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-5.4/610-pci_ide_fix.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-5.4/791-tg3-no-pci-sleep.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-5.4/800-bcma-add-table-of-serial-flashes-with-smaller-blocks.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-5.4/820-wgt634u-nvram-fix.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-5.4/830-huawei_e970_support.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-5.4/831-old_gpio_wdt.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-5.4/900-ssb-reject-PCI-writes-setting-CardBus-bridge-resourc.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-5.4/940-bcm47xx-yenta.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-5.4/976-ssb_increase_pci_delay.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-5.4/999-wl_exports.patch [new file with mode: 0644]