aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2024-10-03hw/char: Extract serial-mmBernhard Beschow1-5/+5
2024-08-20hw/ppc/Kconfig: Add missing SERIAL_ISA dependency to POWERNV machineBernhard Beschow1-0/+1
2024-07-26hw/ssi: Add SPI modelChalapathi V1-0/+3
2024-05-10kconfig: express dependency of individual boards on libfdtPaolo Bonzini1-7/+8
2024-05-03ppc: switch boards to "default y"Paolo Bonzini1-0/+26
2024-02-27hw/usb: extract sysbus-ohci to a separate filePaolo Bonzini1-1/+1
2024-02-27hw/ppc/pseries: do not require CONFIG_USBPaolo Bonzini1-0/+1
2024-02-27hw/ppc/mac_newworld: do not require CONFIG_USBPaolo Bonzini1-1/+1
2024-02-23ppc/pnv: Add a pca9554 I2C device to powernv10-rainierGlenn Miles1-0/+1
2024-02-23ppc/pnv: Add pca9552 to powernv10-rainier for PCIe hotplug power controlGlenn Miles1-0/+1
2024-02-22hw/ppc/ppc440_pcix: Move ppc440_pcix.c to hw/pci-host/Philippe Mathieu-Daudé1-0/+1
2024-02-22hw/ppc/ppc4xx_pci: Move ppc4xx_pci.c to hw/pci-host/Philippe Mathieu-Daudé1-1/+1
2023-12-19hw/ppc/Kconfig: Imply VFIO_PCICédric Le Goater1-1/+1
2023-11-07hw/ppc: Add emulation of AmigaOne XE boardBALATON Zoltan1-0/+7
2023-06-10hw/ppc/Kconfig: MAC_NEWWORLD should always select USB_OHCI_PCIThomas Huth1-0/+1
2023-05-05hw/ppc/Kconfig: NVDIMM is a hard requirement for the pseries machineThomas Huth1-1/+1
2023-01-08hw/ppc/Kconfig: Remove unused dependencies from PEGASOS2Bernhard Beschow1-2/+0
2022-12-21hw/ppc/e500: Add Freescale eSDHC to e500platPhilippe Mathieu-Daudé1-0/+2
2022-10-31Merge tag 'mips-20221030' of https://github.com/philmd/qemu into stagingStefan Hajnoczi1-1/+0
2022-10-31hw/isa/vt82c686: Instantiate IDE function in host deviceBernhard Beschow1-1/+0
2022-10-29hw/ppc/e500: Implement pflash handlingBernhard Beschow1-0/+1
2022-10-17hw/gpio/meson: Introduce dedicated config switch for hw/gpio/mpc8xxxBernhard Beschow1-0/+1
2022-10-17hw/ppc/meson: Allow e500 boards to be enabled separatelyBernhard Beschow1-0/+8
2022-08-31hw/ppc/Kconfig: Move imply before selectBALATON Zoltan1-1/+1
2022-08-31hw/ppc/sam460ex: Remove PPC405 dependency from sam460exBALATON Zoltan1-1/+0
2021-07-20hw/ppc/Kconfig: Add dependency PEGASOS2 -> ATI_VGAPhilippe Mathieu-Daudé1-0/+1
2021-07-20hw/ppc/Kconfig: Add missing dependency E500 -> DS1338 RTCPhilippe Mathieu-Daudé1-0/+1
2021-07-11hw/pci-host: Rename Raven ASIC PCI bridge as raven.cPhilippe Mathieu-Daudé1-1/+1
2021-07-09ppc/pegasos2: Use Virtual Open Firmware as firmware replacementBALATON Zoltan1-0/+1
2021-07-09spapr: Implement Open Firmware client interfaceAlexey Kardashevskiy1-0/+4
2021-05-26hw/mem/nvdimm: Use Kconfig 'imply' instead of 'depends on'Philippe Mathieu-Daudé1-0/+1
2021-05-04hw/ppc: Add emulation of Genesi/bPlan Pegasos IIBALATON Zoltan1-0/+9
2021-01-19Revert "ppc4xx: Move common dependency on serial to common option"BALATON Zoltan1-1/+4
2021-01-19Revert "sam460ex: Remove FDT_PPC dependency from KConfig"BALATON Zoltan1-0/+1
2021-01-06sam460ex: Remove FDT_PPC dependency from KConfigBALATON Zoltan via1-1/+0
2021-01-06ppc4xx: Move common dependency on serial to common optionBALATON Zoltan via1-4/+1
2021-01-06pnv: Fix reverse dependency on PCI express root portsGreg Kurz1-2/+1
2021-01-06ppc: Simplify reverse dependencies of POWERNV and PSERIES on XICS and XIVEGreg Kurz1-12/+2
2021-01-06ppc: Fix build with --without-default-devicesGreg Kurz1-5/+0
2021-01-06ppc: Convert PPC UIC to a QOM devicePeter Maydell1-0/+1
2020-02-21ppc/pnv: Fix PCI_EXPRESS dependencyLaurent Vivier1-2/+2
2020-02-02ppc/pnv: Add models for POWER9 PHB4 PCIe Host bridgeBenjamin Herrenschmidt1-0/+2
2020-01-07hw/nvram/Kconfig: Restrict CHRP NVRAM to machines using OpenBIOS or SLOFPhilippe Mathieu-Daudé1-0/+1
2020-01-07hw/ppc/Kconfig: Only select FDT helper for machines using itPhilippe Mathieu-Daudé1-0/+10
2020-01-07hw/ppc/Kconfig: Only select fw_cfg with machines using OpenBIOSPhilippe Mathieu-Daudé1-0/+6
2020-01-07hw/ppc/Kconfig: Let the Xilinx Virtex5 ML507 use the PPC-440 devicesPhilippe Mathieu-Daudé1-0/+1
2020-01-07hw/ppc/Kconfig: Let the Sam460ex board use the PowerPC 405 devicesPhilippe Mathieu-Daudé1-0/+1
2020-01-07hw/ppc/Kconfig: Restrict the MPC I2C controller to e500-based platformsPhilippe Mathieu-Daudé1-0/+1
2019-05-29spapr/xive: add KVM supportCédric Le Goater1-0/+5
2019-03-21virtio-vga: only enable for specific boardsPaolo Bonzini1-0/+1