aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/pnv_xscom.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-09exec/memory: Use struct Object typedefPhilippe Mathieu-Daudé1-1/+1
2020-11-15non-virt: Fix Lesser GPL version numberChetan Pant1-1/+1
2019-12-17ppc/pnv: Introduce PnvChipClass::xscom_pcba() methodGreg Kurz1-13/+1
2019-12-17ppc/pnv: Pass content of the "compatible" property to pnv_dt_xscom()Greg Kurz1-17/+3
2019-12-17ppc/pnv: Pass XSCOM base address and address size to pnv_dt_xscom()Greg Kurz1-13/+3
2019-12-17ppc/pnv: Introduce PBA registersCédric Le Goater1-32/+0
2019-12-17ppc/pnv: populate the DT with realized XSCOM devicesCédric Le Goater1-1/+4
2019-12-17ppc/pnv: Loop on the whole hierarchy to populate the DT with the XSCOM nodesCédric Le Goater1-1/+6
2019-12-17ppc/pnv: Introduce a POWER10 PnvChip and a powernv10 machineCédric Le Goater1-5/+18
2019-10-04hw/ppc/pnv_xscom: retrieve homer/occ base address from PBA BARsBalamuruhan S1-4/+30
2019-08-29ppc/pnv: add more dummy XSCOM addresses for the P9 CAPPCédric Le Goater1-0/+20
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-07-02ppc/pnv: fix XSCOM MMIO base address for P9 machines with multiple chipsCédric Le Goater1-5/+12
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+2
2019-05-29ppc/pnv: add dummy XSCOM registers for PRD initializationCédric Le Goater1-0/+18
2019-03-12ppc/pnv: add more dummy XSCOM addressesCédric Le Goater1-6/+27
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-1/+0
2018-01-17ppc/pnv: introduce pnv*_is_power9() helpersCédric Le Goater1-5/+3
2018-01-10ppc/pnv: change powernv_ prefix to pnv_ for overall naming consistencyCédric Le Goater1-5/+5
2017-01-19kvm: move cpu synchronization codeVincent Palatin1-1/+1
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-1/+1
2016-11-15ppc/pnv: fix xscom address translation for POWER9Cédric Le Goater1-4/+4
2016-11-15ppc/pnv: fix compile breakage on old gccCédric Le Goater1-1/+1
2016-10-28ppc/pnv: add XSCOM infrastructureCédric Le Goater1-0/+275