summaryrefslogtreecommitdiff
path: root/src/dev/mips
AgeCommit message (Expand)Author
2014-08-13mips: Remove unused private members to fix compile-time warningAndreas Sandberg
2013-07-11dev: make BasicPioDevice take size in constructorSteve Reinhardt
2012-11-02sim: Include object header files in SWIG interfacesAndreas Sandberg
2012-09-19AddrRange: Transition from Range<T> to AddrRangeAndreas Hansson
2012-02-24MEM: Move all read/write blob functions from Port to PortProxyAndreas Hansson
2012-02-24MEM: Move port creation to the memory object(s) constructionAndreas Hansson
2012-02-14MEM: Fix residual bus ports and make them master/slaveAndreas Hansson
2011-10-30SE/FS: Get rid of FULL_SYSTEM in MIPS.Gabe Black
2011-09-30SE/FS: Remove System::platform and Platform::intrFrequency.Gabe Black
2011-09-30SE/FS: Build the devices in SE mode.Gabe Black
2011-06-02scons: rename TraceFlags to DebugFlagsNathan Binkert
2011-04-15includes: sort all includesNathan Binkert
2010-10-17MIPS: Get rid of the backdoor device copy/pasted from and only used in Alpha.Gabe Black
2010-04-15tick: rename Clock namespace to SimClockNathan Binkert
2009-09-23arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hhNathan Binkert
2009-07-21MIPS: Get MIPS_FS to compile, more style fixes.Gabe Black
2009-05-17includes: sort includes againNathan Binkert
2009-05-17types: Move stuff for global types into src/base/types.hhNathan Binkert
2008-11-02Add in Context IDs to the simulator. From now on, cpuId is almost never used,Lisa Hsu
2008-09-10style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...Ali Saidi
2008-06-17rename MipsConsole to MipsBackdoorNathan Binkert
2008-06-17Rename SimConsole to Terminal since it makes more senseNathan Binkert
2008-02-06Make the Event::description() a const functionStephen Hines
2007-11-13Add in files from merge-bare-iron, get them compiling in FS and SE modeKorey Sewell