summaryrefslogtreecommitdiff
path: root/sim
AgeCommit message (Expand)Author
2006-05-22New directory structure:Steve Reinhardt
2006-05-15Many files:Steve Reinhardt
2006-05-15Many files:Steve Reinhardt
2006-05-14Merge m5.eecs.umich.edu:/bk/newmemGabe Black
2006-05-14Moved the UnimpFault to be globalGabe Black
2006-05-12Merge zeep.pool:/z/saidi/work/m5.headAli Saidi
2006-05-12fix the checkpoint bugAli Saidi
2006-05-11First pass at a serializer object, may need to work on naming of object and f...Ron Dreslinski
2006-04-28Add SparcSystem objectAli Saidi
2006-04-20make ide disk work for newmemAli Saidi
2006-04-18Merge m5.eecs.umich.edu:/bk/newmemGabe Black
2006-04-18Fixes to SPARC syscall emulation mode.Gabe Black
2006-04-13Changes that get rid of the OSFlags and derive a new class of this format <ar...Korey Sewell
2006-04-12add OSFlags struct to AlphaISA/MipsISA namespace. The OS classes then use the...Korey Sewell
2006-04-10Clean up mmapFunc.Steve Reinhardt
2006-04-10Merge zizzer:/bk/newmemKorey Sewell
2006-04-10Finally MIPS does hello world!Korey Sewell
2006-04-06added unimp faultsAli Saidi
2006-04-06fixes for newmemAli Saidi
2006-04-06fixes for new memory systemAli Saidi
2006-03-30Add a functional port that is used to load the original binaries in FSAli Saidi
2006-03-30Make TranslatingPort be a type of Port rather than something specialAli Saidi
2006-03-26Add the bus and connector objects to sconsAli Saidi
2006-03-18Merge zizzer:/bk/newmemKorey Sewell
2006-03-18steps toward making syscalls workKorey Sewell
2006-03-17An attempt to get byteswap to work accross more machines.Gabe Black
2006-03-15add translations for new sections that are mmapped or when the brkAli Saidi
2006-03-15Don't access init_regs directly. This does not affect newmem; Steve already ...Kevin Lim
2006-03-14Minor Sconscript edit ... mips decoder changes ... initialize NNPC and output...Korey Sewell
2006-03-12Replace Memory with MemObject; no need for two different levels of hierarchy ...Steve Reinhardt
2006-03-12Get rid of "Functional" suffix from (read|write)(Blob|String) functions.Steve Reinhardt
2006-03-12Get rid of validInstAddr() & validDataAddr().Steve Reinhardt
2006-03-12Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5Steve Reinhardt
2006-03-12Get rid of obsolete header that had only one declaration ofSteve Reinhardt
2006-03-12Fix TranslatingPort access functions to:Steve Reinhardt
2006-03-11Tweak exit() message.Steve Reinhardt
2006-03-10Work towards factoring isa_traits.hh into smaller, more specialized files.Gabe Black
2006-03-10Moved MaxAddr.Gabe Black
2006-03-10It now runs hello world binary.Ron Dreslinski
2006-03-10Compiles now (with CPU_MODELS=SimpleCPU), but hangsSteve Reinhardt
2006-03-09SimpleCPU compiles with merge.Gabe Black
2006-03-09Hand merge. Stuff probably doesn't compile.Gabe Black
2006-03-09fix merging issuesAli Saidi
2006-03-09Merge zizzer:/bk/multiarchAli Saidi
2006-03-09no more common syscall emulation, now common for everyoneAli Saidi
2006-03-07Avoid accessing objects directly within the XC.Kevin Lim
2006-03-07Merge ktlim@zizzer:/bk/m5Kevin Lim
2006-03-07Updates for the quiesceEvent that was added to the XC.Kevin Lim
2006-03-07Some clean up work with faults.Gabe Black
2006-03-05Merge ktlim@zizzer:/bk/m5Kevin Lim