aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ppc4xx_devs.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-39/+33
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori1-4/+1
2009-01-15Clean up debugging code #ifdefs (Eduardo Habkost)aliguori1-40/+18
2008-12-15target-ppc: create a helper function to allow more flexible RAM allocation fo...aurel321-0/+42
2008-12-15target-ppc: rename ppc405_sdram_init() to ppc4xx_sdram_init()aurel321-1/+1
2008-12-15target-ppc: move PPC4xx SDRAM controller emulation from ppc405_uc.c to ppc4xx...aurel321-0/+341
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-4/+4
2008-10-04Use qemu-log.hblueswir11-3/+1
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir11-1/+1
2008-06-30Move CPU save/load registration to common code.pbrook1-1/+0
2008-05-04Remember the state of level-triggered interruptsaurel321-2/+7
2008-05-04PPC UIC: Remove interrupt polarity codeaurel321-5/+1
2008-04-28qemu ppc uic: Order IRQ bit number as described in the UIC documentation.aurel321-1/+1
2007-11-24More PowerPC debug print fixes - hardware emulation pass.j_mayer1-19/+22
2007-11-17Break up vl.h.pbrook1-1/+3
2007-11-10added cpu_model parameter to cpu_init()bellard1-8/+5
2007-10-07Share devices that might be useful for all PowerPC 40x & 440 implementationsj_mayer1-0/+534