mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
target/ppc: remove 401/403 CPUs
They have been there since 2007 without any board using them, most were protected by a TODO define. Drop support. Signed-off-by: Cédric Le Goater <clg@kaod.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com> Message-Id: <20211202191108.1291515-1-clg@kaod.org> Signed-off-by: Cédric Le Goater <clg@kaod.org>
This commit is contained in:
parent
84835acbbf
commit
c8f49e6b93
7 changed files with 4 additions and 608 deletions
|
@ -67,40 +67,6 @@
|
|||
POWERPC_DEF_SVR(_name, _desc, _pvr, POWERPC_SVR_NONE, _type)
|
||||
|
||||
/* Embedded PowerPC */
|
||||
/* PowerPC 401 family */
|
||||
POWERPC_DEF("401", CPU_POWERPC_401, 401,
|
||||
"Generic PowerPC 401")
|
||||
/* PowerPC 401 cores */
|
||||
POWERPC_DEF("401a1", CPU_POWERPC_401A1, 401,
|
||||
"PowerPC 401A1")
|
||||
POWERPC_DEF("401b2", CPU_POWERPC_401B2, 401x2,
|
||||
"PowerPC 401B2")
|
||||
POWERPC_DEF("401c2", CPU_POWERPC_401C2, 401x2,
|
||||
"PowerPC 401C2")
|
||||
POWERPC_DEF("401d2", CPU_POWERPC_401D2, 401x2,
|
||||
"PowerPC 401D2")
|
||||
POWERPC_DEF("401e2", CPU_POWERPC_401E2, 401x2,
|
||||
"PowerPC 401E2")
|
||||
POWERPC_DEF("401f2", CPU_POWERPC_401F2, 401x2,
|
||||
"PowerPC 401F2")
|
||||
/* XXX: to be checked */
|
||||
POWERPC_DEF("401g2", CPU_POWERPC_401G2, 401x2,
|
||||
"PowerPC 401G2")
|
||||
/* PowerPC 401 microcontrollers */
|
||||
POWERPC_DEF("iop480", CPU_POWERPC_IOP480, IOP480,
|
||||
"IOP480 (401 microcontroller)")
|
||||
POWERPC_DEF("cobra", CPU_POWERPC_COBRA, 401,
|
||||
"IBM Processor for Network Resources")
|
||||
/* PowerPC 403 family */
|
||||
/* PowerPC 403 microcontrollers */
|
||||
POWERPC_DEF("403ga", CPU_POWERPC_403GA, 403,
|
||||
"PowerPC 403 GA")
|
||||
POWERPC_DEF("403gb", CPU_POWERPC_403GB, 403,
|
||||
"PowerPC 403 GB")
|
||||
POWERPC_DEF("403gc", CPU_POWERPC_403GC, 403,
|
||||
"PowerPC 403 GC")
|
||||
POWERPC_DEF("403gcx", CPU_POWERPC_403GCX, 403GCX,
|
||||
"PowerPC 403 GCX")
|
||||
/* PowerPC 405 family */
|
||||
/* PowerPC 405 cores */
|
||||
POWERPC_DEF("405d2", CPU_POWERPC_405D2, 405,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue