summaryrefslogtreecommitdiff
path: root/src/dev/mc146818.cc
AgeCommit message (Expand)Author
2016-11-09style: [patch 1/22] use /r/3648/ to reorganize includesBrandon Potter
2016-02-06style: remove trailing whitespaceSteve Reinhardt
2015-07-07sim: Refactor the serialization base classAndreas Sandberg
2015-04-03dev: (un)serialize fix for the RTC and RTC Timer Interrupt eventsNikos Nikoleris
2015-01-03dev: prevent RTC events firing before startupCagdas Dirik
2013-06-04dev: Clarify why updates are delayed when the MC14818 is activatedAndreas Sandberg
2013-06-03dev: Add support for disabling ticking and the divider in MC146818Andreas Sandberg
2013-06-03dev: Clean up MC146818 register (A & B) handlingAndreas Sandberg
2012-03-01ARM: Add RTC device for ARM platforms.Ali Saidi
2011-10-10mc146818: Correctly serialize tickEventNilay Vaish
2011-04-15trace: reimplement the DTRACE function so it doesn't use a vectorNathan Binkert
2011-04-15includes: sort all includesNathan Binkert
2011-01-07Replace curTick global variable with accessor functions.Steve Reinhardt
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-04-15tick: rename Clock namespace to SimClockNathan Binkert
2009-11-18m5: fixed destructor to deschedule the tickEvent and eventBrad Beckmann
2009-10-15fixed MC146818 checkpointing bug and added isa serialization calls to simple_...Brad Beckmann
2009-08-20RTC: Make calls to writeData update the RTCs internal representation of time.Gabe Black
2009-08-20X86: Make the real time clock actually keep track of time.Gabe Black
2009-08-20X86: Don't insist on binary encoding for the RTC since we implement BCD.Gabe Black
2009-02-25Devices: Make the RTC device reflect the use of BCD in its status registers.Gabe Black
2009-01-25Dev: Make the RTC device ignore writes to a read only bit.Gabe Black
2008-10-09eventq: convert all usage of events to use the new API.Nathan Binkert
2008-03-25Devices: Separate out the MC146818 RTC so both Alpha and X86 can use it.Gabe Black