aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)Author
2022-10-31mac_newworld: Turn CORE99_VIA_CONFIG defines into an enumBALATON Zoltan
2022-10-31mac_{old|new}world: Code style fix adding missing braces to if-sBALATON Zoltan
2022-10-31mac_nvram: Use NVRAM_SIZE constantBALATON Zoltan
2022-10-31hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.hBALATON Zoltan
2022-10-31hw/ppc/mac.h: Move PROM and KERNEL defines to board codeBALATON Zoltan
2022-10-31hw/ppc/mac.h: Move grackle-pcihost type declaration out to a headerBALATON Zoltan
2022-10-31hw/ppc/mac.h: Move macio specific parts out from shared headerBALATON Zoltan
2022-10-31hw/ppc/mac.h: Move newworld specific parts out from shared headerBALATON Zoltan
2022-10-31mac_{old|new}world: Reduce number of QOM castsBALATON Zoltan
2022-10-31mac_newworld: Clean up creation of Uninorth devicesBALATON Zoltan
2022-10-31mac_{old|new}world: Avoid else branch by setting default valueBALATON Zoltan
2022-10-31mac_{old|new}world: Set tbfreq at declarationBALATON Zoltan
2022-10-31mac_oldworld: Drop some more variablesBALATON Zoltan
2022-10-31mac_newworld: Drop some variablesBALATON Zoltan
2022-10-31Merge tag 'mips-20221030' of https://github.com/philmd/qemu into stagingStefan Hajnoczi
2022-10-31hw: Remove unused MAX_IDE_BUS defineBALATON Zoltan
2022-10-31hw/isa/vt82c686: Create rtc-time alias in boards insteadBernhard Beschow
2022-10-31hw/isa/vt82c686: Instantiate AC97 and MC97 functions in host deviceBernhard Beschow
2022-10-31hw/isa/vt82c686: Instantiate PM function in host deviceBernhard Beschow
2022-10-31hw/isa/vt82c686: Instantiate USB functions in host deviceBernhard Beschow
2022-10-31hw/isa/vt82c686: Introduce TYPE_VT82C686B_USB_UHCI defineBernhard Beschow
2022-10-31hw/isa/vt82c686: Instantiate IDE function in host deviceBernhard Beschow
2022-10-31hw/isa/vt82c686: Introduce TYPE_VIA_IDE defineBernhard Beschow
2022-10-31Merge tag 'pull-ppc-20221029' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi
2022-10-29hw/ppc/e500: Implement pflash handlingBernhard Beschow
2022-10-28ppc4xx_sdram: Add errp parameter to ppc4xx_sdram_banks()BALATON Zoltan
2022-10-28ppc4xx_sdram: Convert DDR SDRAM controller to new bank handlingBALATON Zoltan
2022-10-28ppc4xx_sdram: Generalise bank setupBALATON Zoltan
2022-10-28ppc4xx_sdram: Rename local state variable for brevityBALATON Zoltan
2022-10-28ppc4xx_sdram: Use hwaddr for memory bank sizeBALATON Zoltan
2022-10-28ppc4xx_sdram: Move ppc4xx_sdram_banks() to ppc4xx_sdram.cBALATON Zoltan
2022-10-28ppc4xx_devs.c: Move DDR SDRAM controller model to ppc4xx_sdram.cBALATON Zoltan
2022-10-28ppc440_uc.c: Move DDR2 SDRAM controller model to ppc4xx_sdram.cBALATON Zoltan
2022-10-28target/ppc: introduce ppc_maybe_interruptMatheus Ferst
2022-10-28target/ppc: define PPC_INTERRUPT_* values directlyMatheus Ferst
2022-10-27reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld
2022-10-17hw/ppc: set machine->fdt in spapr machineDaniel Henrique Barboza
2022-10-17hw/ppc: set machine->fdt in pnv_reset()Daniel Henrique Barboza
2022-10-17hw/ppc: set machine->fdt in pegasos2_machine_reset()Daniel Henrique Barboza
2022-10-17hw/ppc: set machine->fdt in xilinx_load_device_tree()Daniel Henrique Barboza
2022-10-17hw/ppc: set machine->fdt in sam460ex_load_device_tree()Daniel Henrique Barboza
2022-10-17hw/ppc: set machine->fdt in bamboo_load_device_tree()Daniel Henrique Barboza
2022-10-17hw/ppc/spapr_pci.c: Use device_cold_reset() rather than device_legacy_reset()Peter Maydell
2022-10-17hw/ppc/e500: Remove if statement which is now always trueBernhard Beschow
2022-10-17hw/ppc/mpc8544ds: Add platform busBernhard Beschow
2022-10-17hw/ppc/mpc8544ds: Rename wrongly named methodBernhard Beschow
2022-10-17hw/ppc/e500: Reduce usage of sysbus APIBernhard Beschow
2022-10-17hw/gpio/meson: Introduce dedicated config switch for hw/gpio/mpc8xxxBernhard Beschow
2022-10-17hw/ppc/meson: Allow e500 boards to be enabled separatelyBernhard Beschow
2022-10-17ppc440_uc.c: Remove unneeded parenthesisBALATON Zoltan