target/ppc: Remove PowerPC 601 CPUs
commit005b69fdccd798dd8f0996d0f1c93ff5a4672180
authorCédric Le Goater <clg@kaod.org>
Wed, 9 Feb 2022 08:08:55 +0000 (9 09:08 +0100)
committerCédric Le Goater <clg@kaod.org>
Wed, 9 Feb 2022 08:08:55 +0000 (9 09:08 +0100)
tree04aaee01c06351dcf969c27b77e563cd2d6ca490
parent36387ca51c72407ec9f0f047767fcf3c6380b7de
target/ppc: Remove PowerPC 601 CPUs

The PowerPC 601 processor is the first generation of processors to
implement the PowerPC architecture. It was designed as a bridge
processor and also could execute most of the instructions of the
previous POWER architecture. It was found on the first Macs and IBM
RS/6000 workstations.

There is not much interest in keeping the CPU model of this
POWER-PowerPC bridge processor. We have the 603 and 604 CPU models of
the 60x family which implement the complete PowerPC instruction set.

Cc: "Hervé Poussineau" <hpoussin@reactos.org>
Cc: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Fabiano Rosas <farosas@linux.ibm.com>
Message-Id: <20220203142756.1302515-1-clg@kaod.org>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
22 files changed:
hw/ppc/ppc.c
hw/ppc/prep.c
linux-user/ppc/cpu_loop.c
target/ppc/cpu-models.c
target/ppc/cpu-models.h
target/ppc/cpu-qom.h
target/ppc/cpu.h
target/ppc/cpu_init.c
target/ppc/excp_helper.c
target/ppc/helper.h
target/ppc/helper_regs.c
target/ppc/int_helper.c
target/ppc/machine.c
target/ppc/misc_helper.c
target/ppc/mmu-hash32.c
target/ppc/mmu-hash32.h
target/ppc/mmu_common.c
target/ppc/mmu_helper.c
target/ppc/spr_tcg.h
target/ppc/timebase_helper.c
target/ppc/translate.c
target/ppc/translate/fp-impl.c.inc