Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-02 | ARM: Some TLB bug fixes. | Ali Saidi | |
2010-06-02 | ARM: Implement the ARM TLB/Tablewalker. Needs performance improvements. | Ali Saidi | |
2010-06-02 | ARM: Start over with translation from Alpha code as opposed to something ↵ | Ali Saidi | |
that has cruft from 4 different ISAs. | |||
2010-06-02 | ARM: Implement and update the DFSR and IFSR registers on faults. | Gabe Black | |
2010-06-02 | ARM: Warn about not implementing MPU translation, not panic about MMU. | Gabe Black | |
We'll start out with a stbu version of PMSA and switch over to VMSA for the full implementation. | |||
2010-06-02 | ARM: Implement the V7 version of alignment checking. | Gabe Black | |
2010-06-02 | ARM: Track the current ISA mode using the PC. | Gabe Black | |
2009-11-17 | ARM: Boilerplate full-system code. | Ali Saidi | |
--HG-- rename : src/arch/sparc/interrupts.hh => src/arch/arm/interrupts.hh rename : src/arch/sparc/kernel_stats.hh => src/arch/arm/kernel_stats.hh rename : src/arch/sparc/stacktrace.cc => src/arch/arm/stacktrace.cc rename : src/arch/sparc/system.cc => src/arch/arm/system.cc rename : src/arch/sparc/system.hh => src/arch/arm/system.hh rename : src/dev/sparc/T1000.py => src/dev/arm/Versatile.py rename : src/dev/sparc/t1000.cc => src/dev/arm/versatile.cc rename : src/dev/sparc/t1000.hh => src/dev/arm/versatile.hh | |||
2009-08-01 | Clean up some inconsistencies with Request flags. | Steve Reinhardt | |
2009-04-21 | arm: Unify the ARM tlb. We forgot about this when we did the rest. | Nathan Binkert | |
This code compiles, but there are no tests still | |||
2009-04-06 | Merge ARM into the head. ARM will compile but may not actually work. | Gabe Black | |
2009-04-05 | arm: add ARM support to M5 | Stephen Hines | |