mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
Load 32 bit ELF BIOS images also on PPC64
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6554 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
b98a003c19
commit
3a616592a1
3 changed files with 2 additions and 15 deletions
|
@ -125,13 +125,6 @@ static void ppc_core99_init (ram_addr_t ram_size, int vga_ram_size,
|
|||
qemu_register_reset(&cpu_ppc_reset, env);
|
||||
envs[i] = env;
|
||||
}
|
||||
if (env->nip < 0xFFF80000) {
|
||||
/* Special test for PowerPC 601:
|
||||
* the boot vector is at 0xFFF00100, then we need a 1MB BIOS.
|
||||
* But the NVRAM is located at 0xFFF04000...
|
||||
*/
|
||||
cpu_abort(env, "Mac99 hardware can not handle 1 MB BIOS\n");
|
||||
}
|
||||
|
||||
/* allocate RAM */
|
||||
ram_offset = qemu_ram_alloc(ram_size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue