[Qemu-devel] [PATCH 12/17] lm32: support for creating device tree

2011-02-17 Thread Michael Walle
This patch adds helper functions to create a ROM, which contains a hardware description of a board. This is used in Theobromas LM32 Linux port. Signed-off-by: Michael Walle --- hw/lm32_hwsetup.h | 178 + 1 files changed, 178 insertions(+), 0 d

Re: [Qemu-devel] [PATCH 12/17] lm32: support for creating device tree

2011-02-11 Thread Blue Swirl
On Sat, Feb 12, 2011 at 12:40 AM, Michael Walle wrote: > Am Freitag 11 Februar 2011, 21:52:17 schrieb Blue Swirl: >> > +static inline void hwsetup_add_uart(struct hwsetup *hw, >> > +        const char *name, uint32_t base, uint32_t irq) >> > +{ >> > +    hwsetup_add_u32(hw, 56); /* size */ >> > +

Re: [Qemu-devel] [PATCH 12/17] lm32: support for creating device tree

2011-02-11 Thread Michael Walle
Am Freitag 11 Februar 2011, 21:52:17 schrieb Blue Swirl: > > +static inline void hwsetup_add_uart(struct hwsetup *hw, > > +const char *name, uint32_t base, uint32_t irq) > > +{ > > +hwsetup_add_u32(hw, 56); /* size */ > > +hwsetup_add_tag(hw, HWSETUP_TAG_UART); > > +hwsetup_add_

Re: [Qemu-devel] [PATCH 12/17] lm32: support for creating device tree

2011-02-11 Thread Blue Swirl
On Fri, Feb 11, 2011 at 1:12 AM, Michael Walle wrote: > This patch adds helper functions to create a ROM, which contains a hardware > description of a board. This is used in Theobromas LM32 Linux port. > > Signed-off-by: Michael Walle > --- >  hw/lm32_hwsetup.h |  172 > +

[Qemu-devel] [PATCH 12/17] lm32: support for creating device tree

2011-02-10 Thread Michael Walle
This patch adds helper functions to create a ROM, which contains a hardware description of a board. This is used in Theobromas LM32 Linux port. Signed-off-by: Michael Walle --- hw/lm32_hwsetup.h | 172 + 1 files changed, 172 insertions(+), 0 d

[Qemu-devel] [PATCH 12/17] lm32: support for creating device tree

2011-01-30 Thread Michael Walle
This patch adds helper functions to create a ROM, which contains a hardware description of a board. This is used in Theobromas LM32 Linux port. Signed-off-by: Michael Walle --- hw/lm32_hwsetup.h | 172 + 1 files changed, 172 insertions(+), 0 d