aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/pnv_lpc.c
AgeCommit message (Expand)Author
2021-02-10ppc/pnv: Introduce a LPC FW memory region attribute to map the PNORCédric Le Goater
2021-02-10ppc/pnv: Remove default disablement of the PNOR contentsCédric Le Goater
2020-11-15non-virt: Fix Lesser GPL version numberChetan Pant
2020-09-08ppc/pnv: Fix TypeInfo of PnvLpcController abstract classCédric Le Goater
2020-03-17hw/ppc/pnv: Fix typo in commentPhilippe Mathieu-Daudé
2020-02-20Avoid address_space_rw() with a constant is_write argumentPeter Maydell
2020-02-02ppc/pnv: change the PowerNV machine devices to be non user creatableCédric Le Goater
2020-02-02ppc/pnv: Add support for "hostboot" modeCédric Le Goater
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-12-17ppc/pnv: add a LPC Controller model for POWER10Cédric Le Goater
2019-12-17ppc/pnv: Add HIOMAP commandsCédric Le Goater
2019-12-17ppc/pnv: Add a LPC "ranges" propertyCédric Le Goater
2019-12-17ppc/pnv: Link "psi" property to PnvLpc::psi pointerGreg Kurz
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-03-12ppc/pnv: add SerIRQ routing registersCédric Le Goater
2019-03-12ppc/pnv: add a LPC Controller model for POWER9Cédric Le Goater
2019-03-12ppc/pnv: add a LPC Controller class modelCédric Le Goater
2019-03-12ppc/pnv: lpc: fix OPB address rangesCédric Le Goater
2019-03-12ppc/pnv: fix logging primitives using OxCédric Le Goater
2018-11-08ppc/pnv: check size before data buffer accessPrasad J Pandit
2018-06-21ppc/pnv: introduce a new isa_create() operation to the chip modelCédric Le Goater
2018-06-12ppc/pnv: fix LPC HC firmware address spaceCédric Le Goater
2018-05-20Remove unnecessary variables for function return valueLaurent Vivier
2018-01-10target/ppc: more use of the PPC_*() macrosCédric Le Goater
2018-01-10ppc/pnv: change powernv_ prefix to pnv_ for overall naming consistencyCédric Le Goater
2017-04-26ppc/pnv: enable only one LPC busCédric Le Goater
2017-04-26ppc/pnv: Add support for POWER8+ LPC ControllerBenjamin Herrenschmidt
2016-12-20Move target-* CPU file into a target/ folderThomas Huth
2016-11-15ppc/pnv: fix compile breakage on old gccCédric Le Goater
2016-10-28ppc/pnv: add a LPC controllerBenjamin Herrenschmidt