Re: [Qemu-devel] [PATCH] m68k: Add uc5282 machine

2011-08-29 Thread Avi Kivity
On 07/20/2011 08:10 PM, Joel Sherrill wrote: From: Till Straumann Add m68k machine support for Arcturus Networks Inc. uC5282 board. Also include a fix for the FEC ethernet controller. +static void mcf5208_resetc_init(target_phys_addr_t offset) +{ +int iomemtype; + +iomemtype = cpu_re

Re: [Qemu-devel] [PATCH] m68k: Add uc5282 machine

2011-08-28 Thread Alexander Graf
Am 28.08.2011 um 23:34 schrieb Andreas Färber : > Hi Alex, > > Am 26.07.2011 um 14:50 schrieb Alexander Graf: > >> Andreas, you're the only person I know who knows 68k :). Could you please >> take a look at this code (and the split version later) and give it your >> Acked-by if you think it's

Re: [Qemu-devel] [PATCH] m68k: Add uc5282 machine

2011-08-28 Thread Andreas Färber
Hi Alex, Am 26.07.2011 um 14:50 schrieb Alexander Graf: Andreas, you're the only person I know who knows 68k :). Could you please take a look at this code (and the split version later) and give it your Acked-by if you think it's ok? I'll try and see that we can get it in then. My m68k ex

Re: [Qemu-devel] [PATCH] m68k: Add uc5282 machine

2011-07-26 Thread Alexander Graf
Hi Joel, On 20.07.2011, at 19:10, Joel Sherrill wrote: > From: Till Straumann > > Add m68k machine support for Arcturus Networks > Inc. uC5282 board. Also include > > a fix for the FEC ethernet controller. > > Signed-off-by: Joel Sherrill Could you please split this into several patches an

Re: [Qemu-devel] [PATCH] m68k: Add uc5282 machine

2011-07-22 Thread Andreas Färber
Hello, Am 20.07.2011 um 19:10 schrieb Joel Sherrill: From: Till Straumann Add m68k machine support for Arcturus Networks Inc. uC5282 board. Also include a fix for the FEC ethernet controller. Please submit this as a series of patches, with independent issues addressed in separate patc

[Qemu-devel] [PATCH] m68k: Add uc5282 machine

2011-07-20 Thread Joel Sherrill
From: Till Straumann Add m68k machine support for Arcturus Networks Inc. uC5282 board. Also include a fix for the FEC ethernet controller. Signed-off-by: Joel Sherrill --- This patch has been previously submitted and ignored. The RTEMS Project has been using this patch since at least 2009 w