-- Forwarded message --
From: Michel Pollet
Date: Wed, Dec 11, 2013 at 11:56 PM
Subject: [Qemu-devel] [PATCH 05/13] mxs/imx23: Add the interrupt collector
To: qemu-devel@nongnu.org
Cc: Michel Pollet
Implements the interrupt collector IO block
Signed-off-by: Michel Pollet
On 11 December 2013 13:56, Michel Pollet wrote:
> Implements the interrupt collector IO block
>
> Signed-off-by: Michel Pollet
> ---
> hw/intc/Makefile.objs | 1 +
> hw/intc/mxs_icoll.c | 200
> ++
> 2 files changed, 201 insertions(+)
> creat
Implements the interrupt collector IO block
Signed-off-by: Michel Pollet
---
hw/intc/Makefile.objs | 1 +
hw/intc/mxs_icoll.c | 200 ++
2 files changed, 201 insertions(+)
create mode 100644 hw/intc/mxs_icoll.c
diff --git a/hw/intc/Makefile.ob