Re: [Qemu-devel] Simtec BAST emulation

2007-04-17 Thread Daniel Silverstone
On Mon, 2007-04-02 at 18:45 +0100, Paul Brook wrote: > A few issues with the patch, which I think need to be resolved before it can > be applied: > > - You're using global structures to store machine state. > While it's debatable whether you'll ever have more than one s3c2410, I think > it's def

Re: [Qemu-devel] Simtec BAST emulation

2007-04-03 Thread andrzej zaborowski
Hi, On 03/04/07, Daniel Silverstone <[EMAIL PROTECTED]> wrote: On Tue, 2007-04-03 at 01:04 +0200, andrzej zaborowski wrote: > We have also implemented emulation of the S3C2410x SoC. I hope we can > merge both implementations to come up with better emulation. Our tree > is accessible at http://sv

Re: [Qemu-devel] Simtec BAST emulation

2007-04-03 Thread Daniel Silverstone
On Mon, 2007-04-02 at 18:45 +0100, Paul Brook wrote: > A few issues with the patch, which I think need to be resolved before it can > be applied: > - You're using global structures to store machine state. > While it's debatable whether you'll ever have more than one s3c2410, I think > it's defini

Re: [Qemu-devel] Simtec BAST emulation

2007-04-03 Thread Daniel Silverstone
On Tue, 2007-04-03 at 01:04 +0200, andrzej zaborowski wrote: > We have also implemented emulation of the S3C2410x SoC. I hope we can > merge both implementations to come up with better emulation. Our tree > is accessible at http://svn.openmoko.org/trunk/src/host/qemu-neo1973/ > and our main target

Re: [Qemu-devel] Simtec BAST emulation

2007-04-02 Thread andrzej zaborowski
Hi, On 02/04/07, Daniel Silverstone <[EMAIL PROTECTED]> wrote: Hi, Myself and my colleagues have worked hard and produced a new system emulation for qemu for the Simtec BAST board. The BAST is a Samsung 2410 based board (ARM 9 based SoC, with MMU) with various peripherals including a Davicom D

Re: [Qemu-devel] Simtec BAST emulation

2007-04-02 Thread Paul Brook
On Monday 02 April 2007 14:56, Daniel Silverstone wrote: > Hi, > > Myself and my colleagues have worked hard and produced a new system > emulation for qemu for the Simtec BAST board. A few issues with the patch, which I think need to be resolved before it can be applied: - You're using global st

[Qemu-devel] Simtec BAST emulation

2007-04-02 Thread Daniel Silverstone
Hi, Myself and my colleagues have worked hard and produced a new system emulation for qemu for the Simtec BAST board. The BAST is a Samsung 2410 based board (ARM 9 based SoC, with MMU) with various peripherals including a Davicom DM9000 Ethernet port. The emulation is complete enough to start Si