Re: [Qemu-devel] [PATCH V2] LEON3: Add emulation of AMBA plugplay

2014-10-10 Thread Fabien Chouteau
On 10/09/2014 05:32 PM, Jiri Gaisler wrote: I am a bit against the merge of AHB and APB initialization into the same function. A grlib system can have any number of AHB and APB buses, so there really should be a separate init routine per bus as in the original patch. I understand your

[Qemu-devel] [PATCH V2] LEON3: Add emulation of AMBA plugplay

2014-10-09 Thread Fabien Chouteau
From: Jiri Gaisler j...@gaisler.se AMBA plugplay is used by kernels to probe available devices (Timers, UART, etc...). This is a static declaration of devices implemented in QEMU. In the future, a more advanced version could compute those information directly from the device tree. Signed-off-by:

Re: [Qemu-devel] [PATCH V2] LEON3: Add emulation of AMBA plugplay

2014-10-09 Thread Jiri Gaisler
I am a bit against the merge of AHB and APB initialization into the same function. A grlib system can have any number of AHB and APB buses, so there really should be a separate init routine per bus as in the original patch. Jiri. On 10/09/2014 01:05 PM, Fabien Chouteau wrote: From: Jiri