[Qemu-devel] qemu/pc-bios vgabios.bin vgabios-cirrus.bin vga...

2006-03-24 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/03/25 01:25:02 Modified files: pc-bios: vgabios.bin vgabios-cirrus.bin vgabios.diff Log message: upgrade to latest vgabios version - added Video

Re: [Qemu-devel] Debugging low level ARM with GDB

2006-03-24 Thread Dirk Behme
Paul Brook wrote: But PC is still wrong. Who sets the PC to KERNEL_LOAD_ADDR (0x1)? What makes you think ti's wrong? There's a small bootloader built into qemu. Uups. Then it seems that I start things the wrong way. I start QEMU with -S -s, then I attach GDB, and GDB "complains" that P

Re: [Qemu-devel] Debugging low level ARM with GDB

2006-03-24 Thread Paul Brook
> The serial port abstraction, and in particular their base addresses, > also materialize in the "machine" implementation. Of course they do. It's a machine specific property. Paul ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.

Re: [Qemu-devel] Debugging low level ARM with GDB

2006-03-24 Thread Paul Brook
> But PC is still wrong. Who sets the PC to KERNEL_LOAD_ADDR > (0x1)? What makes you think ti's wrong? There's a small bootloader built into qemu. > Then I tried the other way around: Instead of adapting > u-boot, it should be possible to adapt hw/integratorcp.c to > the address u-boot is lin

Re: [Qemu-devel] Debugging low level ARM with GDB

2006-03-24 Thread Schwarz, Konrad
Hi,   One of the changes I would like to contribute (assuming my company gives the ok) is a somewhat improved reader for ELF executables, and returns the entry point.  Although somewhat useless for the bootstrap program (which must start at the processor's reset address), this is useful to e