aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/ppc440_uc.c
AgeCommit message (Expand)Author
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
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-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-02-04ppc440: Avoid reporting error when reading non-existent RAM slotBALATON Zoltan
2019-02-04sam460ex: Fix support for memory larger than 1GBBALATON Zoltan
2019-02-04ppc4xx: Pass array index to function instead of pointer into the arrayBALATON Zoltan
2019-02-04ppc4xx: Rename ppc4xx_sdram_t in ppc440_uc.c to ppc440_sdram_tBALATON Zoltan
2018-11-08hw/ppc/ppc440_uc: Remove dead code in sdram_size()Peter Maydell
2018-07-07ppc440_uc: Fix a copy/paste errorPhilippe Mathieu-Daudé
2018-07-03Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180703' into...Peter Maydell
2018-07-03ppc440_uc: Basic emulation of PPC440 DMA controllerBALATON Zoltan
2018-07-02hw: Directly use "qemu/units.h" instead of "qemu/cutils.h"Philippe Mathieu-Daudé
2018-07-02hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé
2018-06-01ppc: use local path for local headersMichael S. Tsirkin
2018-04-10sam460ex: Fix timer frequency and clock multipliersBALATON Zoltan
2018-03-06ppc440_uc: Fix unintialized variable warning with older gccBALATON Zoltan
2018-02-16ppc4xx: Add device models found in PPC440 core SoCsBALATON Zoltan