Re: [Qemu-devel] [PATCH v2 5/6] xilinx_zynq: add pl353

2013-11-06 Thread vbalaji
Hi, I want to emulate PL35x SMC controller with Nand flash as a device. Though I got the patch from the following link. http://qemu.11.n7.nabble.com/Qemu-devel-PATCH-v1-0-7-QOMify-pflash-cfi0x-PL353-for-Xilinx-Zynq-td167995.html. I dont know how to test the nand flash with the SMC controller. Pl

Re: [Qemu-devel] [PATCH v2 5/6] xilinx_zynq: add pl353

2012-10-22 Thread Peter Maydell
On 22 October 2012 08:19, Peter Crosthwaite wrote: > +/* pl353 */ > +dev = qdev_create(NULL, "arm.pl35x"); > +/* FIXME: handle this somewhere central */ > +object_property_add_child(container_get(qdev_get_machine(), > "/unattached"), > + "pl353", OBJEC

[Qemu-devel] [PATCH v2 5/6] xilinx_zynq: add pl353

2012-10-22 Thread Peter Crosthwaite
Add the pl353 memory controller with both NAND and parallel flashes attached. Signed-off-by: Peter Crosthwaite --- changed from v1: fixed property names (see patch 3) hw/xilinx_zynq.c | 50 ++ 1 files changed, 42 insertions(+), 8 deletions(-) d