summaryrefslogtreecommitdiff
path: root/src/dev/alpha
AgeCommit message (Expand)Author
2010-09-16devices: undo cset 017baf09599f that added timer drain functions.Steve Reinhardt
2010-08-20devices: Fixed periodic interrupts to work with drainingBrad Beckmann
2010-08-17bus: clean up default responder code.Steve Reinhardt
2010-06-03Act like enabling CPUs is no big deal,Steve Reinhardt
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-05-17includes: sort includes againNathan Binkert
2009-05-17types: Move stuff for global types into src/base/types.hhNathan Binkert
2009-02-01Devices: Add support for legacy fixed IO locations in BARs.Gabe Black
2008-11-02Add in Context IDs to the simulator. From now on, cpuId is almost never used,Lisa Hsu
2008-10-11Devices: Make the Intel8254Timer device only use pointers to its counters.Gabe Black
2008-10-09eventq: convert all usage of events to use the new API.Nathan Binkert
2008-09-27gcc: Add extra parens to quell warnings.Nathan Binkert
2008-09-10style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...Ali Saidi
2008-06-17rename AlphaConsole to AlphaBackdoorNathan Binkert
2008-06-17Rename SimConsole to Terminal since it makes more senseNathan Binkert
2008-06-12Alpha: Get rid of an old include of a non-existant file.Gabe Black
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-10-31Traceflags: Add SCons function to created a traceflag instead of having one f...Ali Saidi
2007-08-30params: Deprecate old-style constructors; update most SimObject constructors.Miles Kaufmann
2007-08-26Merge with headGabe Black
2007-07-26Merge python and x86 changes with cache branchNathan Binkert
2007-07-23Major changes to how SimObjects are created and initialized. Almost allNathan Binkert
2007-07-14Merge of DPRINTF fixes from head.Steve Reinhardt
2007-07-14Fix & tweak DPRINTFs for tracediff w/new cache code.Steve Reinhardt
2007-06-30Get rid of Packet result field. Error responses areSteve Reinhardt
2007-05-27Move SimObject python files alongside the C++ and fixNathan Binkert
2007-04-21fixes for solaris compileAli Saidi
2007-03-10Rework the way SCons recurses into subdirectories, making itNathan Binkert
2007-03-03Implement Niagara I/O interface and rework interruptsAli Saidi
2007-02-13Make mulitple consoles work and be distinguishable from each otherAli Saidi
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-12-24Make sure that all of the bits in the result are setNathan Binkert
2006-12-15little fixes i noticed while searching for reason for address range issues (b...Lisa Hsu
2006-11-06Get rid of pcifake.cc and tsunami_fake.cc to go with the merged default devices.Gabe Black
2006-11-06Moved the tsunami devices into the dev/alpha directory. Other devices "generi...Gabe Black
2006-11-06Created seperate SConscript for the dev directory. Made subdirectories for Al...Gabe Black