Age | Commit message (Expand) | Author |
2006-04-28 | add a bridge object, modify bus object to be able to connect to other buses o... | Ali Saidi |
2006-04-24 | Mostly done with all device models for new memory system. Still need to get t... | Ali Saidi |
2006-04-20 | make ide disk work for newmem | Ali Saidi |
2006-04-17 | change packet: reset() to resetMin() resetAll() which reset the minium | Ali Saidi |
2006-04-12 | fs now gets to the point where it would really like a filesystem. | Ali Saidi |
2006-04-11 | change how much of the param string is copied into the kenel | Ali Saidi |
2006-04-10 | Panic if physical memory isn't connected to anything | Ali Saidi |
2006-04-10 | Take out flags parameter (used for no align fault) | Korey Sewell |
2006-04-10 | Merge zizzer:/bk/newmem | Korey Sewell |
2006-04-10 | Finally MIPS does hello world! | Korey Sewell |
2006-04-07 | Merge zizzer:/z/m5/Bitkeeper/newmem | Ron Dreslinski |
2006-04-07 | a bit of bad code trampling on memory | Ali Saidi |
2006-04-07 | Move to a model with a unified request object. | Ron Dreslinski |
2006-04-06 | fixes for newmem | Ali Saidi |
2006-04-06 | fixes for new memory system | Ali Saidi |
2006-03-30 | Add a functional port that is used to load the original binaries in FS | Ali Saidi |
2006-03-30 | Make TranslatingPort be a type of Port rather than something special | Ali Saidi |
2006-03-29 | move stuff around so PageShift is defined before it is needed | Ali Saidi |
2006-03-26 | Add the bus and connector objects to scons | Ali Saidi |
2006-03-25 | Implement a very very simple bus | Ali Saidi |
2006-03-21 | Merge zizzer:/bk/newmem | Ali Saidi |
2006-03-21 | Make PioPort/DmaPort,DmaDevice/PioDevice compile. | Ali Saidi |
2006-03-18 | Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5 | Steve Reinhardt |
2006-03-16 | Don't forget to check in the needed header file for the conditional prefetch ... | Ron Dreslinski |
2006-03-15 | add translations for new sections that are mmapped or when the brk | Ali Saidi |
2006-03-14 | Remove unneeded header files. | Ron Dreslinski |
2006-03-12 | Oops, this goes with the previous changeset! | Steve Reinhardt |
2006-03-12 | Replace Memory with MemObject; no need for two different levels of hierarchy ... | Steve Reinhardt |
2006-03-12 | Get rid of "Functional" suffix from (read|write)(Blob|String) functions. | Steve Reinhardt |
2006-03-12 | More memory system cleanup: | Steve Reinhardt |
2006-03-12 | Fix TranslatingPort access functions to: | Steve Reinhardt |
2006-03-10 | Work towards factoring isa_traits.hh into smaller, more specialized files. | Gabe Black |
2006-03-09 | SimpleCPU compiles with merge. | Gabe Black |
2006-03-02 | Fix memory allocation error in Port::memsetBlobFunctional. | Steve Reinhardt |
2006-03-02 | Simple program runs with sendAtomic! | Steve Reinhardt |
2006-03-02 | More progress... run a few instructions now, but die on the second | Steve Reinhardt |
2006-03-01 | More progress toward actually running a program. | Steve Reinhardt |
2006-02-27 | Fixes so that it compiles properly. Still working on .py file issues. | Ron Dreslinski |
2006-02-23 | Add support for multiple ports on the memory. Hook up simple cpu to memory. | Ron Dreslinski |
2006-02-23 | Update functional memory to have a response event | Ron Dreslinski |
2006-02-22 | Remove unneeded functions, moving code around abit. | Ron Dreslinski |
2006-02-22 | Move the port from base memory object into the physical memory object. | Ron Dreslinski |
2006-02-21 | Some more changes for compilation. Since memset is now part of port and not ... | Ron Dreslinski |
2006-02-21 | Add blocksize functions to physical memory. Fix the port we were using in th... | Ron Dreslinski |
2006-02-21 | Rename Port address range functions... like the block size | Steve Reinhardt |
2006-02-21 | Rename port methods: | Steve Reinhardt |
2006-02-21 | Move read/writeBlob functions to Port class; | Steve Reinhardt |
2006-02-21 | Thanks to Ali, I was able to add chunk generation code in to handle a few cas... | Ron Dreslinski |
2006-02-21 | Adding some definitons for read/write blob/string. I need to locate te code ... | Ron Dreslinski |
2006-02-20 | Add in a new translating port that allows syscalls to translate addresses via... | Ron Dreslinski |