summaryrefslogtreecommitdiff
path: root/cpu
AgeCommit message (Expand)Author
2006-02-27Got rid of the fault_addr function.Gabe 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-27Renamed arch files to remove alpha prefix, and changed alpha_memory.hh and cc...Gabe Black
2006-02-27Changed targetarch to just arch.Gabe Black
2006-02-27Added isMachineCheckFault and isAlignmentFault virtual functions to the fault...Gabe Black
2006-02-27MachineCheckFaults and AlignmentFaults are now generated by the ISA, rather t...Gabe Black
2006-02-27Changed targetarch to arch for isa_traits.hh includeGabe Black
2006-02-27Where architecture independent sources included arch/alpha/xxx.hh, they were ...Gabe Black
2006-02-25Make sure cpu/static_inst_exec_sigs.hh get rebuilt whenSteve Reinhardt
2006-02-24Merge gblack@m5.eecs.umich.edu:/bk/multiarchGabe Black
2006-02-24Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5Steve Reinhardt
2006-02-24Removed a stray ::.Gabe Black
2006-02-24Changed Fault from a FaultBase * to a RefCountingPtr, added "new"s where appr...Gabe Black
2006-02-23Add support for multiple ports on the memory. Hook up simple cpu to memory.Ron Dreslinski
2006-02-23Enable building only selected CPU models via new sconsSteve Reinhardt
2006-02-23Merge zizzer:/bk/m5Ali Saidi
2006-02-23Get rid of the xc from the alphaAccess/alphaConsole backdoor device.Ali Saidi
2006-02-23Update functional memory to have a response eventRon Dreslinski
2006-02-22MIPS Compiles scons/MIPS_SE/arch/mips/decoder.do!!!!!!Korey Sewell
2006-02-21Move op_class.hh out of encumbered/cpu/full and into cpu.Steve Reinhardt
2006-02-21Changed Fault * to Fault, which is a typedef to FaultBase *, which is the old...Gabe Black
2006-02-21Move read/writeBlob functions to Port class;Steve Reinhardt
2006-02-21Made Addr a global typeGabe Black
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-21Get simple cpu to compile.Ron Dreslinski
2006-02-20Add in a new translating port that allows syscalls to translate addresses via...Ron Dreslinski
2006-02-19Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5Gabe Black
2006-02-19Remade some changes which were undoneGabe Black
2006-02-19Merge gblack@m5.eecs.umich.edu:/bk/multiarchGabe Black
2006-02-19Changes to untemplate StaticInst and StaticInstPtr, change the isa to a names...Gabe Black
2006-02-18changes from mergedmemKorey Sewell
2006-02-16Remove fake fault.Kevin Lim
2006-02-16Changed the fault enum into a class, and fixed everything up to work with it....Gabe Black
2006-02-15More compilation fixes.Ron Dreslinski
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-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
2006-02-08Alot of changes to push towards ISA independence. Highlights are renaming of ...Gabe Black
2006-02-03Update for new memory system. Uses the ports to access memory now. Also sup...Kevin Lim
2006-02-03byte_swap.hh was removed from arch/alpha/, and replaced by sim/byteswap.hh. T...Gabe Black
2006-01-31Remove non-needed functions, fix return values of completion handler.Ron Dreslinski
2006-01-31More changes toward making simpleCpu use new port interface.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-29Hacks to avoid compiling in old FullCPU model.Steve Reinhardt
2006-01-28Changes for Process object initialization in merged-memory environment.Steve Reinhardt
2005-12-23Change base/intmath.{cc,hh} to follow m5 style.Steve Reinhardt