Age | Commit message (Expand) | Author |
2007-11-17 | Improve PowerPC instructions set dump. | j_mayer |
2007-11-17 | Add definitions for Freescale PowerPC implementations, | j_mayer |
2007-11-17 | Define Freescale cores specific MMU model, exceptions and input bus. | j_mayer |
2007-11-17 | A little more granularity in PowerPC instructions definition is needed | j_mayer |
2007-11-17 | Make the PowerPC MMU model, exception model and input bus model | j_mayer |
2007-11-17 | Always make all PowerPC exception definitions visible. | j_mayer |
2007-11-14 | Reorganize PowerPC instructions categories, add icbi separate case. | j_mayer |
2007-11-12 | Add PVR and SPR definition for most embedded PowerPC from Freescale. | j_mayer |
2007-11-10 | Allow selection of PowerPC CPU giving a PVR. | j_mayer |
2007-11-10 | added cpu_model parameter to cpu_init() | bellard |
2007-11-04 | PowerPC 601 need specific callbacks for its BATs setup. | j_mayer |
2007-11-03 | Fix PowerPC high BATs access: BAT number was incorrect. | j_mayer |
2007-11-03 | PowerPC MMU and exception fixes: | j_mayer |
2007-10-25 | Implement power-management for all defined PowerPC CPUs. | j_mayer |
2007-10-25 | Allow selection of all defined PowerPC 74xx (aka G4) CPUs. | j_mayer |
2007-10-14 | There is no need of a specific MMU model for PowerPC 601. | j_mayer |
2007-10-08 | Remove synonymous in PowerPC MSR bits definitions. | j_mayer |
2007-10-08 | Real-mode only PowerPC 40x do not have any TLBs. | j_mayer |
2007-10-08 | Implement exception prefix feature for PowerPC 601. | j_mayer |
2007-10-08 | Add missing exception vectors for PowerPC 7x5. | j_mayer |
2007-10-07 | Work-around C89 and/or "old" gcc unspecified behavior (#if in macro calls). | j_mayer |
2007-10-07 | Reorganize the CPUPPCState structure to group features. | j_mayer |
2007-10-07 | Add MSR bits signification per PowerPC implementation flags (to be continued). | j_mayer |
2007-10-05 | Full implementation of PowerPC 64 MMU, just missing support for 1 TB | j_mayer |
2007-10-05 | Rename PowerPC MMUCSR0 and MMUCFG SPRs: those are not BookE specific. | j_mayer |
2007-10-05 | PowerPC hardware reset vector is now considered as part of the exception model. | j_mayer |
2007-10-04 | More cache tuning fixes: | j_mayer |
2007-10-04 | Make PowerPC cache line size implementation dependant. | j_mayer |
2007-10-03 | HID0 is a write-clear register on 970 (DBSR). | j_mayer |
2007-10-03 | We never have to export ppc_set_irq. | j_mayer |
2007-10-01 | More comments about unimplemented SPRs. | j_mayer |
2007-10-01 | Share more SPR instanciations between all PowerPC 401 incarnations. | j_mayer |
2007-10-01 | Implement embedded PowerPC exceptions prefix and vectors registers. | j_mayer |
2007-10-01 | Share input pins and internal interrupt controller between all PowerPC 40x. | j_mayer |
2007-09-30 | Fix inconsistent end conditions in ppc_find_xxx functions. | j_mayer |
2007-09-30 | Implement the PowerPC alternate time-base, following the 2.04 specification. | j_mayer |
2007-09-29 | PowerPC emulation optimization: | j_mayer |
2007-09-29 | Rework PowerPC exceptions model to make it more versatile: | j_mayer |
2007-09-29 | Define the proper bfd_mach to be used by the disassembler for each | j_mayer |
2007-09-29 | Change POWERPC_PPC_GENERIC to POWERPC_DEFAULT. | j_mayer |
2007-09-27 | Build fix for PowerPC hosts, where "PPC" is a predefined macro name. | ths |
2007-09-27 | New ppc64-linux-user target. | j_mayer |
2007-09-26 | Great rework and cleanups to ease PowerPC implementations definitions. | j_mayer |
2007-09-21 | More PowerPC definitions, from POWER 2.04 specifications and misc sources. | j_mayer |
2007-09-17 | Coding style fixes in PowerPC related code (no functional change): | j_mayer |
2007-09-17 | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths |
2007-07-12 | Disable dead code. | ths |
2007-04-24 | Improve PowerPC 405 MMU model / share more code for other embedded targets | j_mayer |
2007-04-19 | Duplicated SPR fix for BookE PowerPC by Guglielmo Morandin | j_mayer |