aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/ppc4xx_devs.c
AgeCommit message (Expand)Author
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-17ppc4xx_sdram: Rename functions to prevent name clashesBALATON Zoltan
2022-10-17ppc4xx_sdram: Drop extra zeros for readabilityBALATON Zoltan
2022-10-17ppc4xx_sdram: QOM'ifyBALATON Zoltan
2022-10-17ppc4xx_sdram: Move size check to ppc4xx_sdram_init()BALATON Zoltan
2022-10-17ppc4xx: Use Ppc4xxSdramBank in ppc4xx_sdram_banks()BALATON Zoltan
2022-10-17ppc4xx_sdram: Get rid of the init RAM hackBALATON Zoltan
2022-10-17ppc4xx: Introduce Ppc4xxSdramBank structBALATON Zoltan
2022-10-17ppc440_bamboo: Remove unnecessary memsetsBALATON Zoltan
2022-08-31ppc4xx: Fix code style problems reported by checkpatchBALATON Zoltan
2022-08-31ppc/ppc4xx: Fix sdram trace eventsCédric Le Goater
2022-08-31hw/intc/ppc-uic: Convert ppc-uic to a PPC4xx DCR deviceBALATON Zoltan
2022-08-31ppc4xx: Rename ppc405-ebc to ppc4xx-ebcBALATON Zoltan
2022-08-31ppc4xx: Move EBC model to ppc4xx_devs.cBALATON Zoltan
2022-08-31ppc4xx: Rename ppc405-plb to ppc4xx-plbBALATON Zoltan
2022-08-31ppc4xx: Move PLB model to ppc4xx_devs.cBALATON Zoltan
2022-08-31ppc/ppc405: QOM'ify MALCédric Le Goater
2022-08-31ppc/ppc4xx: Introduce a DCR device modelCédric Le Goater
2022-08-31ppc/ppc405: QOM'ify CPUCédric Le Goater
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-01-04ppc/ppc4xx: Convert printfs()Cédric Le Goater
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth
2021-01-19hw/ppc: Remove unused ppcuic_init()Peter Maydell
2021-01-06ppc: Convert PPC UIC to a QOM devicePeter Maydell
2021-01-06hw/ppc/ppc4xx_devs: Make code style fixes to UIC codePeter Maydell
2020-04-29bamboo, sam460ex: Tidy up error message for unsupported RAM sizeMarkus Armbruster
2020-02-19ppc/{ppc440_bamboo, sam460ex}: use memdev for RAMIgor Mammedov
2020-02-19ppc/{ppc440_bamboo, sam460ex}: drop RAM size fixupIgor Mammedov
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-02-04ppc4xx: Pass array index to function instead of pointer into the arrayBALATON Zoltan
2019-02-04ppc4xx: Use ram_addr_t in ppc4xx_sdram_adjust()BALATON Zoltan
2019-01-09ppc4xx: Disable debug logging by defaultBALATON Zoltan
2018-07-02hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2017-10-17ppc: replace cpu_model with cpu_type on ref405ep,taihu boardsIgor Mammedov
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov
2017-09-08ppc4xx: Make MAL emulation more genericBALATON Zoltan
2017-09-08ppc4xx: Move MAL from ppc405_uc to ppc4xx_devsBALATON Zoltan
2017-09-01ppc: replace cpu_ppc_init() with cpu_generic_init()Igor Mammedov
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini
2016-01-29ppc: Clean up includesPeter Maydell
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-08-18memory: convert memory_region_destroy to object_unparentPaolo Bonzini
2014-07-22ppc: fix -mem-path failureHu Tao
2014-07-15ppc: memory: Replace memory_region_init_ram with memory_region_allocate_syste...Shreyas B. Prabhu
2014-03-27hw/ppc: Avoid shifting left into sign bitPeter Maydell
2014-02-01hw/ppc: Remove unused definesStefan Weil
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini