mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
ppc/pnv: Add XIVE2 controller to Power11
Add a XIVE2 controller to Power11 chip and machine. The controller has the same logic as Power10. Reviewed-by: Cédric Le Goater <clg@redhat.com> Signed-off-by: Aditya Gupta <adityag@linux.ibm.com> Tested-by: Amit Machhiwal <amachhiw@linux.ibm.com> Tested-by: Cédric Le Goater <clg@redhat.com> Signed-off-by: Harsh Prateek Bora <harshpb@linux.ibm.com> Link: https://lore.kernel.org/r/20250925173049.891406-5-adityag@linux.ibm.com Message-ID: <20250925173049.891406-5-adityag@linux.ibm.com>
This commit is contained in:
@@ -270,6 +270,24 @@ void pnv_bmc_set_pnor(IPMIBmc *bmc, PnvPnor *pnor);
|
||||
#define PNV11_PSIHB_SIZE PNV10_PSIHB_SIZE
|
||||
#define PNV11_PSIHB_BASE(chip) PNV10_PSIHB_BASE(chip)
|
||||
|
||||
#define PNV11_XIVE2_IC_SIZE PNV10_XIVE2_IC_SIZE
|
||||
#define PNV11_XIVE2_IC_BASE(chip) PNV10_XIVE2_IC_BASE(chip)
|
||||
|
||||
#define PNV11_XIVE2_TM_SIZE PNV10_XIVE2_TM_SIZE
|
||||
#define PNV11_XIVE2_TM_BASE(chip) PNV10_XIVE2_TM_BASE(chip)
|
||||
|
||||
#define PNV11_XIVE2_NVC_SIZE PNV10_XIVE2_NVC_SIZE
|
||||
#define PNV11_XIVE2_NVC_BASE(chip) PNV10_XIVE2_NVC_BASE(chip)
|
||||
|
||||
#define PNV11_XIVE2_NVPG_SIZE PNV10_XIVE2_NVPG_SIZE
|
||||
#define PNV11_XIVE2_NVPG_BASE(chip) PNV10_XIVE2_NVPG_BASE(chip)
|
||||
|
||||
#define PNV11_XIVE2_ESB_SIZE PNV10_XIVE2_ESB_SIZE
|
||||
#define PNV11_XIVE2_ESB_BASE(chip) PNV10_XIVE2_ESB_BASE(chip)
|
||||
|
||||
#define PNV11_XIVE2_END_SIZE PNV10_XIVE2_END_SIZE
|
||||
#define PNV11_XIVE2_END_BASE(chip) PNV10_XIVE2_END_BASE(chip)
|
||||
|
||||
#define PNV11_OCC_SENSOR_BASE(chip) PNV10_OCC_SENSOR_BASE(chip)
|
||||
|
||||
#endif /* PPC_PNV_H */
|
||||
|
||||
Reference in New Issue
Block a user