mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
ppc/pnv: add a 'xscom_core_base' field to PnvChipClass
The XSCOM addresses for the core registers are encoded in a slightly different way on POWER8 and POWER9. Signed-off-by: Cédric Le Goater <clg@kaod.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
7bacfd7f72
commit
ad521238b4
3 changed files with 10 additions and 4 deletions
|
@ -69,6 +69,7 @@ typedef struct PnvChipClass {
|
|||
uint64_t cores_mask;
|
||||
|
||||
hwaddr xscom_base;
|
||||
hwaddr xscom_core_base;
|
||||
|
||||
uint32_t (*core_pir)(PnvChip *chip, uint32_t core_id);
|
||||
} PnvChipClass;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue