misc: Delete the now unnecessary create methods.
[gem5.git] / src / dev / arm / rtc_pl031.cc
2020-10-30 Gabe Blackmisc: Delete the now unnecessary create methods.
2020-10-14 Gabe Blackmisc: Standardize the way create() constructs SimObjects.
2020-09-08 Andreas Sandbergbase, sim: Make ByteOrder into a ScopedEnum accessible...
2020-07-30 Giacomo Travaglinidev-arm: Relax size constraint on AMBA ID registers
2020-07-30 Giacomo Travaglinidev-arm: Make AmbaInt/DmaDevice use the ArmInterruptPin
2020-02-26 Bobby R. Brucemisc: merge branch 'release-staging-v19.0.0.0' into...
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
2020-02-18 Gabe Blackdev: Delete the authors list from files in src/dev.
2018-10-12 Gabe Blackarm: Use little endian packet accessors.
2018-06-15 Nikos Nikolerisdev-arm: Fix the address range for some I/O devices
2017-06-20 Sean Wilsonarm: Replace EventWrapper use with EventFunctionWrapper
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2015-07-07 Andreas Sandbergsim: Refactor the serialization base class
2015-01-03 Cagdas Dirikdev: prevent RTC events firing before startup
2014-12-02 Andreas Hanssonmem: Remove redundant Packet::allocate calls
2013-07-12 Steve Reinhardtdev: make BasicPioDevice take size in constructor
2013-07-12 Steve Reinhardtdev/arm: get rid of AmbaDev namespace
2012-05-10 Ali SaidiARM: Fix incorrect use of not operators in arm devices
2012-03-21 Ali SaidiARM: Fix uninitialized value in ARM RTC model.
2012-03-01 Ali SaidiARM: Add RTC device for ARM platforms.