aboutsummaryrefslogtreecommitdiffstats
path: root/target-microblaze
AgeCommit message (Expand)AuthorFilesLines
2009-09-11microblaze: Trap if QEMU finds an unknown insns.Edgar E. Iglesias1-0/+6
2009-09-11microblaze: Correct prio between MMU and unaligned exceptions.Edgar E. Iglesias1-6/+25
2009-09-11microblaze: HW Exception fixes.Edgar E. Iglesias2-19/+21
2009-09-04microblaze: Trap on illegal load/store sizes.Edgar E. Iglesias1-0/+13
2009-09-04microblaze: Correct FPU decoding masks.Edgar E. Iglesias1-2/+2
2009-09-03microblaze: Compute masks for alignment checks at translation time.Edgar E. Iglesias2-15/+6
2009-09-03microblaze: Trap on bus accesses to unmapped areas.Edgar E. Iglesias2-0/+30
2009-09-03microblaze: MMU shows more respect to synthesis config.Edgar E. Iglesias3-6/+67
2009-09-03microblaze: Trap on unaligned data accesses.Edgar E. Iglesias3-2/+45
2009-09-03microblaze: Trap on divizions by zero.Edgar E. Iglesias2-2/+6
2009-09-03microblaze: Correct mfs into r0.Edgar E. Iglesias1-0/+4
2009-09-03microblaze: Catch illegal insns and privilege violations.Edgar E. Iglesias2-1/+111
2009-09-03microblaze: Add infrastructure for supporting hw exceptions.Edgar E. Iglesias2-3/+49
2009-09-03microblaze: Clear exception in dslot ESR bit if not in dslot.Edgar E. Iglesias1-0/+1
2009-09-03microblaze: Correct MMU debug log.Edgar E. Iglesias1-1/+1
2009-08-24cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd1-0/+1
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl8-16/+8
2009-05-27microblaze: Make writes to MMU_ZPR flush the TLB.Edgar E. Iglesias1-0/+7
2009-05-27microblaze: Correct typo.Edgar E. Iglesias1-1/+1
2009-05-26microblaze: Add petalogix s3a1800dsp MMU linux ref-design.Edgar E. Iglesias1-0/+11
2009-05-26microblaze: Add MMU emulation.Edgar E. Iglesias2-0/+338
2009-05-26microblaze: Add translation routines.Edgar E. Iglesias7-0/+2305