From f5fba9d27f14603dc7f85779e7b7362fb1cfcbd8 Mon Sep 17 00:00:00 2001 From: Scott Wood Date: Mon, 21 Jan 2013 15:53:55 +0000 Subject: PPC: e500: Select MPIC v4.2 on ppce500 platform The compatible string is changed to fsl,mpic on all e500 platforms, to advertise the existence of BRR1. This matches what the device tree will have on real hardware. With MPIC v4.2 max_cpu can be increased from 15 to 32. Signed-off-by: Scott Wood Signed-off-by: Alexander Graf --- hw/ppc/e500.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hw/ppc/e500.h') diff --git a/hw/ppc/e500.h b/hw/ppc/e500.h index f5ff27385b..226c93d248 100644 --- a/hw/ppc/e500.h +++ b/hw/ppc/e500.h @@ -16,6 +16,8 @@ typedef struct PPCE500Params { /* required -- must at least add toplevel board compatible */ void (*fixup_devtree)(struct PPCE500Params *params, void *fdt); + + int mpic_version; } PPCE500Params; void ppce500_init(PPCE500Params *params); -- cgit v1.2.1