aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/pnv.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-17ppc/pnv: Clarify how the TIMA is accessed on a multichip systemCédric Le Goater1-0/+14
2019-12-17ppc/pnv: Implement the XiveFabric interfaceCédric Le Goater1-0/+35
2019-12-17ppc/pnv: Fix TIMA indirect accessCédric Le Goater1-0/+17
2019-12-17ppc/pnv: Instantiate cores separatelyGreg Kurz1-18/+12
2019-12-17ppc/pnv: Create BMC devices at machine initCédric Le Goater1-17/+16
2019-12-17ppc/pnv: Add HIOMAP commandsCédric Le Goater1-0/+1
2019-12-17ppc/pnv: Link "chip" property to PnvXive::chip pointerGreg Kurz1-2/+2
2019-12-17ppc/pnv: Link "chip" property to PnvCore::chip pointerGreg Kurz1-2/+2
2019-12-17ppc/pnv: Link "chip" property to PnvHomer::chip pointerGreg Kurz1-4/+4
2019-12-17ppc/pnv: Link "psi" property to PnvOCC::psi pointerGreg Kurz1-4/+4
2019-12-17ppc/pnv: Link "psi" property to PnvLpc::psi pointerGreg Kurz1-4/+4
2019-12-17ppc/pnv: Drop "chip" link from POWER9 PSI objectGreg Kurz1-2/+0
2019-12-17ppc/pnv: Add a "/qemu" device tree nodeCédric Le Goater1-0/+3
2019-12-17ppc/pnv: Add a PNOR modelCédric Le Goater1-0/+14
2019-11-18ppc: Add intc_destroy() handlers to SpaprInterruptController/PnvChipGreg Kurz1-0/+21
2019-10-24hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé1-1/+1
2019-10-24ppc: Reset the interrupt presenter from the CPU reset handlerCédric Le Goater1-0/+18
2019-10-04ppc/pnv: Remove the XICSFabric Interface from the POWER9 machineCédric Le Goater1-17/+14
2019-10-04hw/ppc/pnv_homer: add PowerNV homer device modelBalamuruhan S1-0/+30
2019-10-04hw/ppc/pnv_occ: add sram device model for occ common areaBalamuruhan S1-0/+8
2019-10-04hw/ppc/pnv: fix checkpatch.pl coding style warningsBalamuruhan S1-17/+32
2019-08-29ppc/pnv: Introduce PowerNV machines with fixed CPU modelsCédric Le Goater1-7/+63
2019-08-29ppc/pnv: Generate phandle for the "interrupt-parent" propertyCédric Le Goater1-0/+5
2019-08-29ppc/pnv: Set default ram size to 1.75GBJoel Stanley1-1/+5
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-0/+1
2019-08-16Include hw/boards.h a bit lessMarkus Armbruster1-0/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+1
2019-07-05hw/ppc: Replace global smp variables with machine smp propertiesLike Xu1-2/+4
2019-07-05machine: Refactor smp-related call chains to pass MachineStateLike Xu1-2/+1
2019-07-02ppc/pnv: remove xscom_base field from PnvChipCédric Le Goater1-10/+0
2019-07-02ppc/pnv: fix XSCOM MMIO base address for P9 machines with multiple chipsCédric Le Goater1-8/+16
2019-06-12Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190612' into...Peter Maydell1-0/+2
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-06-12ppc/pnv: activate the "dumpdtb" option on the powernv machineCédric Le Goater1-0/+2
2019-05-29ppc/pnv: introduce new skiboot platform propertiesCédric Le Goater1-3/+10
2019-05-24hw/ppc/pnv: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé1-8/+4
2019-03-19ppc/pnv: Use local_err variable in pnv_chip_power9_intc_create()Greg Kurz1-1/+1
2019-03-12ppc/pnv: add a "ibm,opal/power-mgt" device tree node on POWER9Cédric Le Goater1-0/+15
2019-03-12ppc/pnv: POWER9 XSCOM quad supportCédric Le Goater1-1/+37
2019-03-12ppc/pnv: add a OCC model for POWER9Cédric Le Goater1-0/+13
2019-03-12ppc/pnv: add a OCC model classCédric Le Goater1-1/+1
2019-03-12ppc/pnv: add a LPC Controller model for POWER9Cédric Le Goater1-1/+21
2019-03-12ppc/pnv: add a 'dt_isa_nodename' to the chipCédric Le Goater1-13/+5
2019-03-12ppc/pnv: add a LPC Controller class modelCédric Le Goater1-1/+1
2019-03-12ppc/pnv: add a PSI bridge model for POWER9Cédric Le Goater1-0/+18
2019-03-12ppc/pnv: add a PSI bridge class modelCédric Le Goater1-2/+4
2019-03-12ppc/pnv: introduce a new pic_print_info() operation to the chip modelCédric Le Goater1-3/+24
2019-03-12ppc/pnv: introduce a new dt_populate() operation to the chip modelCédric Le Goater1-2/+25