summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-04-28Merge zizzer:/bk/newmemAli Saidi
2006-04-28don't need BusBridge.py anymoreAli Saidi
2006-04-28random mix of tidbitsAli Saidi
2006-04-28devices should increment pkt.time instead of assiging to itAli Saidi
2006-04-28add a bridge object, modify bus object to be able to connect to other buses o...Ali Saidi
2006-04-28Add SparcSystem objectAli Saidi
2006-04-28Fixed constants to work on 32 bit hostsGabe Black
2006-04-28Merge m5.eecs.umich.edu:/bk/newmemGabe Black
2006-04-28Added byteswapping codeGabe Black
2006-04-28Improved the initial stack frameGabe Black
2006-04-28Added an include which was forgottenGabe Black
2006-04-28Fixed up some syscallsGabe Black
2006-04-28Changed the hello_sparc executable back to the cross compiled oneGabe Black
2006-04-28Some debugging of the ccr bitsGabe Black
2006-04-28Added in handling of the annul bit for branches, and fixed up computation of ...Gabe Black
2006-04-28Added a linux.cc file to mesh with Korey's changesGabe Black
2006-04-28More Modest Changes for FP MIPS execution...Korey Sewell
2006-04-28Use lower two bits of FCSR reg to determine rounding mode (may want to move t...Korey Sewell
2006-04-27change readPC() + 4 to readNextPC() and the same for NNPC ...Korey Sewell
2006-04-27Rewrite CFC1 & CTC1 instruction definitionsKorey Sewell
2006-04-26Major update to sinic to support VSINIC betterNathan Binkert
2006-04-26Bit of formatting for sinicreg.hhNathan Binkert
2006-04-26Changes to get Floating Point Instructions w/new regfile to at least not segf...Korey Sewell
2006-04-25more debugging for sinicNathan Binkert
2006-04-25more debugging for sinicNathan Binkert
2006-04-25Fix segfault in sinicNathan Binkert
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-18Merge zizzer:/bk/newmemAli Saidi
2006-04-18dwarf debugging symbols make gdb much happier than stabs. Use themAli Saidi
2006-04-18Merge m5.eecs.umich.edu:/bk/newmemGabe Black
2006-04-18Changed MIPS and Alpha to pass the syscall number to the syscall functionGabe Black
2006-04-18Fixes to SPARC syscall emulation mode.Gabe Black
2006-04-17change packet: reset() to resetMin() resetAll() which reset the miniumAli Saidi
2006-04-14Quick fix for the CPU not printing out the right address upon re-execution of...Kevin Lim
2006-04-14These fixes now allow all of the 20 mips tests to work properly!Korey Sewell
2006-04-13update Hello World binary for mips... the old one did not have a newlineKorey Sewell
2006-04-13Move RLIMIT constants to OS/ISA specific files instead of generic OS containe...Korey Sewell
2006-04-13remove non-needed filesKorey Sewell
2006-04-13Changes that get rid of the OSFlags and derive a new class of this format <ar...Korey Sewell
2006-04-12Merge zizzer:/bk/newmemAli Saidi
2006-04-12fs now gets to the point where it would really like a filesystem.Ali Saidi
2006-04-12Merge zizzer:/bk/newmemKorey Sewell
2006-04-12add OSFlags struct to AlphaISA/MipsISA namespace. The OS classes then use the...Korey Sewell
2006-04-11change how much of the param string is copied into the kenelAli Saidi
2006-04-11Merge zizzer:/bk/newmemAli Saidi
2006-04-11fullsys now builds and runs for about one cycleAli Saidi
2006-04-11Merge zizzer:/bk/newmemKorey Sewell
2006-04-11Lots of MIPS test files :Korey Sewell
2006-04-10Clean up mmapFunc.Steve Reinhardt