summaryrefslogtreecommitdiff
path: root/src/dev/uart8250.hh
AgeCommit message (Expand)Author
2017-11-08dev: Move generic serial devices to src/dev/serialAndreas Sandberg
2017-07-12dev: Refactor some Event subclasses to lambdasSean Wilson
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
2012-09-19AddrRange: Transition from Range<T> to AddrRangeAndreas Hansson
2012-07-09Port: Make getAddrRanges constAndreas Hansson
2012-01-17MEM: Separate queries for snooping and address rangesAndreas Hansson
2008-06-17Rename SimConsole to Terminal since it makes more senseNathan Binkert
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-04-30fix console printing bugAli Saidi
2007-02-13Make mulitple consoles work and be distinguishable from each otherAli Saidi
2006-11-06Moved the tsunami devices into the dev/alpha directory. Other devices "generi...Gabe Black
2006-10-20Use PacketPtr everywhereNathan Binkert
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-22New directory structure:Steve Reinhardt