summaryrefslogtreecommitdiff
path: root/sim
AgeCommit message (Expand)Author
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-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
2006-03-04Emulated syscalls should return -errno on failureSteve Reinhardt
2006-03-04Steps towards setting up the infrastructure to allow the new CPU model to wor...Kevin Lim
2006-03-04Merge gblack@m5.eecs.umich.edu:/bk/multiarchGabe Black
2006-03-04Filled out the object file loader so it can load object files for several OSs...Gabe Black
2006-03-03Merge zizzer:/bk/m5Ali Saidi
2006-03-03First cut at moving alpha specefic stuff out of /sim/system* intoAli Saidi
2006-03-02Merge gblack@m5.eecs.umich.edu:/bk/multiarchGabe Black
2006-03-01Got rid of the multiple inheritance in the Fault classes, and the base Machin...Gabe Black
2006-03-01More progress toward actually running a program.Steve Reinhardt
2006-03-01Merge zizzer:/bk/m5Ali Saidi
2006-03-01Cleaned up some of the Fault system.Gabe Black