gem5/src
Andreas Sandberg 6533f2000b arm: Get rid of pointless have_generic_timer param
The ArmSystem class has a parameter to indicate whether it is
configured to use the generic timer extension or not. This parameter
doesn't affect any feature flags in the current implementation and is
therefore completely unnecessary. In fact, we usually don't set it
even if a system has a generic timer. If we ever need to check if
there is a generic timer present, we should just request a pointer and
check if it is non-null instead.
2015-05-23 13:46:54 +01:00
..
arch arm: Get rid of pointless have_generic_timer param 2015-05-23 13:46:54 +01:00
base base: Redesign internal frame buffer handling 2015-05-23 13:37:03 +01:00
cpu kvm: Fix dumping code for large registers 2015-05-23 13:37:22 +01:00
dev dev, arm: Add virtual timers to the generic timer model 2015-05-23 13:46:53 +01:00
doc cpu: `Minor' in-order CPU model 2014-07-23 16:09:04 -05:00
doxygen MEM: Put memory system document into doxygen 2012-09-25 11:49:41 -05:00
kern arch, base, dev, kern, sym: FreeBSD support 2015-04-29 22:35:23 -05:00
mem ruby: Fix RubySystem warm-up and cool-down scope 2015-05-19 10:56:51 -05:00
proto cpu: add support for outputing a protobuf formatted CPU trace 2015-02-16 03:32:38 -05:00
python misc: quote args in echoed command line 2015-03-23 16:14:18 -07:00
sim base: Redesign internal frame buffer handling 2015-05-23 13:37:03 +01:00
unittest base: Redesign internal frame buffer handling 2015-05-23 13:37:03 +01:00
Doxyfile Doxygen: Update the version of the Doxyfile 2012-10-11 06:38:42 -04:00
SConscript base: Add compiler macros to add deprecation warnings 2015-02-11 10:23:24 -05:00