summaryrefslogtreecommitdiff
path: root/src/dev/alpha/tsunami_io.hh
AgeCommit message (Expand)Author
2015-10-12misc: Add explicit overrides and fix other clang >= 3.5 issuesAndreas Hansson
2015-10-12misc: Remove redundant compiler-specific definesAndreas Hansson
2015-07-07sim: Refactor the serialization base classAndreas Sandberg
2015-01-03dev: prevent RTC events firing before startupCagdas Dirik
2013-02-19scons: Fix warnings issued by clang 3.2svn (XCode 4.6)Andreas Hansson
2012-11-02sim: Include object header files in SWIG interfacesAndreas Sandberg
2012-09-19AddrRange: Transition from Range<T> to AddrRangeAndreas Hansson
2011-04-15includes: sort all includesNathan Binkert
2010-09-16devices: undo cset 017baf09599f that added timer drain functions.Steve Reinhardt
2010-08-20devices: Fixed periodic interrupts to work with drainingBrad Beckmann
2008-10-09eventq: convert all usage of events to use the new API.Nathan Binkert
2008-06-12Dev: Seperate the 8254 timer from tsunami and use it in that and the PC.Gabe Black
2008-03-25Devices: Separate out the MC146818 RTC so both Alpha and X86 can use it.Gabe Black
2008-02-06Make the Event::description() a const functionStephen Hines
2007-07-23Major changes to how SimObjects are created and initialized. Almost allNathan Binkert
2007-01-28Stick the conversion of python to unix time with all ofNathan Binkert
2007-01-25Instead of passing an int to represent time between python and C++Nathan Binkert
2007-01-03Add 'Time' as a parameter type that can accept variousNathan Binkert
2006-11-06Moved the tsunami devices into the dev/alpha directory. Other devices "generi...Gabe Black