summaryrefslogtreecommitdiff
path: root/src/dev/arm/RealView.py
AgeCommit message (Expand)Author
2015-09-11dev, arm: Rewrite the HDLCD controllerAndreas Sandberg
2015-08-07arm: Add support for programmable oscillatorsAndreas Sandberg
2015-05-23arm, dev: Add support for a memory mapped generic timerAndreas Sandberg
2015-05-23dev, arm: Add virtual timers to the generic timer modelAndreas Sandberg
2015-05-23dev, arm: Refactor and clean up the generic timer modelAndreas Sandberg
2015-05-23arm: Workaround incorrect HDLCD register order in kernelAndreas Sandberg
2015-04-08config: Support full-system with SST's memory systemCurtis Dunham
2014-07-25energy: Add the Energy Controller in the right configsStephan Diestelhorst
2014-09-03arm: Support >2GB of memory for AArch64 systemsAli Saidi
2014-09-03dev, arm: Add support for linux generic pci host driverAli Saidi
2014-09-03config: Refactor RealviewEMM to fit into new config systemGeoffrey Blake
2014-05-09dev: Set HDLCD default pixel clock for 1080p @ 60HzChris Emmons
2014-01-24arm: Add support for ARMv8 (AArch64 & AArch32)ARM gem5 Developers
2013-10-17dev: Add option to disable framebuffer .bmp dump in run folderDam Sunwoo
2013-08-19mem: Change AbstractMemory defaults to match the common caseAndreas Hansson
2013-07-11dev/arm: get rid of AmbaDev namespaceSteve Reinhardt
2013-06-27config: Remove redundant explicit setting of default clocksAkash Bagdia
2013-05-30mem: Avoid explicitly zeroing the memory backing storeAndreas Hansson
2013-04-22ARM: Add support for HDLCD controller for TC2 and newer Versatile Express tiles.Chris Emmons
2012-10-25arm: Create a GIC base class and make the PL390 derive from itAndreas Sandberg
2013-01-07dev: Fix the Pl111 timings by separating pixel and DMA clockAndreas Hansson
2013-01-07config: Replace second keyboard with a mouse.Chris Emmons
2012-11-02sim: Include object header files in SWIG interfacesAndreas Sandberg
2012-11-02base: split out the VncServer into a VncInput and Server classesChander Sudanthi
2012-09-07ARM: Fix one of the timers used in the VExpress EMM platform.Ali Saidi
2012-08-21Clock: Move the clock and related functions to ClockedObjectAndreas Hansson
2012-06-27ARM: Fix address range issue with VExpress EMMAli Saidi
2012-06-05ARM: Add PCIe support to VExpress_EMM model and remove deprecated ELTGeoffrey Blake
2012-05-10ARM: EMM board address range fixChander Sudanthi
2012-04-06MEM: Enable multiple distributed generalized memoriesAndreas Hansson
2012-03-21ARM: Add RTC to PBX SystemKoan-Sin Tan
2012-03-01ARM: FIx missing cf controller connection.Ali Saidi
2012-03-01ARM: Add support for Versatile Express extended memory mapAli Saidi
2012-02-14MEM: Fix residual bus ports and make them master/slaveAndreas Hansson
2012-02-13MEM: Introduce the master/slave port roles in the Python classesAndreas Hansson
2012-02-01configs: More fixes for the memory system updatesAli Saidi
2012-01-28Merge with the main repo.Gabe Black
2012-01-17MEM: Removing the default port peer from Python portsAndreas Hansson
2012-01-17MEM: Make the bus bridge unidirectional and fixed address rangeAndreas Hansson
2011-10-04SE/FS: Put platform pointers in fewer objects.Gabe Black
2011-08-19ARM: Add VExpress_E support with PCIe to gem5Ali Saidi
2011-08-19ARM: Add support for Versatile Express boardsAli Saidi
2011-08-19ARM: Add per-cpu local timers for ARM.Geoffrey Blake
2011-07-10IO: Handle case where ISA Fake device is being used as a fake memory.Ali Saidi
2011-05-13ARM: Better RealView/Versatile EB platform support.Chander Sudanthi
2011-05-04ARM: Make GIC handle IPIs and multiple processors.Prakash Ramrakhyani
2011-05-04ARM: Add snoop control unit device.Ali Saidi
2011-04-04ARM: Include IDE/CF controller by default in PBX model.Ali Saidi
2011-02-11VNC/ARM: Use VNC server and add support to boot into X11Ali Saidi
2010-11-15ARM: Add a Keyboard Mouse Interface controllerWilliam Wang