index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ppc
/
ppc440_uc.c
Age
Commit message (
Expand
)
Author
2024-02-22
hw/ppc/ppc4xx_pci: Extract PCI host definitions to hw/pci-host/ppc4xx.h
Philippe Mathieu-Daudé
2023-10-21
hw/ppc/ppc440_uc: Remove dead l2sram_update_mappings()
Philippe Mathieu-Daudé
2023-07-07
ppc440: Remove ppc460ex_pcie_init legacy init function
BALATON Zoltan
2023-07-07
ppc440: Add busnum property to PCIe controller model
BALATON Zoltan
2023-07-07
ppc440: Stop using system io region for PCIe buses
BALATON Zoltan
2023-07-07
ppc440: Rename local variable in dcr_read_pcie()
BALATON Zoltan
2023-07-07
ppc440: Rename parent field of PPC460EXPCIEState to match code style
BALATON Zoltan
2023-07-07
ppc440: Add a macro to shorten PCIe controller DCR registration
BALATON Zoltan
2023-07-07
ppc440: Add cpu link property to PCIe controller model
BALATON Zoltan
2023-07-07
ppc440: Change ppc460ex_pcie_init() parameter type
BALATON Zoltan
2022-10-28
ppc440_uc.c: Move DDR2 SDRAM controller model to ppc4xx_sdram.c
BALATON Zoltan
2022-10-17
ppc440_uc.c: Remove unneeded parenthesis
BALATON Zoltan
2022-10-17
ppc440_uc.c: Move some macros to ppc4xx.h
BALATON Zoltan
2022-10-17
ppc440_sdram: QOM'ify
BALATON Zoltan
2022-10-17
ppc440_sdram: Move RAM size check to ppc440_sdram_init
BALATON Zoltan
2022-10-17
ppc4xx_sdram: Rename functions to prevent name clashes
BALATON Zoltan
2022-10-17
ppc440_sdram: Rename local variable for readability
BALATON Zoltan
2022-10-17
ppc440_sdram: Get rid of the init RAM hack
BALATON Zoltan
2022-10-17
ppc440_sdram: Implement enable bit in the DDR2 SDRAM controller
BALATON Zoltan
2022-10-17
ppc440_sdram: Split off map/unmap of sdram banks for later reuse
BALATON Zoltan
2022-10-17
ppc4xx: Use Ppc4xxSdramBank in ppc4xx_sdram_banks()
BALATON Zoltan
2022-10-17
ppc4xx: Introduce Ppc4xxSdramBank struct
BALATON Zoltan
2022-08-31
ppc4xx: Fix code style problems reported by checkpatch
BALATON Zoltan
2022-07-28
hw/ppc/ppc440_uc: Initialize length passed to cpu_physical_memory_map()
Peter Maydell
2022-06-20
ppc: fix boot with sam460ex
Michael S. Tsirkin
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-06-15
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-06-15
ppc4xx: Drop redundant device realization
Markus Armbruster
2020-04-07
hw/ppc/ppc440_uc.c: Remove incorrect iothread locking from dcr_write_pcie()
Peter Maydell
2020-02-20
Let cpu_[physical]_memory() calls pass a boolean 'is_write' argument
Philippe Mathieu-Daudé
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-02-04
ppc440: Avoid reporting error when reading non-existent RAM slot
BALATON Zoltan
2019-02-04
sam460ex: Fix support for memory larger than 1GB
BALATON Zoltan
2019-02-04
ppc4xx: Pass array index to function instead of pointer into the array
BALATON Zoltan
2019-02-04
ppc4xx: Rename ppc4xx_sdram_t in ppc440_uc.c to ppc440_sdram_t
BALATON Zoltan
2018-11-08
hw/ppc/ppc440_uc: Remove dead code in sdram_size()
Peter Maydell
2018-07-07
ppc440_uc: Fix a copy/paste error
Philippe Mathieu-Daudé
2018-07-03
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180703' into...
Peter Maydell
2018-07-03
ppc440_uc: Basic emulation of PPC440 DMA controller
BALATON Zoltan
[next]