On Thu, 2007-10-04 at 12:20 +0100, Thiemo Seufer wrote:
> J. Mayer wrote:
> [snip]
> > The thing I see is different is that the n32 ABI redefines elf_greg_t
> > and elf_caddr_t as 32 bits. Maybe I missed something but those types
> > seem not to be used by the ELF loader (or maybe I should look in
On Thu, 2007-10-04 at 12:38 +0100, Thiemo Seufer wrote:
> J. Mayer wrote:
> > Hi,
> >
> > This is a proposal to allow the user to select a BIOS file name on the
> > command line. The goal is mainly to ease debug, for example when I want
> > to try to run a firmware comming from a real machine inst
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Jocelyn Mayer 07/10/05 13:09:55
Modified files:
target-ppc : helper.c translate_init.c
Log message:
PowerPC hardware reset vector is now considered as part of the
exception model.
Use it at CPU initi
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Jocelyn Mayer 07/10/05 13:11:25
Modified files:
target-ppc : cpu.h translate_init.c
Log message:
Rename PowerPC MMUCSR0 and MMUCFG SPRs: those are not BookE specific.
CVSWeb URLs:
http://cvs.savannah.gnu.org
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Jocelyn Mayer 07/10/05 13:08:35
Modified files:
. : vl.c vl.h
hw : mips_malta.c mips_pica61.c mips_r4k.c pc.c
ppc405_boards.c ppc_chrp.c ppc_prep.c shix.c
CVSROOT:/cvsroot/qemu
Module name:qemu
Changes by: Blue Swirl 07/10/05 17:01:51
Modified files:
linux-user : main.c qemu.h signal.c
Log message:
Implement sparc64_[gs]et_context
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/linux-user/main.c?cvsroo
Hi all,
Just to resume,
I'm in position with Fabrice, Thiemo and Jocelyn.
And, to note.
Current BIOS are very bloated assembler hacks that everytime I use them make
me think "miracle, it POSTs!"
No way, in a far far away galaxy, there was a simple BIOS, that WONT RUN
UNDER QEMU.
Why?
Timi
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Jocelyn Mayer 07/10/05 22:06:02
Modified files:
target-ppc : cpu.h helper.c op.c translate.c
translate_init.c
Log message:
Full implementation of PowerPC 64 MMU, just missing support
Add support to sparc for loading a real bios image.
Index: hw/sun4m.c
===
RCS file: /sources/qemu/qemu/hw/sun4m.c,v
retrieving revision 1.52
diff -p -u -r1.52 sun4m.c
--- hw/sun4m.c 5 Oct 2007 13:08:35 - 1.52
+++ hw/sun4m.