summaryrefslogtreecommitdiff
path: root/dev
AgeCommit message (Expand)Author
2006-04-28devices should increment pkt.time instead of assiging to itAli 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-12fs now gets to the point where it would really like a filesystem.Ali Saidi
2006-04-11fullsys now builds and runs for about one cycleAli Saidi
2006-04-10Panic if physical memory isn't connected to anythingAli Saidi
2006-04-10Merge zizzer:/bk/newmemAli Saidi
2006-04-10updates for newmemAli Saidi
2006-04-07Move to a model with a unified request object.Ron Dreslinski
2006-04-06added unimp faultsAli Saidi
2006-04-06fixes for newmemAli Saidi
2006-04-06fixes for new memory systemAli 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-21Make PioPort/DmaPort,DmaDevice/PioDevice compile.Ali Saidi
2006-03-10Added ev5.hh to files which should include it directly, now that it isn't inc...Gabe Black
2006-03-09Hand merge. Stuff probably doesn't compile.Gabe Black
2006-03-08Forward declaration of MemoryController.Kevin Lim
2006-03-07Needs forward declaration of MemoryController.Kevin Lim
2006-03-07Updates for the quiesceEvent that was added to the XC.Kevin Lim
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-03Merge zizzer:/bk/m5Ali Saidi
2006-03-03First cut at moving alpha specefic stuff out of /sim/system* intoAli Saidi
2006-03-03Ethernet devices have an RSS option to tell the driver toNathan Binkert
2006-02-28Merge ktlim@zizzer:/bk/m5Kevin Lim
2006-02-28Corrected some mistakes in the hand mergeGabe Black
2006-02-28Hand mergedGabe Black
2006-02-28Merge gblack@m5.eecs.umich.edu:/bk/multiarchGabe Black
2006-02-27Merge 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-27MachineCheckFaults and AlignmentFaults are now generated by the ISA, rather t...Gabe Black
2006-02-26add some support for random access of data in packet fifosNathan Binkert
2006-02-25Since the delayed write stuff is gone, get rid of regWriteNathan Binkert
2006-02-24Merge gblack@m5.eecs.umich.edu:/bk/multiarchGabe Black
2006-02-24Changed Fault from a FaultBase * to a RefCountingPtr, added "new"s where appr...Gabe Black
2006-02-23Merge zizzer:/bk/m5Ali Saidi
2006-02-23Get rid of the xc from the alphaAccess/alphaConsole backdoor device.Ali Saidi
2006-02-21Changed Fault * to Fault, which is a typedef to FaultBase *, which is the old...Gabe Black
2006-02-21Rename Port address range functions... like the block sizeSteve Reinhardt
2006-02-21Rename port methods:Steve Reinhardt
2006-02-21Made Addr a global typeGabe Black
2006-02-20Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5Gabe Black
2006-02-20Finished the implementing the change of the ISA from a class to a namespaceGabe Black
2006-02-20Get rid of the code that delays PIO write accessesNathan Binkert
2006-02-19Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5Gabe Black
2006-02-19Changes to untemplate StaticInst and StaticInstPtr, change the isa to a names...Gabe Black
2006-02-17Get rid of deque (poor memory allocation), switch them over to lists.Kevin Lim