summaryrefslogtreecommitdiffstats
path: root/target-ppc/translate_init.c
Commit message (Expand)AuthorAgeFilesLines
...
* Improve PowerPC instructions set dump.j_mayer2007-11-171-6/+44
* Add definitions for Freescale PowerPC implementations,j_mayer2007-11-171-1259/+2850
* Define Freescale cores specific MMU model, exceptions and input bus.j_mayer2007-11-171-4/+13
* A little more granularity in PowerPC instructions definition is neededj_mayer2007-11-171-21/+25
* Make the PowerPC MMU model, exception model and input bus modelj_mayer2007-11-171-4/+3
* Always make all PowerPC exception definitions visible.j_mayer2007-11-171-2/+0
* Reorganize PowerPC instructions categories, add icbi separate case.j_mayer2007-11-141-4/+6
* Add PVR and SPR definition for most embedded PowerPC from Freescale.j_mayer2007-11-121-59/+309
* Allow selection of PowerPC CPU giving a PVR.j_mayer2007-11-101-371/+420
* added cpu_model parameter to cpu_init()bellard2007-11-101-21/+11
* PowerPC 601 need specific callbacks for its BATs setup.j_mayer2007-11-041-1/+10
* Fix PowerPC high BATs access: BAT number was incorrect.j_mayer2007-11-031-3/+3
* PowerPC MMU and exception fixes:j_mayer2007-11-031-31/+31
* Implement power-management for all defined PowerPC CPUs.j_mayer2007-10-251-7/+172
* Allow selection of all defined PowerPC 74xx (aka G4) CPUs.j_mayer2007-10-251-36/+0
* There is no need of a specific MMU model for PowerPC 601.j_mayer2007-10-141-4/+1
* Remove synonymous in PowerPC MSR bits definitions.j_mayer2007-10-081-39/+171
* Real-mode only PowerPC 40x do not have any TLBs.j_mayer2007-10-081-1/+0
* Implement exception prefix feature for PowerPC 601.j_mayer2007-10-081-1/+1
* Add missing exception vectors for PowerPC 7x5.j_mayer2007-10-081-1/+27
* Work-around C89 and/or "old" gcc unspecified behavior (#if in macro calls).j_mayer2007-10-071-18/+9
* Reorganize the CPUPPCState structure to group features.j_mayer2007-10-071-3/+46
* Add MSR bits signification per PowerPC implementation flags (to be continued).j_mayer2007-10-071-0/+42
* Full implementation of PowerPC 64 MMU, just missing support for 1 TBj_mayer2007-10-051-22/+65
* Rename PowerPC MMUCSR0 and MMUCFG SPRs: those are not BookE specific.j_mayer2007-10-051-2/+2
* PowerPC hardware reset vector is now considered as part of the exception model.j_mayer2007-10-051-132/+30
* More cache tuning fixes:j_mayer2007-10-041-2/+22
* Make PowerPC cache line size implementation dependant.j_mayer2007-10-041-10/+236
* 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
OpenPOWER on IntegriCloud