summaryrefslogtreecommitdiffstats
path: root/hw/openpic.h
diff options
context:
space:
mode:
authorScott Wood <scottwood@freescale.com>2013-01-21 15:53:53 +0000
committerAlexander Graf <agraf@suse.de>2013-01-25 22:02:56 +0100
commite0dfe5b18919a6a4deb841dcf3212e3e998c95e5 (patch)
tree777b08a441fd12990db1579523f877ee32a5bdb2 /hw/openpic.h
parent03274d44f655f7b822e845e79fa32b261cdb0774 (diff)
downloadhqemu-e0dfe5b18919a6a4deb841dcf3212e3e998c95e5.zip
hqemu-e0dfe5b18919a6a4deb841dcf3212e3e998c95e5.tar.gz
openpic: add basic support for MPIC v4.2
Besides the new value in the version register, this provides: - ILR support, which includes: - IDR becoming a pure CPU bitmap, allowing 32 CPUs - machine check output support (though other parts of QEMU need to be fixed for it to do something other than immediately reboot the guest) - dummy error interrupt support (EISR0/EIMR0 read as zero) - actually all FSL MPICs get all summary registers returning zero for now, which includes EISR0/EIMR0 Various refactoring is done to support these changes and to ease new functionality (e.g. a more flexible way of declaring regions). Just as the code was already not a full implementation of MPIC v2.0, this is not a full implementation of MPIC v4.2 -- e.g. it still has only one bank of MSIs. Signed-off-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'hw/openpic.h')
-rw-r--r--hw/openpic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/openpic.h b/hw/openpic.h
index e226d7b..9dcaf0e 100644
--- a/hw/openpic.h
+++ b/hw/openpic.h
@@ -13,5 +13,6 @@ enum {
#define OPENPIC_MODEL_RAVEN 0
#define OPENPIC_MODEL_FSL_MPIC_20 1
+#define OPENPIC_MODEL_FSL_MPIC_42 2
#endif /* __OPENPIC_H__ */
OpenPOWER on IntegriCloud