mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
target-ppc: Extract e300 alias
Signed-off-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
9538de4fe7
commit
0683641cc7
1 changed files with 1 additions and 3 deletions
|
@ -7119,7 +7119,6 @@ enum {
|
||||||
#define CPU_POWERPC_MPC5567 CPU_POWERPC_e200z6
|
#define CPU_POWERPC_MPC5567 CPU_POWERPC_e200z6
|
||||||
/* e300 family */
|
/* e300 family */
|
||||||
/* e300 cores */
|
/* e300 cores */
|
||||||
#define CPU_POWERPC_e300 CPU_POWERPC_e300c3
|
|
||||||
CPU_POWERPC_e300c1 = 0x00830010,
|
CPU_POWERPC_e300c1 = 0x00830010,
|
||||||
CPU_POWERPC_e300c2 = 0x00840010,
|
CPU_POWERPC_e300c2 = 0x00840010,
|
||||||
CPU_POWERPC_e300c3 = 0x00850010,
|
CPU_POWERPC_e300c3 = 0x00850010,
|
||||||
|
@ -8160,8 +8159,6 @@ static const ppc_def_t ppc_defs[] = {
|
||||||
CPU_POWERPC_MPC5567, POWERPC_SVR_5567, e200)
|
CPU_POWERPC_MPC5567, POWERPC_SVR_5567, e200)
|
||||||
#endif
|
#endif
|
||||||
/* e300 family */
|
/* e300 family */
|
||||||
/* Generic PowerPC e300 core */
|
|
||||||
POWERPC_DEF("e300", CPU_POWERPC_e300, e300)
|
|
||||||
/* PowerPC e300c1 core */
|
/* PowerPC e300c1 core */
|
||||||
POWERPC_DEF("e300c1", CPU_POWERPC_e300c1, e300)
|
POWERPC_DEF("e300c1", CPU_POWERPC_e300c1, e300)
|
||||||
/* PowerPC e300c2 core */
|
/* PowerPC e300c2 core */
|
||||||
|
@ -8958,6 +8955,7 @@ static const PowerPCCPUAlias ppc_cpu_aliases[] = {
|
||||||
{ "MPC885", "MPC8xx" },
|
{ "MPC885", "MPC8xx" },
|
||||||
|
|
||||||
{ "PowerQUICC-II", "MPC82xx" },
|
{ "PowerQUICC-II", "MPC82xx" },
|
||||||
|
{ "e300", "e300c3" },
|
||||||
{ "MPC8347", "MPC8347T" },
|
{ "MPC8347", "MPC8347T" },
|
||||||
{ "MPC8347A", "MPC8347AT" },
|
{ "MPC8347A", "MPC8347AT" },
|
||||||
{ "MPC8347E", "MPC8347ET" },
|
{ "MPC8347E", "MPC8347ET" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue