cns3xxx: drop target
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Mon, 31 Aug 2020 17:46:35 +0000 (19:46 +0200)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Sun, 13 Sep 2020 22:19:27 +0000 (00:19 +0200)
commita9790dff532e154a93b12abaeccd7889d9159791
tree57e06c6743118d486bd3ffe4e85d0e20284abb8c
parent04d3b517dc3301e0148a2ce811ffc136568b04bd
cns3xxx: drop target

This target has not been updated to 5.4 yet, and the only person
trying it (Koen) decided to retreat based on the following reasons:

- The target is not DT-aware at all

- The huge amount of effort required

- The SoC itself reached EoL at Cavium for some time now

- Upstream removed some important parts as it's also slowly getting EoL
  over there

- The commercial product that used this will fade out shortly

- The amount of download for this binary suggest that the target is not
  that popular

Since nobody has picked up the work since then, and this is the last
remaining 4.19-only target, finally drop it now.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
46 files changed:
package/kernel/hwmon-gsc/Makefile
target/linux/cns3xxx/Makefile [deleted file]
target/linux/cns3xxx/base-files/etc/init.d/netdev-cpu [deleted file]
target/linux/cns3xxx/base-files/lib/cns3xxx.sh [deleted file]
target/linux/cns3xxx/base-files/lib/preinit/01_sysinfo [deleted file]
target/linux/cns3xxx/base-files/lib/upgrade/platform.sh [deleted file]
target/linux/cns3xxx/config-4.19 [deleted file]
target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/cns3xxx_fiq.S [deleted file]
target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/gpio.c [deleted file]
target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/headsmp.S [deleted file]
target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/hotplug.c [deleted file]
target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/include/mach/gpio.h [deleted file]
target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/include/mach/smp.h [deleted file]
target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/laguna.c [deleted file]
target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/platsmp.c [deleted file]
target/linux/cns3xxx/files/drivers/i2c/busses/i2c-cns3xxx.c [deleted file]
target/linux/cns3xxx/files/drivers/net/ethernet/cavium/Kconfig [deleted file]
target/linux/cns3xxx/files/drivers/net/ethernet/cavium/Makefile [deleted file]
target/linux/cns3xxx/files/drivers/net/ethernet/cavium/cns3xxx_eth.c [deleted file]
target/linux/cns3xxx/files/drivers/spi/spi-cns3xxx.c [deleted file]
target/linux/cns3xxx/files/include/linux/platform_data/cns3xxx.h [deleted file]
target/linux/cns3xxx/image/Makefile [deleted file]
target/linux/cns3xxx/patches-4.19/000-cns3xxx_arch_include.patch [deleted file]
target/linux/cns3xxx/patches-4.19/001-arm_openwrt_machtypes.patch [deleted file]
target/linux/cns3xxx/patches-4.19/010-arm_introduce-dma-fiq-irq-broadcast.patch [deleted file]
target/linux/cns3xxx/patches-4.19/020-watchdog_support.patch [deleted file]
target/linux/cns3xxx/patches-4.19/025-smp_support.patch [deleted file]
target/linux/cns3xxx/patches-4.19/030-pcie_clock.patch [deleted file]
target/linux/cns3xxx/patches-4.19/040-fiq_support.patch [deleted file]
target/linux/cns3xxx/patches-4.19/045-twd_base.patch [deleted file]
target/linux/cns3xxx/patches-4.19/055-pcie_io.patch [deleted file]
target/linux/cns3xxx/patches-4.19/060-pcie_abort.patch [deleted file]
target/linux/cns3xxx/patches-4.19/065-pcie_skip_inactive.patch [deleted file]
target/linux/cns3xxx/patches-4.19/070-i2c_support.patch [deleted file]
target/linux/cns3xxx/patches-4.19/075-spi_support.patch [deleted file]
target/linux/cns3xxx/patches-4.19/080-sata_support.patch [deleted file]
target/linux/cns3xxx/patches-4.19/090-timers.patch [deleted file]
target/linux/cns3xxx/patches-4.19/093-add-virt-pci-io-mapping.patch [deleted file]
target/linux/cns3xxx/patches-4.19/095-gpio_support.patch [deleted file]
target/linux/cns3xxx/patches-4.19/097-l2x0_cmdline_disable.patch [deleted file]
target/linux/cns3xxx/patches-4.19/100-laguna_support.patch [deleted file]
target/linux/cns3xxx/patches-4.19/101-laguna_sdhci_card_detect.patch [deleted file]
target/linux/cns3xxx/patches-4.19/110-pci_isolated_interrupts.patch [deleted file]
target/linux/cns3xxx/patches-4.19/130-Extend-PCIE_BUS_PEER2PEER-to-set-MRSS-128-to-fix-CNS3xxx-BM-DMA..patch [deleted file]
target/linux/cns3xxx/patches-4.19/200-broadcom_phy_reinit.patch [deleted file]
target/linux/cns3xxx/patches-4.19/210-dwc2_defaults.patch [deleted file]