Re: [Qemu-devel] [PATCH v2] hw/vexpress.c: Add NOR flash model

2012-04-05 Thread Peter Maydell
On 21 March 2012 03:37, Liming Wang wrote: > Vexpress motherboard has two 2x16 NOR flash, but pflash_cfi01 > doesn't support interleaving, so here only models two 1x32 flash. > Although it's not exactly modeled, it works fine for running linux. (Sorry for the delay getting round to reviewing this

[Qemu-devel] [PATCH v2] hw/vexpress.c: Add NOR flash model

2012-03-20 Thread Liming Wang
Vexpress motherboard has two 2x16 NOR flash, but pflash_cfi01 doesn't support interleaving, so here only models two 1x32 flash. Although it's not exactly modeled, it works fine for running linux. Signed-off-by: Liming Wang --- v2: - swap NORFLASH0 and NORFLASH0ALIAS and reserve NORFLASH0ALIAS i