[Qemu-devel] [PATCH 08/17] lm32: pic and juart helper functions

2011-02-17 Thread Michael Walle
This patch adds init functions for the PIC and JTAG UART commonly used in the board initialization. Signed-off-by: Michael Walle mich...@walle.cc --- hw/lm32.h | 25 + 1 files changed, 25 insertions(+), 0 deletions(-) create mode 100644 hw/lm32.h diff --git

Re: [Qemu-devel] [PATCH 08/17] lm32: pic and juart helper functions

2011-02-11 Thread Blue Swirl
On Fri, Feb 11, 2011 at 1:12 AM, Michael Walle mich...@walle.cc wrote: This patch adds init functions for the PIC and JTAG UART commonly used in the board initialization. Signed-off-by: Michael Walle mich...@walle.cc ---  hw/lm32.h |   31 +++  1 files changed, 31

[Qemu-devel] [PATCH 08/17] lm32: pic and juart helper functions

2011-02-10 Thread Michael Walle
This patch adds init functions for the PIC and JTAG UART commonly used in the board initialization. Signed-off-by: Michael Walle mich...@walle.cc --- hw/lm32.h | 31 +++ 1 files changed, 31 insertions(+), 0 deletions(-) create mode 100644 hw/lm32.h diff --git

[Qemu-devel] [PATCH 08/17] lm32: pic and juart helper functions

2011-01-30 Thread Michael Walle
This patch adds init functions for the PIC and JTAG UART commonly used in the board initialization. Signed-off-by: Michael Walle mich...@walle.cc --- hw/lm32.h | 31 +++ 1 files changed, 31 insertions(+), 0 deletions(-) create mode 100644 hw/lm32.h diff --git