From 8b50ce850538223b8dd2c2f4ed8a819d3c60bfc1 Mon Sep 17 00:00:00 2001 From: Cédric Le Goater Date: Thu, 5 Dec 2019 19:44:53 +0100 Subject: ppc/pnv: add a PSI bridge model for POWER10 The POWER10 PSIHB controller is very similar to the one on POWER9. We should probably introduce a common PnvPsiXive object. The ESB page size should be changed to 64k when P10 support is ready. Signed-off-by: Cédric Le Goater Message-Id: <20191205184454.10722-5-clg@kaod.org> Signed-off-by: David Gibson --- include/hw/ppc/pnv_xscom.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/hw/ppc/pnv_xscom.h') diff --git a/include/hw/ppc/pnv_xscom.h b/include/hw/ppc/pnv_xscom.h index 790eb3d8f3..a40d2a2a2a 100644 --- a/include/hw/ppc/pnv_xscom.h +++ b/include/hw/ppc/pnv_xscom.h @@ -106,6 +106,9 @@ typedef struct PnvXScomInterfaceClass { ((uint64_t) PNV10_XSCOM_EQ_BASE(core) | PNV10_XSCOM_EC(core & 0x3)) #define PNV10_XSCOM_EC_SIZE 0x100000 +#define PNV10_XSCOM_PSIHB_BASE 0x3011D00 +#define PNV10_XSCOM_PSIHB_SIZE 0x100 + extern void pnv_xscom_realize(PnvChip *chip, uint64_t size, Error **errp); extern int pnv_dt_xscom(PnvChip *chip, void *fdt, int offset); -- cgit v1.2.3-55-g7522