Re: [Qemu-devel] [PATCH 8/9] MicroBlaze: Add a config that is dynamically set up by a device tree file.

2012-09-14 Thread Blue Swirl
On Wed, Sep 12, 2012 at 12:17 AM, Peter Crosthwaite wrote: > On Tue, 2012-09-11 at 19:27 +, Blue Swirl wrote: >> On Mon, Sep 10, 2012 at 12:20 AM, wrote: >> > From: Chris Wulff >> > >> > +/* >> > + * Xilinx ethernetlite device >> > + */ >> > +static void xilinx_ethlite_probe(void *fdt, int

Re: [Qemu-devel] [PATCH 8/9] MicroBlaze: Add a config that is dynamically set up by a device tree file.

2012-09-11 Thread Peter Crosthwaite
On Tue, 2012-09-11 at 19:27 +, Blue Swirl wrote: > On Mon, Sep 10, 2012 at 12:20 AM, wrote: > > From: Chris Wulff > > > > +/* > > + * Xilinx ethernetlite device > > + */ > > +static void xilinx_ethlite_probe(void *fdt, int node) > > +{ > > +uint32_t eth_addr = fdt_get_int_from_array(fdt,

Re: [Qemu-devel] [PATCH 8/9] MicroBlaze: Add a config that is dynamically set up by a device tree file.

2012-09-11 Thread Peter Crosthwaite
Hi Chris, This needs to be reviewed along with the petalogix implementation, but a few top level comments. Regards, Peter On Sun, 2012-09-09 at 20:20 -0400, crwu...@gmail.com wrote: > From: Chris Wulff > > Signed-off-by: Chris Wulff > --- > default-configs/microblaze-softmmu.mak |1 + >

Re: [Qemu-devel] [PATCH 8/9] MicroBlaze: Add a config that is dynamically set up by a device tree file.

2012-09-11 Thread Blue Swirl
On Mon, Sep 10, 2012 at 12:20 AM, wrote: > From: Chris Wulff > > Signed-off-by: Chris Wulff > --- > default-configs/microblaze-softmmu.mak |1 + > hw/labx_microblaze_devicetree.c| 597 > > hw/microblaze/Makefile.objs|3 +- > 3 file

[Qemu-devel] [PATCH 8/9] MicroBlaze: Add a config that is dynamically set up by a device tree file.

2012-09-09 Thread crwulff
From: Chris Wulff Signed-off-by: Chris Wulff --- default-configs/microblaze-softmmu.mak |1 + hw/labx_microblaze_devicetree.c| 597 hw/microblaze/Makefile.objs|3 +- 3 files changed, 600 insertions(+), 1 deletion(-) create mode 1006