summaryrefslogtreecommitdiffstats
path: root/hw/ppc
Commit message (Expand)AuthorAgeFilesLines
* mac_newworld: Turn CORE99_VIA_CONFIG defines into an enumBALATON Zoltan2022-10-311-4/+6
* mac_{old|new}world: Code style fix adding missing braces to if-sBALATON Zoltan2022-10-312-5/+10
* mac_nvram: Use NVRAM_SIZE constantBALATON Zoltan2022-10-311-2/+2
* hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.hBALATON Zoltan2022-10-313-53/+1Star
* hw/ppc/mac.h: Move PROM and KERNEL defines to board codeBALATON Zoltan2022-10-313-5/+10
* hw/ppc/mac.h: Move grackle-pcihost type declaration out to a headerBALATON Zoltan2022-10-312-3/+1Star
* hw/ppc/mac.h: Move macio specific parts out from shared headerBALATON Zoltan2022-10-311-23/+0Star
* hw/ppc/mac.h: Move newworld specific parts out from shared headerBALATON Zoltan2022-10-313-24/+20Star
* mac_{old|new}world: Reduce number of QOM castsBALATON Zoltan2022-10-312-48/+39Star
* mac_newworld: Clean up creation of Uninorth devicesBALATON Zoltan2022-10-311-20/+17Star
* mac_{old|new}world: Avoid else branch by setting default valueBALATON Zoltan2022-10-312-29/+8Star
* mac_{old|new}world: Set tbfreq at declarationBALATON Zoltan2022-10-312-16/+2Star
* mac_oldworld: Drop some more variablesBALATON Zoltan2022-10-311-22/+21Star
* mac_newworld: Drop some variablesBALATON Zoltan2022-10-311-36/+29Star
* Merge tag 'mips-20221030' of https://github.com/philmd/qemu into stagingStefan Hajnoczi2022-10-313-19/+9Star
|\
| * hw: Remove unused MAX_IDE_BUS defineBALATON Zoltan2022-10-311-2/+0Star
| * hw/isa/vt82c686: Create rtc-time alias in boards insteadBernhard Beschow2022-10-311-0/+4
| * hw/isa/vt82c686: Instantiate AC97 and MC97 functions in host deviceBernhard Beschow2022-10-311-5/+0Star
| * hw/isa/vt82c686: Instantiate PM function in host deviceBernhard Beschow2022-10-311-2/+1Star
| * hw/isa/vt82c686: Instantiate USB functions in host deviceBernhard Beschow2022-10-311-4/+0Star
| * hw/isa/vt82c686: Introduce TYPE_VT82C686B_USB_UHCI defineBernhard Beschow2022-10-311-2/+2
| * hw/isa/vt82c686: Instantiate IDE function in host deviceBernhard Beschow2022-10-312-6/+4Star
| * hw/isa/vt82c686: Introduce TYPE_VIA_IDE defineBernhard Beschow2022-10-311-1/+1
* | Merge tag 'pull-ppc-20221029' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi2022-10-3111-760/+855
|\ \ | |/ |/|
| * hw/ppc/e500: Implement pflash handlingBernhard Beschow2022-10-292-0/+80
| * ppc4xx_sdram: Add errp parameter to ppc4xx_sdram_banks()BALATON Zoltan2022-10-281-9/+19
| * ppc4xx_sdram: Convert DDR SDRAM controller to new bank handlingBALATON Zoltan2022-10-281-61/+37Star
| * ppc4xx_sdram: Generalise bank setupBALATON Zoltan2022-10-282-44/+48
| * ppc4xx_sdram: Rename local state variable for brevityBALATON Zoltan2022-10-281-79/+79
| * ppc4xx_sdram: Use hwaddr for memory bank sizeBALATON Zoltan2022-10-281-10/+4Star
| * ppc4xx_sdram: Move ppc4xx_sdram_banks() to ppc4xx_sdram.cBALATON Zoltan2022-10-282-62/+61Star
| * ppc4xx_devs.c: Move DDR SDRAM controller model to ppc4xx_sdram.cBALATON Zoltan2022-10-282-352/+365
| * ppc440_uc.c: Move DDR2 SDRAM controller model to ppc4xx_sdram.cBALATON Zoltan2022-10-283-333/+350
| * target/ppc: introduce ppc_maybe_interruptMatheus Ferst2022-10-284-7/+9
| * target/ppc: define PPC_INTERRUPT_* values directlyMatheus Ferst2022-10-282-6/+6
* | reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld2022-10-273-6/+6
|/
* hw/ppc: set machine->fdt in spapr machineDaniel Henrique Barboza2022-10-172-0/+11
* hw/ppc: set machine->fdt in pnv_reset()Daniel Henrique Barboza2022-10-171-1/+7
* hw/ppc: set machine->fdt in pegasos2_machine_reset()Daniel Henrique Barboza2022-10-171-0/+4
* hw/ppc: set machine->fdt in xilinx_load_device_tree()Daniel Henrique Barboza2022-10-171-11/+14
* hw/ppc: set machine->fdt in sam460ex_load_device_tree()Daniel Henrique Barboza2022-10-171-10/+11
* hw/ppc: set machine->fdt in bamboo_load_device_tree()Daniel Henrique Barboza2022-10-171-11/+14
* hw/ppc/spapr_pci.c: Use device_cold_reset() rather than device_legacy_reset()Peter Maydell2022-10-171-1/+1
* hw/ppc/e500: Remove if statement which is now always trueBernhard Beschow2022-10-174-19/+14Star
* hw/ppc/mpc8544ds: Add platform busBernhard Beschow2022-10-171-0/+6
* hw/ppc/mpc8544ds: Rename wrongly named methodBernhard Beschow2022-10-171-2/+2
* hw/ppc/e500: Reduce usage of sysbus APIBernhard Beschow2022-10-171-1/+1
* hw/gpio/meson: Introduce dedicated config switch for hw/gpio/mpc8xxxBernhard Beschow2022-10-171-0/+1
* hw/ppc/meson: Allow e500 boards to be enabled separatelyBernhard Beschow2022-10-172-4/+10
* ppc440_uc.c: Remove unneeded parenthesisBALATON Zoltan2022-10-171-10/+10