Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-12 | misc: Remove redundant compiler-specific defines | Andreas Hansson | |
This patch moves away from using M5_ATTR_OVERRIDE and the m5::hashmap (and similar) abstractions, as these are no longer needed with gcc 4.7 and clang 3.1 as minimum compiler versions. | |||
2015-07-07 | dev, arm: Add a device model that uses the NoMali model | Andreas Sandberg | |
Add a simple device shim that interfaces with the NoMali model library. The gem5 side of the interface supports Mali T60x/T62x/T760 GPUs. This device model pretends to be a Mali GPU, but doesn't render anything and executes in zero time. |