summaryrefslogtreecommitdiff
path: root/base
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-15Merge zizzer:/bk/newmemAli Saidi
2006-05-15Add support for sparc/solaris syscall emulation. Not tested yet because I can...Ali Saidi
2006-05-14Made EM_SPARC32PLUS be recognized as belonging to the SPARC architecture. Pro...Gabe Black
2006-04-24Mostly done with all device models for new memory system. Still need to get t...Ali Saidi
2006-04-20make ide disk work for newmemAli Saidi
2006-04-06Merge m5.eecs.umich.edu:/bk/newmemGabe Black
2006-04-06Fixed up the isa description. Also added some capability to the isa_parser in...Gabe Black
2006-04-06fixes for new memory systemAli Saidi
2006-03-31Merge m5.eecs.umich.edu:/bk/newmemGabe Black
2006-03-31Fixes to SPARC for syscall emulation mode.Gabe Black
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-29Remove "using namespace std" from global declarations.Kevin Lim
2006-03-16Merge zizzer:/bk/newmemKorey Sewell
2006-03-16Found and fixed 3 decoder.isa bugs!!! Now the hello_world program runs for a ...Korey Sewell
2006-03-16Add warning for ignored loadable ELF segments.Steve Reinhardt
2006-03-15infinitesimal small baby steps toward MIPS actually workingKorey Sewell
2006-03-14Merge m5.eecs.umich.edu:/bk/newmemGabe Black
2006-03-14Changed the floating point register file into a class with appropriate access...Gabe Black
2006-03-12Get rid of "Functional" suffix from (read|write)(Blob|String) functions.Steve Reinhardt
2006-03-10Work towards factoring isa_traits.hh into smaller, more specialized files.Gabe Black
2006-03-09SimpleCPU compiles with merge.Gabe Black
2006-03-09Hand merge. Stuff probably doesn't compile.Gabe Black
2006-03-09Merge zizzer:/bk/multiarchAli Saidi
2006-03-09no more common syscall emulation, now common for everyoneAli Saidi
2006-03-08Merge ktlim@zizzer:/bk/m5Kevin Lim
2006-03-07The a.out and ecoff object file formats will only be supported on Alpha for now.Gabe Black
2006-03-05Merge ktlim@zizzer:/bk/m5Kevin Lim
2006-03-04Steps towards setting up the infrastructure to allow the new CPU model to wor...Kevin Lim
2006-03-04Merge ktlim@zizzer:/bk/m5Kevin Lim
2006-03-04we REALLY don't want to use system headers for libelf...Ali Saidi
2006-03-04Filled out the object file loader so it can load object files for several OSs...Gabe Black
2006-03-03Changes to support automatic renaming of the shadow registers at decode time....Kevin Lim
2006-03-02Simple program runs with sendAtomic!Steve Reinhardt
2006-03-02More progress... run a few instructions now, but die on the secondSteve Reinhardt
2006-03-01More progress toward actually running a program.Steve Reinhardt
2006-02-28Merge ktlim@zizzer:/bk/m5Kevin Lim
2006-02-27Changes to put all the misc regs within the misc reg file. This includes the...Kevin Lim
2006-02-27Changed targetarch to just arch.Gabe Black
2006-02-24Changed Fault from a FaultBase * to a RefCountingPtr, added "new"s where appr...Gabe Black
2006-02-23Update functional memory to have a response eventRon Dreslinski
2006-02-21Made Addr a global typeGabe Black
2006-02-20Make loaders use translation port instead of proxy memory.Ron Dreslinski
2006-02-19Changes to untemplate StaticInst and StaticInstPtr, change the isa to a names...Gabe Black
2006-02-15More progress toward compiling... partly bySteve Reinhardt
2006-02-12Removed isa_traits.hh from targetarch, moved vptr.hh from arch/alpha to sim, ...Gabe Black
2006-02-10fix problems on darwin/*BSD for syscall emulation modeAli Saidi