summaryrefslogtreecommitdiffstats
path: root/target-ppc/translate_init.c
Commit message (Expand)AuthorAgeFilesLines
...
* HID0 is a write-clear register on 970 (DBSR).j_mayer2007-10-031-3/+3
* We never have to export ppc_set_irq.j_mayer2007-10-031-9/+17
* More comments about unimplemented SPRs.j_mayer2007-10-011-56/+110
* Share more SPR instanciations between all PowerPC 401 incarnations.j_mayer2007-10-011-34/+18
* Implement embedded PowerPC exceptions prefix and vectors registers.j_mayer2007-10-011-24/+56
* Share input pins and internal interrupt controller between all PowerPC 40x.j_mayer2007-10-011-8/+19
* Fix inconsistent end conditions in ppc_find_xxx functions.j_mayer2007-09-301-8/+9
* Implement the PowerPC alternate time-base, following the 2.04 specification.j_mayer2007-09-301-0/+24
* PowerPC emulation optimization:j_mayer2007-09-291-43/+0
* Rework PowerPC exceptions model to make it more versatile:j_mayer2007-09-291-17/+404
* Define the proper bfd_mach to be used by the disassembler for eachj_mayer2007-09-291-0/+44
* Change POWERPC_PPC_GENERIC to POWERPC_DEFAULT.j_mayer2007-09-291-19/+20
* Build fix for PowerPC hosts, where "PPC" is a predefined macro name.ths2007-09-271-15/+15
* New ppc64-linux-user target.j_mayer2007-09-271-28/+0
* Great rework and cleanups to ease PowerPC implementations definitions.j_mayer2007-09-261-2140/+3290
* More PowerPC definitions, from POWER 2.04 specifications and misc sources.j_mayer2007-09-211-241/+684
* Coding style fixes in PowerPC related code (no functional change):j_mayer2007-09-171-2/+2
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-1/+1
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-3/+3
* Disable dead code.ths2007-07-121-1/+2
* Improve PowerPC 405 MMU model / share more code for other embedded targetsj_mayer2007-04-241-3/+13
* Duplicated SPR fix for BookE PowerPC by Guglielmo Morandinj_mayer2007-04-191-4/+0
* Move PowerPC 405 specific definitions into a separate filej_mayer2007-04-171-111/+109
* Add callbacks to allow dynamic change of PowerPC clocks (to be improved)j_mayer2007-04-161-15/+13
* Cleanup and add more PowerPC core definitions.j_mayer2007-04-161-1116/+1120
* Add reset callbacks for PowerPC CPU.j_mayer2007-04-161-33/+0
* Add bus model (or input pins) into PowerPC CPU flags.j_mayer2007-04-161-0/+32
* Fix a lot of debug traces for PowerPC emulation: use logfile instead of stdoutj_mayer2007-04-161-0/+18
* Add PowerPC 405 input pins (IRQ, resets, ...) model.j_mayer2007-04-121-3/+7
* Implement embedded IRQ controller for PowerPC 6xx/740 & 750.j_mayer2007-04-091-0/+35
* Fix / update PowerPC BookE definitions.j_mayer2007-03-301-11/+140
* Add missing PowerPC 64 instructionsj_mayer2007-03-231-7/+15
* Fix debug printf: we need different macros for target_ulong printsj_mayer2007-03-231-2/+2
* PowerPC 2.03 SPE extension - first pass.j_mayer2007-03-201-2/+3
* Great PowerPC emulation code resynchronisation and improvments:j_mayer2007-03-071-861/+2533
* C99 64 bit printfbellard2006-06-251-1/+1
* cpu_exec_init() changebellard2005-11-211-3/+1
* preliminary patch to support more PowerPC CPUs (Jocelyn Mayer)bellard2005-07-021-0/+2069
OpenPOWER on IntegriCloud