aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/ppc4xx_devs.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-28ppc4xx_sdram: Move ppc4xx_sdram_banks() to ppc4xx_sdram.cBALATON Zoltan1-62/+0
2022-10-28ppc4xx_devs.c: Move DDR SDRAM controller model to ppc4xx_sdram.cBALATON Zoltan1-352/+0
2022-10-17ppc4xx_sdram: Rename functions to prevent name clashesBALATON Zoltan1-23/+23
2022-10-17ppc4xx_sdram: Drop extra zeros for readabilityBALATON Zoltan1-20/+20
2022-10-17ppc4xx_sdram: QOM'ifyBALATON Zoltan1-48/+57
2022-10-17ppc4xx_sdram: Move size check to ppc4xx_sdram_init()BALATON Zoltan1-8/+6
2022-10-17ppc4xx: Use Ppc4xxSdramBank in ppc4xx_sdram_banks()BALATON Zoltan1-12/+9
2022-10-17ppc4xx_sdram: Get rid of the init RAM hackBALATON Zoltan1-5/+7
2022-10-17ppc4xx: Introduce Ppc4xxSdramBank structBALATON Zoltan1-30/+29
2022-10-17ppc440_bamboo: Remove unnecessary memsetsBALATON Zoltan1-6/+2
2022-08-31ppc4xx: Fix code style problems reported by checkpatchBALATON Zoltan1-22/+26
2022-08-31ppc/ppc4xx: Fix sdram trace eventsCédric Le Goater1-1/+1
2022-08-31hw/intc/ppc-uic: Convert ppc-uic to a PPC4xx DCR deviceBALATON Zoltan1-1/+0
2022-08-31ppc4xx: Rename ppc405-ebc to ppc4xx-ebcBALATON Zoltan1-6/+6
2022-08-31ppc4xx: Move EBC model to ppc4xx_devs.cBALATON Zoltan1-0/+191
2022-08-31ppc4xx: Rename ppc405-plb to ppc4xx-plbBALATON Zoltan1-6/+6
2022-08-31ppc4xx: Move PLB model to ppc4xx_devs.cBALATON Zoltan1-0/+94
2022-08-31ppc/ppc405: QOM'ify MALCédric Le Goater1-73/+72
2022-08-31ppc/ppc4xx: Introduce a DCR device modelCédric Le Goater1-0/+41
2022-08-31ppc/ppc405: QOM'ify CPUCédric Le Goater1-32/+0
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2022-01-04ppc/ppc4xx: Convert printfs()Cédric Le Goater1-28/+11
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth1-1/+0
2021-01-19hw/ppc: Remove unused ppcuic_init()Peter Maydell1-38/+0
2021-01-06ppc: Convert PPC UIC to a QOM devicePeter Maydell1-237/+30
2021-01-06hw/ppc/ppc4xx_devs: Make code style fixes to UIC codePeter Maydell1-10/+15
2020-04-29bamboo, sam460ex: Tidy up error message for unsupported RAM sizeMarkus Armbruster1-4/+4
2020-02-19ppc/{ppc440_bamboo, sam460ex}: use memdev for RAMIgor Mammedov1-17/+12
2020-02-19ppc/{ppc440_bamboo, sam460ex}: drop RAM size fixupIgor Mammedov1-28/+32
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+2
2019-02-04ppc4xx: Pass array index to function instead of pointer into the arrayBALATON Zoltan1-24/+20
2019-02-04ppc4xx: Use ram_addr_t in ppc4xx_sdram_adjust()BALATON Zoltan1-2/+2
2019-01-09ppc4xx: Disable debug logging by defaultBALATON Zoltan1-2/+1
2018-07-02hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-10/+12
2017-10-17ppc: replace cpu_model with cpu_type on ref405ep,taihu boardsIgor Mammedov1-2/+2
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov1-5/+0
2017-09-08ppc4xx: Make MAL emulation more genericBALATON Zoltan1-104/+67
2017-09-08ppc4xx: Move MAL from ppc405_uc to ppc4xx_devsBALATON Zoltan1-0/+264
2017-09-01ppc: replace cpu_ppc_init() with cpu_generic_init()Igor Mammedov1-1/+1
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini1-0/+1
2016-01-29ppc: Clean up includesPeter Maydell1-0/+1
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2014-08-18memory: convert memory_region_destroy to object_unparentPaolo Bonzini1-1/+1
2014-07-22ppc: fix -mem-path failureHu Tao1-12/+26
2014-07-15ppc: memory: Replace memory_region_init_ram with memory_region_allocate_syste...Shreyas B. Prabhu1-2/+3
2014-03-27hw/ppc: Avoid shifting left into sign bitPeter Maydell1-1/+1
2014-02-01hw/ppc: Remove unused definesStefan Weil1-2/+0
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-2/+2