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
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 */
>> > +
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_
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
> +
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
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