summaryrefslogtreecommitdiff
path: root/mem
AgeCommit message (Expand)Author
2006-05-22New directory structure:Steve Reinhardt
2006-05-18First steps toward getting full system to work withSteve Reinhardt
2006-05-18Change Packet parameters on Port methods from references to pointers.Steve Reinhardt
2006-05-16Split SimpleCPU into two different models, AtomicSimpleCPU andSteve Reinhardt
2006-05-15Many files:Steve Reinhardt
2006-05-01move code from packet.hh to packet.cc and packet_impl.hhAli Saidi
2006-04-29fixes for seAli Saidi
2006-04-28add a bridge object, modify bus object to be able to connect to other buses o...Ali Saidi
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-17change packet: reset() to resetMin() resetAll() which reset the miniumAli Saidi
2006-04-12fs now gets to the point where it would really like a filesystem.Ali Saidi
2006-04-11change how much of the param string is copied into the kenelAli Saidi
2006-04-10Panic if physical memory isn't connected to anythingAli Saidi
2006-04-10Take out flags parameter (used for no align fault)Korey Sewell
2006-04-10Merge zizzer:/bk/newmemKorey Sewell
2006-04-10Finally MIPS does hello world!Korey Sewell
2006-04-07Merge zizzer:/z/m5/Bitkeeper/newmemRon Dreslinski
2006-04-07a bit of bad code trampling on memoryAli Saidi
2006-04-07Move to a model with a unified request object.Ron Dreslinski
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-29move stuff around so PageShift is defined before it is neededAli Saidi
2006-03-26Add the bus and connector objects to sconsAli Saidi
2006-03-25Implement a very very simple busAli Saidi
2006-03-21Merge zizzer:/bk/newmemAli Saidi
2006-03-21Make PioPort/DmaPort,DmaDevice/PioDevice compile.Ali Saidi
2006-03-18Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5Steve Reinhardt
2006-03-16Don't forget to check in the needed header file for the conditional prefetch ...Ron Dreslinski
2006-03-15add translations for new sections that are mmapped or when the brkAli Saidi
2006-03-14Remove unneeded header files.Ron Dreslinski
2006-03-12Oops, this goes with the previous changeset!Steve Reinhardt
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-12More memory system cleanup:Steve Reinhardt
2006-03-12Fix TranslatingPort access functions to: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-02Fix memory allocation error in Port::memsetBlobFunctional.Steve Reinhardt
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-27Fixes so that it compiles properly. Still working on .py file issues.Ron Dreslinski
2006-02-23Add support for multiple ports on the memory. Hook up simple cpu to memory.Ron Dreslinski
2006-02-23Update functional memory to have a response eventRon Dreslinski
2006-02-22Remove unneeded functions, moving code around abit.Ron Dreslinski
2006-02-22Move the port from base memory object into the physical memory object.Ron Dreslinski
2006-02-21Some more changes for compilation. Since memset is now part of port and not ...Ron Dreslinski