index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dev
/
arm
/
pl111.cc
Age
Commit message (
Expand
)
Author
2016-11-09
style: [patch 1/22] use /r/3648/ to reorganize includes
Brandon Potter
2015-11-27
base: Add support for changing output directories
Andreas Sandberg
2015-07-07
sim: Refactor the serialization base class
Andreas Sandberg
2015-05-23
base: Redesign internal frame buffer handling
Andreas Sandberg
2014-12-02
mem: Remove redundant Packet::allocate calls
Andreas Hansson
2014-09-12
style: Fix line continuation, especially in debug messages
Andrew Bardsley
2013-10-17
dev: Add option to disable framebuffer .bmp dump in run folder
Dam Sunwoo
2013-07-11
dev/arm: get rid of AmbaDev namespace
Steve Reinhardt
2013-04-22
sim: separate nextCycle() and clockEdge() in clockedObjects
Dam Sunwoo
2013-02-15
ARM: Postpones creation of framebuffer output file until it is actually used.
Chris Emmons
2012-10-25
arm: Create a GIC base class and make the PL390 derive from it
Andreas Sandberg
2013-01-07
ARM: pl111/LCD framebuffer checkpointing fix
Chander Sudanthi
2013-01-07
arm: Fix DMA event handling bug in the PL111 model
Andreas Sandberg
2013-01-07
dev: Fix the Pl111 timings by separating pixel and DMA clock
Andreas Hansson
2012-11-02
base: split out the VncServer into a VncInput and Server classes
Chander Sudanthi
2012-08-28
Clock: Add a Cycles wrapper class and use where applicable
Andreas Hansson
2012-08-28
Clock: Rework clocks to avoid tick-to-cycle transformations
Andreas Hansson
2012-08-21
Clock: Move the clock and related functions to ClockedObject
Andreas Hansson
2012-07-09
Port: Make getAddrRanges const
Andreas Hansson
2012-07-09
Fix: Address a few benign memory leaks
Andreas Hansson
2012-02-24
MEM: Move port creation to the memory object(s) construction
Andreas Hansson
2012-01-31
clang: Enable compiling gem5 using clang 2.9 and 3.0
Koan-Sin Tan
2012-01-17
MEM: Separate queries for snooping and address ranges
Andreas Hansson
2012-01-09
ARM: Add support for running multiple systems
Ali Saidi
2011-08-19
ARM: quiet what can be a very noise CLCD controller.
Ali Saidi
2011-04-20
fix some build problems from prior changesets
Nathan Binkert
2011-04-15
includes: sort all includes
Nathan Binkert
2011-04-04
ARM: Fix checkpointing case where PL111 is powered off.
Ali Saidi
2011-02-23
CLCD: Fix some serialization bugs with the clcd controller.
Ali Saidi
2011-02-11
VNC/ARM: Use VNC server and add support to boot into X11
Ali Saidi
2011-01-07
Replace curTick global variable with accessor functions.
Steve Reinhardt
2010-11-15
ARM: Implement a CLCD Frame buffer
William Wang