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