summaryrefslogtreecommitdiffstats
path: root/hw/ppc405_uc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber2012-12-231-4/+4
|\
| * softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
| * misc: move include files to include/qemu/Paolo Bonzini2012-12-191-2/+2
| * exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
* | ppc_booke: Pass PowerPCCPU to ppc_booke_timers_init()Andreas Färber2012-12-191-1/+1
* | ppc4xx_devs: Return PowerPCCPU from ppc4xx_init()Andreas Färber2012-12-191-2/+6
|/
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-32/+32
* serial: split serial.cGerd Hoffmann2012-10-221-1/+1
* ppc405_uc: Fix buffer overflowStefan Weil2012-10-041-5/+11
* PPC: 405: Fix ppc405ep initializationAlexander Graf2012-03-151-0/+2
* ppc hw/: Don't use CPUStateAndreas Färber2012-03-141-17/+17
* PPC: 405: Use proper CPU resetAlexander Graf2012-03-141-14/+2
* vmstate, memory: decouple vmstate from memory APIAvi Kivity2012-01-041-1/+2
* ppc405: Pass in address_space_mem to ppc405{cr, ep}_initRichard Henderson2011-10-021-14/+16
* serial: Add MemoryRegion parameter to serial_mm_initRichard Henderson2011-10-021-8/+12
* serial: Remove ioregister parameter from serial_mm_initRichard Henderson2011-10-021-4/+4
* serial: Use enum device_endian in serial_mm_init parameterRichard Henderson2011-10-021-4/+4
* ppc4xx_sdram: convert to memory APIAvi Kivity2011-08-221-4/+8
* ppc405_uc: convert to memory APIAvi Kivity2011-08-221-65/+51
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-14/+14
* ppc405_uc: use specific endian ld/st_physAlexander Graf2011-07-121-20/+23
* change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-211-3/+3
* ppc405_uc: fix a buffer overflowBlue Swirl2011-01-121-2/+3
* Add endianness as io mem parameterAlexander Graf2010-12-111-4/+7
* Delete write only variablesBlue Swirl2010-10-131-28/+0
* qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson2010-07-061-1/+1
* ppc: add missing 'break', spotted by clang analyzerBlue Swirl2010-04-251-0/+1
* Compile serial only onceBlue Swirl2010-03-211-4/+4
* PPC: Make DCR uint32_tAlexander Graf2009-12-211-23/+23
* PPC: rename cpu_ppc_reset to cpu_reset for consistencyBlue Swirl2009-11-071-2/+2
* PPC: remove unneeded calls to device resetBlue Swirl2009-11-071-12/+0
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-142/+142
* Get rid of _t suffixmalc2009-10-011-142/+142
* Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-111-2/+2
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-8/+8
* Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plxBlue Swirl2009-08-161-29/+41
* PPC: clean up ppc405Blue Swirl2009-08-151-94/+59
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-12/+12
* Introduce reset notifier orderJan Kiszka2009-05-221-12/+12
* Yet more phys_ram_base elimination.pbrook2009-04-101-40/+27
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-223/+199
* target-ppc: rename ppc405_sdram_init() to ppc4xx_sdram_init()aurel322008-12-151-2/+2
* target-ppc: move PPC4xx SDRAM controller emulation from ppc405_uc.c to ppc4xx...aurel322008-12-151-341/+0
* Use qemu-log.hblueswir12008-10-041-3/+1
* 8250: Customized base baudrateaurel322008-05-041-1/+1
* qemu ppc uic: Order IRQ bit number as described in the UIC documentation.aurel322008-04-281-22/+23
* More PowerPC debug print fixes - hardware emulation pass.j_mayer2007-11-241-51/+60
* Break up vl.h.pbrook2007-11-171-1/+5
* Temporary hack to avoid Qemu crash at PowerPC reset time.j_mayer2007-10-291-2/+12
* PowerPC target optimisations: make intensive use of always_inline.j_mayer2007-10-071-1/+1
OpenPOWER on IntegriCloud