aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ppc405_uc.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-048250: Customized base baudrateaurel321-1/+1
2008-04-28qemu ppc uic: Order IRQ bit number as described in the UIC documentation.aurel321-22/+23
2007-11-24More PowerPC debug print fixes - hardware emulation pass.j_mayer1-51/+60
2007-11-17Break up vl.h.pbrook1-1/+5
2007-10-29Temporary hack to avoid Qemu crash at PowerPC reset time.j_mayer1-2/+12
2007-10-07PowerPC target optimisations: make intensive use of always_inline.j_mayer1-1/+1
2007-10-07Share devices that might be useful for all PowerPC 40x & 440 implementationsj_mayer1-507/+2
2007-10-04We must reset the PowerPC CPU _after_ registering it, as hardware resetj_mayer1-2/+4
2007-10-01Compilation fix (forgotten patch).j_mayer1-4/+4
2007-09-26Add flags to support PowerPC 405 bootinfos variations.j_mayer1-2/+3
2007-09-18Always keep the bootinfo structure in the first 16 MB,j_mayer1-8/+12
2007-09-17Coding style fixes in PowerPC related code (no functional change):j_mayer1-5/+6
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-2/+2
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-4/+4
2007-06-08 Fix incorrect target_ulong use in hw devicesblueswir11-11/+14
2007-04-24PowerPC 405 microcontrollers fixes and improvments:j_mayer1-43/+659
2007-04-17Move PowerPC 405 specific definitions into a separate filej_mayer1-41/+121
2007-04-16Add callbacks to allow dynamic change of PowerPC clocks (to be improved)j_mayer1-0/+2756