]> www.infradead.org Git - users/dwmw2/linux.git/commit
powerpc/64: Remove maple platform
authorMichael Ellerman <mpe@ellerman.id.au>
Sun, 13 Oct 2024 10:29:57 +0000 (21:29 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 29 Oct 2024 12:01:52 +0000 (23:01 +1100)
commit62f8f307c80e99ab18d38aa1a5bbbc18128ee5f8
treea79cad79c4640667a5559b6c643f1e7711b7eb0f
parentc7182a0bdec16cdea912b5a3aea9a80f4f657b7d
powerpc/64: Remove maple platform

The maple platform was added in 2004 [1], to support the "Maple" 970FX
evaluation board.

It was later used for IBM JS20/JS21 machines, as well as the Bimini
machine, aka "Yellow Dog Powerstation".

Sadly all those machines have passed into memory, and there's been no
evidence for years that anyone is still using any of them.

Remove the platform and related code. It can always be reinstated if
there's interest.

Note that this has no impact on support for 970FX based Power Macs.

[1]: https://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux-fullhistory.git/commit/?id=f0d068d65c5e555ffcfbc189de32598f6f00770c

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://patch.msgid.link/20241013102957.548291-1-mpe@ellerman.id.au
20 files changed:
Documentation/arch/powerpc/booting.rst
arch/powerpc/Kconfig.debug
arch/powerpc/boot/.gitignore
arch/powerpc/boot/Makefile
arch/powerpc/boot/wrapper
arch/powerpc/configs/maple_defconfig [deleted file]
arch/powerpc/configs/ppc64_defconfig
arch/powerpc/include/asm/udbg.h
arch/powerpc/kernel/misc_64.S
arch/powerpc/kernel/prom_init.c
arch/powerpc/kernel/udbg.c
arch/powerpc/kernel/udbg_16550.c
arch/powerpc/platforms/Kconfig
arch/powerpc/platforms/Makefile
arch/powerpc/platforms/maple/Kconfig [deleted file]
arch/powerpc/platforms/maple/Makefile [deleted file]
arch/powerpc/platforms/maple/maple.h [deleted file]
arch/powerpc/platforms/maple/pci.c [deleted file]
arch/powerpc/platforms/maple/setup.c [deleted file]
arch/powerpc/platforms/maple/time.c [deleted file]