2007-10-05 |
j_mayer | Rename PowerPC MMUCSR0 and MMUCFG SPRs: those are not...
|
commit | commitdiff | tree |
2007-10-05 |
j_mayer | PowerPC hardware reset vector is now considered as...
|
commit | commitdiff | tree |
2007-10-05 |
j_mayer | New '-bios' option, used to select an alternate BIOS...
|
commit | commitdiff | tree |
2007-10-04 |
j_mayer | We must reset the PowerPC CPU _after_ registering it...
|
commit | commitdiff | tree |
2007-10-04 |
j_mayer | More cache tuning fixes:
|
commit | commitdiff | tree |
2007-10-04 |
j_mayer | Make PowerPC cache line size implementation dependant.
|
commit | commitdiff | tree |
2007-10-03 |
j_mayer | HID0 is a write-clear register on 970 (DBSR).
|
commit | commitdiff | tree |
2007-10-03 |
j_mayer | Enable PowerPC 64 MMU model and exceptions.
|
commit | commitdiff | tree |
2007-10-03 |
j_mayer | Fix PowerPC initialisation and first reset:
|
commit | commitdiff | tree |
2007-10-03 |
j_mayer | We never have to export ppc_set_irq.
|
commit | commitdiff | tree |
2007-10-03 |
j_mayer | Fix PowerPC 405 BIOS instanciation: is a 32 bits only...
|
commit | commitdiff | tree |
2007-10-02 |
j_mayer | Code provision for hypervisor mode memory accesses.
|
commit | commitdiff | tree |
2007-10-01 |
j_mayer | Fix nasty sign-extensions when running 32 bits CPU...
|
commit | commitdiff | tree |
2007-10-01 |
j_mayer | Fix reproductible crash: call cpu_loop_exit from micro...
|
commit | commitdiff | tree |
2007-10-01 |
j_mayer | Quickly hack PowerPC BIOS able to boot on CDROM again.
|
commit | commitdiff | tree |
2007-10-01 |
j_mayer | Fix missing nip updates for instructions that potentially...
|
commit | commitdiff | tree |
2007-10-01 |
j_mayer | Handle all MMU models in switches, even if it's just...
|
commit | commitdiff | tree |
2007-10-01 |
j_mayer | More comments about unimplemented SPRs.
|
commit | commitdiff | tree |
2007-10-01 |
j_mayer | Optimisations: avoid generation of duplicated micro...
|
commit | commitdiff | tree |
2007-10-01 |
j_mayer | Compilation fix (forgotten patch).
|
commit | commitdiff | tree |
2007-10-01 |
j_mayer | Remove definitions for deprecated SLB & TLB related...
|
commit | commitdiff | tree |
2007-10-01 |
j_mayer | Avoid op helpers that would just call helpers for TLB...
|
commit | commitdiff | tree |
2007-10-01 |
j_mayer | Share more SPR instanciations between all PowerPC 401...
|
commit | commitdiff | tree |
2007-10-01 |
j_mayer | Implement embedded PowerPC exceptions prefix and vectors...
|
commit | commitdiff | tree |
2007-10-01 |
j_mayer | Share input pins and internal interrupt controller...
|
commit | commitdiff | tree |
2007-09-30 |
j_mayer | Fix (once again) PowerPC sync weight field.
|
commit | commitdiff | tree |
2007-09-30 |
j_mayer | Fix PowerPC TLB miss dump code.
|
commit | commitdiff | tree |
2007-09-30 |
j_mayer | Fix missing case in the new PowerPC exception model.
|
commit | commitdiff | tree |
2007-09-30 |
j_mayer | Fix inconsistent end conditions in ppc_find_xxx functions.
|
commit | commitdiff | tree |
2007-09-30 |
j_mayer | Fix compilation on Darwin platform, avoiding the use...
|
commit | commitdiff | tree |
2007-09-30 |
j_mayer | * Update OEA environment, following the PowerPC 2.04...
|
commit | commitdiff | tree |
2007-09-30 |
j_mayer | Synchronize with latest PowerPC ISA VEA:
|
commit | commitdiff | tree |
2007-09-30 |
j_mayer | Avoid crash on NULL timers.
|
commit | commitdiff | tree |
2007-09-30 |
j_mayer | Implement Process Priority Register as defined in the...
|
commit | commitdiff | tree |
2007-09-30 |
j_mayer | Implement new floating-point instructions (fre, frin...
|
commit | commitdiff | tree |
2007-09-30 |
j_mayer | Improve single-precision floats load & stores:
|
commit | commitdiff | tree |
2007-09-30 |
j_mayer | XER is to be treated as a 64 bits register on 64 bits...
|
commit | commitdiff | tree |
2007-09-30 |
j_mayer | Implement the PowerPC alternate time-base, following...
|
commit | commitdiff | tree |
2007-09-29 |
j_mayer | PowerPC emulation optimization:
|
commit | commitdiff | tree |
2007-09-29 |
j_mayer | Code provision for hypervisor timers resources,
|
commit | commitdiff | tree |
2007-09-29 |
j_mayer | Fix PowerPC target objects dependencies
|
commit | commitdiff | tree |
2007-09-29 |
j_mayer | Provision for x86_64-linux-user target: needs get_sp_from_cp...
|
commit | commitdiff | tree |
2007-09-29 |
j_mayer | Rework PowerPC exceptions model to make it more versatile:
|
commit | commitdiff | tree |
2007-09-29 |
j_mayer | make cpu_abort dump cpu state in logfile, which is...
|
commit | commitdiff | tree |
2007-09-29 |
j_mayer | always_inline gcc directive can be useful.
|
commit | commitdiff | tree |
2007-09-29 |
j_mayer | host_utils.o may also be useful for user-mode emulation.
|
commit | commitdiff | tree |
2007-09-29 |
j_mayer | Define the proper bfd_mach to be used by the disassembler...
|
commit | commitdiff | tree |
2007-09-29 |
j_mayer | Change POWERPC_PPC_GENERIC to POWERPC_DEFAULT.
|
commit | commitdiff | tree |
2007-09-27 |
j_mayer | Implement size bit in PowerPC 64 comparisons.
|
commit | commitdiff | tree |
2007-09-27 |
j_mayer | memset string pages to zero to avoid putting random...
|
commit | commitdiff | tree |
2007-09-27 |
j_mayer | Fixes for PowerPC 64 rotate and mask instructions.
|
commit | commitdiff | tree |
2007-09-27 |
j_mayer | New ppc64-linux-user target.
|
commit | commitdiff | tree |
2007-09-26 |
j_mayer | Add flags to support PowerPC 405 bootinfos variations.
|
commit | commitdiff | tree |
2007-09-26 |
j_mayer | Great rework and cleanups to ease PowerPC implementations...
|
commit | commitdiff | tree |
2007-09-26 |
j_mayer | Convert syscall arguments and return value from long...
|
commit | commitdiff | tree |
2007-09-21 |
j_mayer | Avoid compilation warnings on 32 bits hosts.
|
commit | commitdiff | tree |
2007-09-21 |
j_mayer | Avoid compilation warnings on 64 bits hosts.
|
commit | commitdiff | tree |
2007-09-21 |
j_mayer | More PowerPC definitions, from POWER 2.04 specifications...
|
commit | commitdiff | tree |
2007-09-21 |
j_mayer | Rework PowerPC 440 TLB management (thanks to Hollis...
|
commit | commitdiff | tree |
2007-09-21 |
j_mayer | Make CPU hflags be a masked version of the PowerPC...
|
commit | commitdiff | tree |
2007-09-20 |
j_mayer | Extend TB flags to 64 bits (Alexander Graf).
|
commit | commitdiff | tree |
2007-09-20 |
j_mayer | Move likely and unlikely macros in a common place ...
|
commit | commitdiff | tree |
2007-09-19 |
j_mayer | More PowerPC registers definitions.
|
commit | commitdiff | tree |
2007-09-19 |
j_mayer | TARGET_FMT_lu may also be useful.
|
commit | commitdiff | tree |
2007-09-19 |
j_mayer | Code provision for PowerPC BookE MMU model support.
|
commit | commitdiff | tree |
2007-09-19 |
j_mayer | Improve PowerPC target implementation, using computed...
|
commit | commitdiff | tree |
2007-09-19 |
j_mayer | Avoid Linux to stay stucked in an infinite loop when...
|
commit | commitdiff | tree |
2007-09-19 |
j_mayer | Code provision for PowerPC 64 MMU model support.
|
commit | commitdiff | tree |
2007-09-19 |
j_mayer | More PowerPC target cleanups:
|
commit | commitdiff | tree |
2007-09-18 |
j_mayer | Fix invalid MAP_xxx flags for PowerPC targets.
|
commit | commitdiff | tree |
2007-09-18 |
j_mayer | Always keep the bootinfo structure in the first 16 MB,
|
commit | commitdiff | tree |
2007-09-18 |
j_mayer | Fix PowerPC 32 emulation on 64 bits hosts:
|
commit | commitdiff | tree |
2007-09-17 |
j_mayer | PowerPC flags update/use fixes:
|
commit | commitdiff | tree |
2007-09-17 |
j_mayer | Coding style fixes in PowerPC related code (no functional...
|
commit | commitdiff | tree |
2007-04-24 |
j_mayer | Update PowerPC target status.
|
commit | commitdiff | tree |
2007-04-24 |
j_mayer | Update .cvsignore for new PowerPC embedded target.
|
commit | commitdiff | tree |
2007-04-24 |
j_mayer | Evaluation boards for PowerPC 405EP.
|
commit | commitdiff | tree |
2007-04-24 |
j_mayer | Debug traces fixes.
|
commit | commitdiff | tree |
2007-04-24 |
j_mayer | New target for embedded PowerPC emulation (only system...
|
commit | commitdiff | tree |
2007-04-24 |
j_mayer | Add -pflash option to register parallel flash bloc...
|
commit | commitdiff | tree |
2007-04-24 |
j_mayer | Code provision for new PowerPC embedded target support...
|
commit | commitdiff | tree |
2007-04-24 |
j_mayer | Improve PowerPC 405 MMU model / share more code for...
|
commit | commitdiff | tree |
2007-04-24 |
j_mayer | PowerPC 405 microcontrollers fixes and improvments:
|
commit | commitdiff | tree |
2007-04-24 |
j_mayer | PowerPC embedded timers fixes.
|
commit | commitdiff | tree |
2007-04-19 |
j_mayer | No functional changes:
|
commit | commitdiff | tree |
2007-04-19 |
j_mayer | termios structure definition fix by Stuart Anderson.
|
commit | commitdiff | tree |
2007-04-19 |
j_mayer | Duplicated SPR fix for BookE PowerPC by Guglielmo Morandin
|
commit | commitdiff | tree |
2007-04-17 |
j_mayer | Move PowerPC 405 specific definitions into a separate...
|
commit | commitdiff | tree |
2007-04-16 |
j_mayer | Add callbacks to allow dynamic change of PowerPC clocks...
|
commit | commitdiff | tree |
2007-04-16 |
j_mayer | Cleanup and add more PowerPC core definitions.
|
commit | commitdiff | tree |
2007-04-16 |
j_mayer | PowerPC 4xx software driven TLB fixes + debug traces.
|
commit | commitdiff | tree |
2007-04-16 |
j_mayer | Add reset callbacks for PowerPC CPU.
|
commit | commitdiff | tree |
2007-04-16 |
j_mayer | PREP and heathrow machines only support PowerPC CPU...
|
commit | commitdiff | tree |
2007-04-16 |
j_mayer | Add bus model (or input pins) into PowerPC CPU flags.
|
commit | commitdiff | tree |
2007-04-16 |
j_mayer | PowerPC emulation bugfixes:
|
commit | commitdiff | tree |
2007-04-16 |
j_mayer | Parallel flash bugfixes:
|
commit | commitdiff | tree |
2007-04-16 |
j_mayer | Fix a lot of debug traces for PowerPC emulation: use...
|
commit | commitdiff | tree |
2007-04-14 |
j_mayer | Fix incorrect pointers casts.
|
commit | commitdiff | tree |
2007-04-14 |
j_mayer | Fix miscellaneous display warnings for PowerPC & alpha...
|
commit | commitdiff | tree |
2007-04-14 |
j_mayer | Add TARGET_FMT_plx to properly display target_phys_addr_t...
|
commit | commitdiff | tree |