Re: [Qemu-devel] [PATCH v2 2/2] Versatile Express: add modelling of NOR flash

2012-09-19 Thread Francesco Lavra
On 09/19/2012 12:26 PM, Peter Maydell wrote: > On 18 September 2012 21:59, Francesco Lavra > wrote: >> On 09/18/2012 03:46 PM, Peter Maydell wrote: >>> On 17 September 2012 21:08, Francesco Lavra >>> wrote: qemu_irq pic[64]; uint32_t proc_id; uint32_t sys_id;

Re: [Qemu-devel] [PATCH v2 2/2] Versatile Express: add modelling of NOR flash

2012-09-19 Thread Peter Maydell
On 18 September 2012 21:59, Francesco Lavra wrote: > On 09/18/2012 03:46 PM, Peter Maydell wrote: >> On 17 September 2012 21:08, Francesco Lavra >> wrote: >>> This patch adds modelling of the two NOR flash banks found on the >>> Versatile Express motherboard. Tested with U-Boot running on an emu

Re: [Qemu-devel] [PATCH v2 2/2] Versatile Express: add modelling of NOR flash

2012-09-18 Thread Francesco Lavra
On 09/18/2012 03:46 PM, Peter Maydell wrote: > On 17 September 2012 21:08, Francesco Lavra > wrote: >> This patch adds modelling of the two NOR flash banks found on the >> Versatile Express motherboard. Tested with U-Boot running on an emulated >> Versatile Express, with either A9 or A15 CoreTile

Re: [Qemu-devel] [PATCH v2 2/2] Versatile Express: add modelling of NOR flash

2012-09-18 Thread Peter Maydell
On 17 September 2012 21:08, Francesco Lavra wrote: > This patch adds modelling of the two NOR flash banks found on the > Versatile Express motherboard. Tested with U-Boot running on an emulated > Versatile Express, with either A9 or A15 CoreTile. > > Signed-off-by: Francesco Lavra > --- > Changes

[Qemu-devel] [PATCH v2 2/2] Versatile Express: add modelling of NOR flash

2012-09-17 Thread Francesco Lavra
This patch adds modelling of the two NOR flash banks found on the Versatile Express motherboard. Tested with U-Boot running on an emulated Versatile Express, with either A9 or A15 CoreTile. Signed-off-by: Francesco Lavra --- Changes in v2: Use drive_get_next() instead of drive_get() to get a back