ppc: Remove CHRP, POWER3 and POWER4 support from arch/ppc
32-bit CHRP machines are now supported only in arch/powerpc, as are
all 64-bit PowerPC processors. This means that we don't use
Open Firmware on any platform in arch/ppc any more.
This makes PReP support a single-platform option like every other
platform support option in arch/ppc now, thus CONFIG_PPC_MULTIPLATFORM
is gone from arch/ppc. CONFIG_PPC_PREP is the option that selects
PReP support and is generally what has replaced
CONFIG_PPC_MULTIPLATFORM within arch/ppc.
_machine is all but dead now, being #defined to 0.
Updated Makefiles, comments and Kconfig options generally to reflect
these changes.
Signed-off-by:
Paul Mackerras <paulus@samba.org>
Showing
- arch/ppc/Kconfig 24 additions, 62 deletionsarch/ppc/Kconfig
- arch/ppc/Kconfig.debug 0 additions, 7 deletionsarch/ppc/Kconfig.debug
- arch/ppc/Makefile 0 additions, 2 deletionsarch/ppc/Makefile
- arch/ppc/boot/Makefile 3 additions, 4 deletionsarch/ppc/boot/Makefile
- arch/ppc/boot/openfirmware/Makefile 0 additions, 109 deletionsarch/ppc/boot/openfirmware/Makefile
- arch/ppc/boot/openfirmware/chrpmain.c 0 additions, 101 deletionsarch/ppc/boot/openfirmware/chrpmain.c
- arch/ppc/boot/openfirmware/common.c 0 additions, 146 deletionsarch/ppc/boot/openfirmware/common.c
- arch/ppc/boot/openfirmware/dummy.c 0 additions, 4 deletionsarch/ppc/boot/openfirmware/dummy.c
- arch/ppc/boot/openfirmware/misc.S 0 additions, 67 deletionsarch/ppc/boot/openfirmware/misc.S
- arch/ppc/boot/openfirmware/start.c 0 additions, 172 deletionsarch/ppc/boot/openfirmware/start.c
- arch/ppc/boot/simple/mpc10x_memory.c 2 additions, 2 deletionsarch/ppc/boot/simple/mpc10x_memory.c
- arch/ppc/boot/simple/relocate.S 1 addition, 1 deletionarch/ppc/boot/simple/relocate.S
- arch/ppc/boot/utils/addnote.c 0 additions, 175 deletionsarch/ppc/boot/utils/addnote.c
- arch/ppc/boot/utils/hack-coff.c 0 additions, 84 deletionsarch/ppc/boot/utils/hack-coff.c
- arch/ppc/boot/utils/mknote.c 0 additions, 44 deletionsarch/ppc/boot/utils/mknote.c
- arch/ppc/configs/ibmchrp_defconfig 0 additions, 875 deletionsarch/ppc/configs/ibmchrp_defconfig
- arch/ppc/configs/pmac_defconfig 0 additions, 1591 deletionsarch/ppc/configs/pmac_defconfig
- arch/ppc/configs/power3_defconfig 0 additions, 1035 deletionsarch/ppc/configs/power3_defconfig
- arch/ppc/configs/prep_defconfig 0 additions, 0 deletionsarch/ppc/configs/prep_defconfig
- arch/ppc/kernel/entry.S 0 additions, 52 deletionsarch/ppc/kernel/entry.S
Loading
Please register or sign in to comment