summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-11-09Get SPARC to the point that it starts running. Add ability to load the ROM bi...Ali Saidi
2006-11-09Factor out all of the encumbered stuff into separate SConscriptNathan Binkert
2006-11-08Merge zizzer.eecs.umich.edu:/bk/newmem/Gabe Black
2006-11-08the tests assume -1 to signify MaxTick, that's changed, so fix that here.Lisa Hsu
2006-11-08Merge zizzer.eecs.umich.edu:/bk/newmem/Gabe Black
2006-11-08Put the MIPS stacktrace into the MipsISA namespace to fit with Alpha and SPARC.Gabe Black
2006-11-08Make a function to say how big gdbregs is in bytes vs. regs.Gabe Black
2006-11-08Merge zizzer:/bk/newmemLisa Hsu
2006-11-08Merge zizzer:/bk/newmemAli Saidi
2006-11-08DWARF2 symbol support seems to be broken on Solaris. Use stabs+Ali Saidi
2006-11-08simplify maxtick parsing in both the python and the c++.Lisa Hsu
2006-11-08make rcS files read from the m5 source directory, not /dist.Lisa Hsu
2006-11-08change to os.path.join like nate wanted.Lisa Hsu
2006-11-08First cut at full blown SPARC faults. There are a few details that are missing.Gabe Black
2006-11-08Move the check to see if you're in user mode into the isa directory.Gabe Black
2006-11-08Remove mem parameter. Should have been removed earlier.Kevin Lim
2006-11-08Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-11-08Update refs.Kevin Lim
2006-11-08Sorted faults by the trap type constant, expanded their names, added in new f...Gabe Black
2006-11-08Fix for slightly mangled merge.Gabe Black
2006-11-08Merge zeep.eecs.umich.edu:/home/gblack/m5/newmemGabe Black
2006-11-08Major clean up of the fault code.Gabe Black
2006-11-08The new global level is computed with min, not max.Gabe Black
2006-11-08Changed the getReg and setReg functions so that they work like netbsd. Appare...Gabe Black
2006-11-08Put the ProcessInfo and StackTrace objects into the ISA namespaces.Gabe Black
2006-11-08Stubs for SPARC's tlbsGabe Black
2006-11-08Replaced getArg with a SPARC implementation.Gabe Black
2006-11-07Force remote gdb code to use signal numbers and not ISA specific trap numbers.Gabe Black
2006-11-07Fixed to account for branch delay slots.Gabe Black
2006-11-07Put kernel_stats back into arch.Gabe Black
2006-11-07Merge 141.212.106.238:/home/gblack/m5/newmemmemopsGabe Black
2006-11-07A cleaner hack.Gabe Black
2006-11-07Only include kern/kernel_stats.hh if in full system. This was breaking MIPS_SEGabe Black
2006-11-07add code to operate in lockstep with legionAli Saidi
2006-11-07Fix error message.Kevin Lim
2006-11-07Fix up bus draining and add draining to the caches.Kevin Lim
2006-11-07Remove hack by setting configuration better.Kevin Lim
2006-11-07Fix compile error.Kevin Lim
2006-11-07Initialize mem dep unit properly.Kevin Lim
2006-11-07Definition of stub kernel_stats object. This just uses the base object.Gabe Black
2006-11-07Alpha derived classes for kernel_stats.Gabe Black
2006-11-07SConscripts for the architecture specific directories in kern.Gabe Black
2006-11-07A dummy implementation of stacktrace.cc to clear up linker errors.Gabe Black
2006-11-07Arguments class for SPARC. This is basically just a copy of Alpha'sGabe Black
2006-11-07Removed unnecessary arch/alpha/ev5.hh includeGabe Black
2006-11-07Added sim/host.hh for the Addr type.Gabe Black
2006-11-07Got rid of a stray blank line.Gabe Black
2006-11-07Added a stub implementation of fixFuncEventAddr to get past linker errors.Gabe Black
2006-11-07The normal spill and fill faults only need to behave specially in SE.Gabe Black
2006-11-07Added in alot of missing source files.Gabe Black