mirror of https://github.com/xemu-project/xemu.git
target-ppc: Extract 740/750 aliases
Signed-off-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
8fc82f9e0d
commit
0446aecd56
|
@ -7265,7 +7265,6 @@ enum {
|
|||
#endif
|
||||
/* PowerPC 740/750 cores (aka G3) */
|
||||
/* XXX: missing 0x00084202 */
|
||||
#define CPU_POWERPC_7x0 CPU_POWERPC_7x0_v31
|
||||
CPU_POWERPC_7x0_v10 = 0x00080100,
|
||||
CPU_POWERPC_7x0_v20 = 0x00080200,
|
||||
CPU_POWERPC_7x0_v21 = 0x00080201,
|
||||
|
@ -8659,10 +8658,6 @@ static const ppc_def_t ppc_defs[] = {
|
|||
POWERPC_DEF("604ev", CPU_POWERPC_604EV, 604E)
|
||||
#endif
|
||||
/* PowerPC 7xx family */
|
||||
/* Generic PowerPC 740 (G3) */
|
||||
POWERPC_DEF("740", CPU_POWERPC_7x0, 740)
|
||||
/* Generic PowerPC 750 (G3) */
|
||||
POWERPC_DEF("750", CPU_POWERPC_7x0, 750)
|
||||
/* PowerPC 740 v1.0 (G3) */
|
||||
POWERPC_DEF("740_v1.0", CPU_POWERPC_7x0_v10, 740)
|
||||
/* PowerPC 750 v1.0 (G3) */
|
||||
|
@ -9092,7 +9087,9 @@ static const PowerPCCPUAlias ppc_cpu_aliases[] = {
|
|||
{ "Goldeneye", "603r" },
|
||||
{ "Sirocco", "604e" },
|
||||
{ "Mach5", "604r" },
|
||||
{ "740", "740_v3.1" },
|
||||
{ "Arthur", "740" },
|
||||
{ "750", "750_v3.1" },
|
||||
{ "Typhoon", "750" },
|
||||
{ "G3", "750" },
|
||||
{ "Conan/Doyle", "750p" },
|
||||
|
|
Loading…
Reference in New Issue