Re: [Qemu-devel] [PATCH] Gumstix verdex support

2007-11-18 Thread Thorsten Zitterell
Hi. andrzej zaborowski wrote: On 17/11/2007, Thorsten Zitterell [EMAIL PROTECTED] wrote: Patch to add gumstix verdex board support. The code has: +/* Interrupt line of NIC is connected to GPIO line 49 */ +smc91c111_init(nd_table[0], 0x04000300

Re: [Qemu-devel] [PATCH] hw/pxa2xx_dma.c

2007-11-17 Thread Thorsten Zitterell
Can you check if the following change would make the gumstix NIC work too? In my understanding of the specs it's more correct, but I'm not sure. It works!

[Qemu-devel] [PATCH] hw/pflash_cfi01.c

2007-11-17 Thread Thorsten Zitterell
Patch to catch wrong/unknown command sequences. Index: hw/pflash_cfi01.c === RCS file: /sources/qemu/qemu/hw/pflash_cfi01.c,v retrieving revision 1.2 diff -u -r1.2 pflash_cfi01.c --- hw/pflash_cfi01.c 17 Nov 2007 17:14:45 - 1.2

[Qemu-devel] [PATCH] Gumstix verdex support

2007-11-17 Thread Thorsten Zitterell
Patch to add gumstix verdex board support. Index: vl.c === RCS file: /sources/qemu/qemu/vl.c,v retrieving revision 1.365 diff -u -r1.365 vl.c --- vl.c 17 Nov 2007 17:14:38 - 1.365 +++ vl.c 17 Nov 2007 18:54:56 - @@ -7451,6

[Qemu-devel] [PATCH] hw/pxa2xx_gpio.c

2007-11-16 Thread Thorsten Zitterell
This patch avoids crashing of QEMU when applications (e.g pxaregs) read the GPCR register. Index: pxa2xx_gpio.c === RCS file: /sources/qemu/qemu/hw/pxa2xx_gpio.c,v retrieving revision 1.5 diff -u -r1.5 pxa2xx_gpio.c ---

[Qemu-devel] [PATCH] hw/pxa2xx_dma.c

2007-11-15 Thread Thorsten Zitterell
The following patch fixes the problem that DMA transfers are not performed when the DCSR_STOPINTR bit is set. -- Thorsten Index: hw/pxa2xx_dma.c === RCS file: /sources/qemu/qemu/hw/pxa2xx_dma.c,v retrieving revision 1.5 diff -u

[Qemu-devel] [PATCH] Gumstix board support

2007-11-15 Thread Thorsten Zitterell
diff -N hw/gumstix.c --- /dev/null 1 Jan 1970 00:00:00 - +++ hw/gumstix.c15 Nov 2007 09:28:22 - @@ -0,0 +1,73 @@ +/* + * Gumstix Platforms + * + * Copyright (c) 2007 by Thorsten Zitterell [EMAIL PROTECTED] + * + * Code based on spitz platform by Andrzej Zaborowski [EMAIL PROTECTED

Re: [Qemu-devel] ARM XScale extension

2006-10-04 Thread Thorsten Zitterell
Hi, Lennert Buytenhek wrote: On Wed, Oct 04, 2006 at 11:49:23PM +0200, Thorsten Zitterell wrote: the attached file includes preliminary support for the Intel XScale CPU. You don't seem to truncate acc0 to 40 bits? The DSP coprocessor in non-iWMMXt xscale cores does truncate, and some

Re: [Qemu-devel] Run Qemu ARM system without MMU (MMUless)

2006-08-25 Thread Thorsten Zitterell
Tieu Ma Dau wrote: If I want to run Qemu ARM system to simulate a system without MMU (MMU less), how can I do? Thanks for your responses and best reagards, Tieu Hi, according to target-arm/helper.c the MMU is enabled/disabled with coprocessor 15. if ((env-cp15.c1_sys 1) == 0) {

[Qemu-devel] smc91x irq patch

2006-07-18 Thread Thorsten Zitterell
Hi, I am working on a Gumstix system [1] emulation for QEMU which is based on a Intel XScale processor. The board has an expansion card for network support which is a smc91x compatible NIC. However, the irq line is not directly connected to the processor's interrupt controller but to an GPIO