summaryrefslogtreecommitdiff
path: root/src/dev/uart8250.cc
AgeCommit message (Expand)Author
2015-07-07sim: Refactor the serialization base classAndreas Sandberg
2014-12-02mem: Remove redundant Packet::allocate callsAndreas Hansson
2014-09-20base: Clean up redundant string functions and use C++11Andreas Hansson
2013-07-11dev: make BasicPioDevice take size in constructorSteve Reinhardt
2012-07-09Port: Make getAddrRanges constAndreas Hansson
2012-01-17MEM: Separate queries for snooping and address rangesAndreas Hansson
2011-04-15trace: reimplement the DTRACE function so it doesn't use a vectorNathan Binkert
2011-01-07Replace curTick global variable with accessor functions.Steve Reinhardt
2010-10-09UART: Make the 8250's MCR return a deterministic value.Gabe Black
2010-04-15tick: rename Clock namespace to SimClockNathan Binkert
2010-02-28uart: use integer versions of time instead of messing around with floatsNathan Binkert
2009-09-23arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hhNathan Binkert
2008-10-09eventq: convert all usage of events to use the new API.Nathan Binkert
2008-06-17Rename SimConsole to Terminal since it makes more senseNathan Binkert
2008-02-06Make the Event::description() a const functionStephen Hines
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-06-30Event descriptions should not end in "event"Steve Reinhardt
2007-06-30Get rid of Packet result field. Error responses areSteve Reinhardt
2007-05-01initialize lastTxInt to 0Ali Saidi
2007-04-30fix console printing bugAli Saidi
2006-11-06Got rid of stray alpha includeGabe Black
2006-10-20Use PacketPtr everywhereNathan Binkert
2006-10-19refactor code for the packet, get rid of packet_impl.hhNathan Binkert
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-30Minor further cleanup & commenting of Packet class.Steve Reinhardt
2006-05-28remove some getPtr() calls by changing having function return valuesAli Saidi
2006-05-26Significant rework of Packet class interface:Steve Reinhardt
2006-05-22New directory structure:Steve Reinhardt