summaryrefslogtreecommitdiff
path: root/mem
AgeCommit message (Expand)Author
2006-02-21Add blocksize functions to physical memory. Fix the port we were using in th...Ron Dreslinski
2006-02-21Rename Port address range functions... like the block sizeSteve Reinhardt
2006-02-21Rename port methods:Steve Reinhardt
2006-02-21Move read/writeBlob functions to Port class;Steve Reinhardt
2006-02-21Thanks to Ali, I was able to add chunk generation code in to handle a few cas...Ron Dreslinski
2006-02-21Adding some definitons for read/write blob/string. I need to locate te code ...Ron Dreslinski
2006-02-20Add in a new translating port that allows syscalls to translate addresses via...Ron Dreslinski
2006-02-20Revert PageTable code back to non-asid version.Steve Reinhardt
2006-02-15More progress toward compiling... partly bySteve Reinhardt
2006-02-15Changes to start making the tree use the new memory system. Trying to compil...Ron Dreslinski
2006-02-15Many changes that make the new mem system compile. Now to convert the rest o...Ron Dreslinski
2006-02-07Pushing current state. Need to fix compilation problems, have moved the SCON...Ron Dreslinski
2006-02-03Adding some more things toward having cpu->mem test in place. Still need to ...Ron Dreslinski
2006-01-31More include files, removing definition of SendResult whioch isn't needed any...Ron Dreslinski
2006-01-31Fixed some void functions with returns, first stab at cpu ports.Ron Dreslinski
2006-01-31Merge zizzer:/bk/newmemAli Saidi
2006-01-31changed sendresult -> bool,tick,void as appropriateAli Saidi
2006-01-31Add proper includesRon Dreslinski
2006-01-31Listing some of the enum structuresRon Dreslinski
2006-01-31Inital split up of the header files for the new memory system. Still need to...Ron Dreslinski
2006-01-29Add PageTable code and SConscript fixes for new syscall emulationSteve Reinhardt