powerpc: Remove Xilinx PPC405/PPC440 support
authorMichal Simek <michal.simek@xilinx.com>
Thu, 21 May 2020 16:55:52 +0000 (16:55 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 28 May 2020 13:24:34 +0000 (23:24 +1000)
commit7ade8495dcfd788a76e6877c9ea86f5207369ea4
treed00198541720234f9e5bca3a82c6710c5798502e
parent0bdad33d6bd7b80722e2f9e588d3d7c6d6e34978
powerpc: Remove Xilinx PPC405/PPC440 support

The latest Xilinx design tools called ISE and EDK has been released in
October 2013. New tool doesn't support any PPC405/PPC440 new designs.
These platforms are no longer supported and tested.

PowerPC 405/440 port is orphan from 2013 by
commit cdeb89943bfc ("MAINTAINERS: Fix incorrect status tag") and
commit 19624236cce1 ("MAINTAINERS: Update Grant's email address and maintainership")
that's why it is time to remove the support fot these platforms.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/8c593895e2cb57d232d85ce4d8c3a1aa7f0869cc.1590079968.git.christophe.leroy@csgroup.eu
33 files changed:
Documentation/devicetree/bindings/xilinx.txt
Documentation/powerpc/bootwrapper.rst
arch/powerpc/Kconfig.debug
arch/powerpc/boot/Makefile
arch/powerpc/boot/dts/Makefile
arch/powerpc/boot/dts/virtex440-ml507.dts [deleted file]
arch/powerpc/boot/dts/virtex440-ml510.dts [deleted file]
arch/powerpc/boot/ops.h
arch/powerpc/boot/serial.c
arch/powerpc/boot/uartlite.c [deleted file]
arch/powerpc/boot/virtex.c [deleted file]
arch/powerpc/boot/virtex405-head.S [deleted file]
arch/powerpc/boot/wrapper
arch/powerpc/configs/40x/virtex_defconfig [deleted file]
arch/powerpc/configs/44x/virtex5_defconfig [deleted file]
arch/powerpc/configs/ppc40x_defconfig
arch/powerpc/configs/ppc44x_defconfig
arch/powerpc/include/asm/xilinx_intc.h [deleted file]
arch/powerpc/include/asm/xilinx_pci.h [deleted file]
arch/powerpc/kernel/cputable.c
arch/powerpc/platforms/40x/Kconfig
arch/powerpc/platforms/40x/Makefile
arch/powerpc/platforms/40x/virtex.c [deleted file]
arch/powerpc/platforms/44x/Kconfig
arch/powerpc/platforms/44x/Makefile
arch/powerpc/platforms/44x/virtex.c [deleted file]
arch/powerpc/platforms/44x/virtex_ml510.c [deleted file]
arch/powerpc/platforms/Kconfig
arch/powerpc/sysdev/Makefile
arch/powerpc/sysdev/xilinx_intc.c [deleted file]
arch/powerpc/sysdev/xilinx_pci.c [deleted file]
drivers/char/Kconfig
drivers/video/fbdev/Kconfig