summaryrefslogtreecommitdiffstats
path: root/hw/ppc/ppc405_uc.c
Commit message (Expand)AuthorAgeFilesLines
* hw/ppc/ppc405_uc: Drop use of ppcuic_init()Peter Maydell2021-01-191-28/+42
* hw/ppc: Delete unused ppc405cr_init() codePeter Maydell2021-01-191-345/+0Star
* Include hw/boards.h a bit lessMarkus Armbruster2019-08-161-1/+0Star
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+2
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* target/ppc: Use env_cpu, env_archcpuRichard Henderson2019-06-101-1/+1
* hw/ppc: Move ppc40x_*reset() functions from ppc405_uc.c to ppc.cThomas Huth2019-02-041-58/+0Star
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-1/+1
* ppc405_uc: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz2018-12-201-2/+2
* hw/ppc/ppc405_uc: Convert away from old_mmioPeter Maydell2018-08-211-148/+25Star
* hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-3/+4
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-261-8/+8
* ppc: replace cpu_model with cpu_type on ref405ep,taihu boardsIgor Mammedov2017-10-171-2/+4
* ppc4xx: Add more PLB registersBALATON Zoltan2017-09-271-3/+9
* ppc4xx: Export ECB and PLB emulationBALATON Zoltan2017-09-081-2/+2
* ppc4xx_i2c: QOMifyBALATON Zoltan2017-09-081-2/+3
* ppc4xx: Split off 4xx I2C emulation from ppc405_uc to its own fileBALATON Zoltan2017-09-081-241/+0Star
* ppc4xx: Make MAL emulation more genericBALATON Zoltan2017-09-081-1/+1
* ppc4xx: Move MAL from ppc405_uc to ppc4xx_devsBALATON Zoltan2017-09-081-263/+0Star
* hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell2017-07-141-2/+1Star
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-1/+1
* shutdown: Add source information to SHUTDOWN and RESETEric Blake2017-05-231-1/+1
* hw/ppc/ppc405_uc.c: Avoid integer overflowsPeter Maydell2017-02-221-3/+3
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2016-03-221-2/+2
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-221-0/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* ppc: Clean up includesPeter Maydell2016-01-291-0/+1
* Fix bad error handling after memory_region_init_ram()Markus Armbruster2015-09-181-1/+1
* memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-1/+2
* ppc: fix -mem-path failureHu Tao2014-07-221-2/+2
* ppc: memory: Replace memory_region_init_ram with memory_region_allocate_syste...Shreyas B. Prabhu2014-07-151-2/+3
* target-ppc: Clean up ENV_GET_CPU() usageAndreas Färber2014-03-131-1/+1
* exec: Make stb_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-5/+5
* exec: Make stw_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-1/+1
* exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-16/+17
* misc: Replace 'struct QEMUTimer' by 'QEMUTimer'Stefan Weil2013-12-021-1/+1
* ppc405_uc: Disable debug outputAndreas Färber2013-09-021-8/+8
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-4/+4
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-6/+6
* hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-081-1/+1
* hw: move headers to include/Paolo Bonzini2013-04-081-2/+2
* cpu: Pass CPUState to cpu_interrupt()Andreas Färber2013-03-121-2/+2
* hw: move boards and other isolated files to hw/ARCHPaolo Bonzini2013-03-011-0/+2548