aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/ppc440_uc.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-22hw/ppc/ppc4xx_pci: Extract PCI host definitions to hw/pci-host/ppc4xx.hPhilippe Mathieu-Daudé1-0/+1
2023-10-21hw/ppc/ppc440_uc: Remove dead l2sram_update_mappings()Philippe Mathieu-Daudé1-42/+0
2023-07-07ppc440: Remove ppc460ex_pcie_init legacy init functionBALATON Zoltan1-21/+0
2023-07-07ppc440: Add busnum property to PCIe controller modelBALATON Zoltan1-14/+11
2023-07-07ppc440: Stop using system io region for PCIe busesBALATON Zoltan1-3/+6
2023-07-07ppc440: Rename local variable in dcr_read_pcie()BALATON Zoltan1-25/+25
2023-07-07ppc440: Rename parent field of PPC460EXPCIEState to match code styleBALATON Zoltan1-1/+1
2023-07-07ppc440: Add a macro to shorten PCIe controller DCR registrationBALATON Zoltan1-48/+28
2023-07-07ppc440: Add cpu link property to PCIe controller modelBALATON Zoltan1-52/+62
2023-07-07ppc440: Change ppc460ex_pcie_init() parameter typeBALATON Zoltan1-3/+4
2022-10-28ppc440_uc.c: Move DDR2 SDRAM controller model to ppc4xx_sdram.cBALATON Zoltan1-332/+0
2022-10-17ppc440_uc.c: Remove unneeded parenthesisBALATON Zoltan1-10/+10
2022-10-17ppc440_uc.c: Move some macros to ppc4xx.hBALATON Zoltan1-4/+0
2022-10-17ppc440_sdram: QOM'ifyBALATON Zoltan1-47/+74
2022-10-17ppc440_sdram: Move RAM size check to ppc440_sdram_initBALATON Zoltan1-8/+11
2022-10-17ppc4xx_sdram: Rename functions to prevent name clashesBALATON Zoltan1-33/+34
2022-10-17ppc440_sdram: Rename local variable for readabilityBALATON Zoltan1-18/+18
2022-10-17ppc440_sdram: Get rid of the init RAM hackBALATON Zoltan1-6/+9
2022-10-17ppc440_sdram: Implement enable bit in the DDR2 SDRAM controllerBALATON Zoltan1-2/+32
2022-10-17ppc440_sdram: Split off map/unmap of sdram banks for later reuseBALATON Zoltan1-12/+21
2022-10-17ppc4xx: Use Ppc4xxSdramBank in ppc4xx_sdram_banks()BALATON Zoltan1-5/+4
2022-10-17ppc4xx: Introduce Ppc4xxSdramBank structBALATON Zoltan1-25/+24
2022-08-31ppc4xx: Fix code style problems reported by checkpatchBALATON Zoltan1-1/+2
2022-07-28hw/ppc/ppc440_uc: Initialize length passed to cpu_physical_memory_map()Peter Maydell1-1/+4
2022-06-20ppc: fix boot with sam460exMichael S. Tsirkin1-0/+8
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster1-2/+2
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-4/+4
2020-06-15ppc4xx: Drop redundant device realizationMarkus Armbruster1-2/+0
2020-04-07hw/ppc/ppc440_uc.c: Remove incorrect iothread locking from dcr_write_pcie()Peter Maydell1-3/+0
2020-02-20Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé1-2/+4
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
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/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+1
2019-02-04ppc440: Avoid reporting error when reading non-existent RAM slotBALATON Zoltan1-2/+4
2019-02-04sam460ex: Fix support for memory larger than 1GBBALATON Zoltan1-10/+12
2019-02-04ppc4xx: Pass array index to function instead of pointer into the arrayBALATON Zoltan1-20/+16
2019-02-04ppc4xx: Rename ppc4xx_sdram_t in ppc440_uc.c to ppc440_sdram_tBALATON Zoltan1-8/+8
2018-11-08hw/ppc/ppc440_uc: Remove dead code in sdram_size()Peter Maydell1-5/+1
2018-07-07ppc440_uc: Fix a copy/paste errorPhilippe Mathieu-Daudé1-1/+1
2018-07-03Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180703' into...Peter Maydell1-0/+222
2018-07-03ppc440_uc: Basic emulation of PPC440 DMA controllerBALATON Zoltan1-0/+222