mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
ppc: Remove deprecated ppcemb target
There is no known available OS for ppc around anymore that uses page sizes below 4k, so it does not make much sense that we keep wasting our time on building and testing the ppcemb-softmmu target. It has been deprecated since two releases, and nobody complained, so let's remove this now. Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
19b599f766
commit
a69dc537cc
16 changed files with 9 additions and 136 deletions
|
@ -162,13 +162,6 @@ static void ref405ep_init(MachineState *machine)
|
|||
DriveInfo *dinfo;
|
||||
MemoryRegion *sysmem = get_system_memory();
|
||||
|
||||
#ifdef TARGET_PPCEMB
|
||||
if (!qtest_enabled()) {
|
||||
warn_report("qemu-system-ppcemb is deprecated, "
|
||||
"please use qemu-system-ppc instead.");
|
||||
}
|
||||
#endif
|
||||
|
||||
/* XXX: fix this */
|
||||
memory_region_allocate_system_memory(&ram_memories[0], NULL, "ef405ep.ram",
|
||||
0x08000000);
|
||||
|
@ -463,13 +456,6 @@ static void taihu_405ep_init(MachineState *machine)
|
|||
int fl_idx, fl_sectors;
|
||||
DriveInfo *dinfo;
|
||||
|
||||
#ifdef TARGET_PPCEMB
|
||||
if (!qtest_enabled()) {
|
||||
warn_report("qemu-system-ppcemb is deprecated, "
|
||||
"please use qemu-system-ppc instead.");
|
||||
}
|
||||
#endif
|
||||
|
||||
/* RAM is soldered to the board so the size cannot be changed */
|
||||
ram_size = 0x08000000;
|
||||
memory_region_allocate_system_memory(ram, NULL, "taihu_405ep.ram",
|
||||
|
|
|
@ -195,13 +195,6 @@ static void bamboo_init(MachineState *machine)
|
|||
exit(1);
|
||||
}
|
||||
|
||||
#ifdef TARGET_PPCEMB
|
||||
if (!qtest_enabled()) {
|
||||
warn_report("qemu-system-ppcemb is deprecated, "
|
||||
"please use qemu-system-ppc instead.");
|
||||
}
|
||||
#endif
|
||||
|
||||
qemu_register_reset(main_cpu_reset, cpu);
|
||||
ppc_booke_timers_init(cpu, 400000000, 0);
|
||||
ppc_dcr_init(env, NULL, NULL);
|
||||
|
|
|
@ -419,13 +419,6 @@ static void sam460ex_init(MachineState *machine)
|
|||
exit(1);
|
||||
}
|
||||
|
||||
#ifdef TARGET_PPCEMB
|
||||
if (!qtest_enabled()) {
|
||||
warn_report("qemu-system-ppcemb is deprecated, "
|
||||
"please use qemu-system-ppc instead.");
|
||||
}
|
||||
#endif
|
||||
|
||||
qemu_register_reset(main_cpu_reset, cpu);
|
||||
boot_info = g_malloc0(sizeof(*boot_info));
|
||||
env->load_info = boot_info;
|
||||
|
|
|
@ -211,13 +211,6 @@ static void virtex_init(MachineState *machine)
|
|||
int kernel_size;
|
||||
int i;
|
||||
|
||||
#ifdef TARGET_PPCEMB
|
||||
if (!qtest_enabled()) {
|
||||
warn_report("qemu-system-ppcemb is deprecated, "
|
||||
"please use qemu-system-ppc instead.");
|
||||
}
|
||||
#endif
|
||||
|
||||
/* init CPUs */
|
||||
cpu = ppc440_init_xilinx(&ram_size, 1, machine->cpu_type, 400000000);
|
||||
env = &cpu->env;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue