summaryrefslogtreecommitdiff
path: root/src/dev/arm/pl111.cc
AgeCommit message (Expand)Author
2017-06-20arm: Replace EventWrapper use with EventFunctionWrapperSean Wilson
2016-11-09style: [patch 1/22] use /r/3648/ to reorganize includesBrandon Potter
2015-11-27base: Add support for changing output directoriesAndreas Sandberg
2015-07-07sim: Refactor the serialization base classAndreas Sandberg
2015-05-23base: Redesign internal frame buffer handlingAndreas Sandberg
2014-12-02mem: Remove redundant Packet::allocate callsAndreas Hansson
2014-09-12style: Fix line continuation, especially in debug messagesAndrew Bardsley
2013-10-17dev: Add option to disable framebuffer .bmp dump in run folderDam Sunwoo
2013-07-11dev/arm: get rid of AmbaDev namespaceSteve Reinhardt
2013-04-22sim: separate nextCycle() and clockEdge() in clockedObjectsDam Sunwoo
2013-02-15ARM: Postpones creation of framebuffer output file until it is actually used.Chris Emmons
2012-10-25arm: Create a GIC base class and make the PL390 derive from itAndreas Sandberg
2013-01-07ARM: pl111/LCD framebuffer checkpointing fixChander Sudanthi
2013-01-07arm: Fix DMA event handling bug in the PL111 modelAndreas Sandberg
2013-01-07dev: Fix the Pl111 timings by separating pixel and DMA clockAndreas Hansson
2012-11-02base: split out the VncServer into a VncInput and Server classesChander Sudanthi
2012-08-28Clock: Add a Cycles wrapper class and use where applicableAndreas Hansson
2012-08-28Clock: Rework clocks to avoid tick-to-cycle transformationsAndreas Hansson
2012-08-21Clock: Move the clock and related functions to ClockedObjectAndreas Hansson
2012-07-09Port: Make getAddrRanges constAndreas Hansson
2012-07-09Fix: Address a few benign memory leaksAndreas Hansson
2012-02-24MEM: Move port creation to the memory object(s) constructionAndreas Hansson
2012-01-31clang: Enable compiling gem5 using clang 2.9 and 3.0Koan-Sin Tan
2012-01-17MEM: Separate queries for snooping and address rangesAndreas Hansson
2012-01-09ARM: Add support for running multiple systemsAli Saidi
2011-08-19ARM: quiet what can be a very noise CLCD controller.Ali Saidi
2011-04-20fix some build problems from prior changesetsNathan Binkert
2011-04-15includes: sort all includesNathan Binkert
2011-04-04ARM: Fix checkpointing case where PL111 is powered off.Ali Saidi
2011-02-23CLCD: Fix some serialization bugs with the clcd controller.Ali Saidi
2011-02-11VNC/ARM: Use VNC server and add support to boot into X11Ali Saidi
2011-01-07Replace curTick global variable with accessor functions.Steve Reinhardt
2010-11-15ARM: Implement a CLCD Frame bufferWilliam Wang