gem5/src/dev/arm
Akash Bagdia 7eccb1b779 config: Remove redundant explicit setting of default clocks
This patch removes the explicit setting of the clock period for
certain instances of CoherentBus, NonCoherentBus and IOCache where the
specified clock is same as the default value of the system clock. As
all the values used are the defaults, there are no performance
changes. There are similar cases where the toL2Bus is set to use the
parent CPU clock which is already the default behaviour.

The main motivation for these simplifications is to ease the
introduction of clock domains.
2013-06-27 05:49:49 -04:00
..
a9scu.cc ARM: Add snoop control unit device. 2011-05-04 20:38:27 -05:00
a9scu.hh AddrRange: Transition from Range<T> to AddrRange 2012-09-19 06:15:44 -04:00
amba_device.cc fix some build problems from prior changesets 2011-04-20 18:45:03 -07:00
amba_device.hh arm: Create a GIC base class and make the PL390 derive from it 2012-10-25 14:05:24 +01:00
amba_fake.cc fix some build problems from prior changesets 2011-04-20 18:45:03 -07:00
amba_fake.hh AddrRange: Transition from Range<T> to AddrRange 2012-09-19 06:15:44 -04:00
base_gic.cc arm: Create a GIC base class and make the PL390 derive from it 2012-10-25 14:05:24 +01:00
base_gic.hh arm: Create a GIC base class and make the PL390 derive from it 2012-10-25 14:05:24 +01:00
Gic.py arm: Create a GIC base class and make the PL390 derive from it 2012-10-25 14:05:24 +01:00
gic_pl390.cc scons: Fix up numerous warnings about name shadowing 2013-02-19 05:56:06 -05:00
gic_pl390.hh arm: Don't export private GIC methods 2012-10-25 14:08:29 +01:00
hdlcd.cc sim: separate nextCycle() and clockEdge() in clockedObjects 2013-04-22 13:20:31 -04:00
hdlcd.hh ARM: Add support for HDLCD controller for TC2 and newer Versatile Express tiles. 2013-04-22 13:20:31 -04:00
kmi.cc base: split out the VncServer into a VncInput and Server classes 2012-11-02 11:32:00 -05:00
kmi.hh base: split out the VncServer into a VncInput and Server classes 2012-11-02 11:32:00 -05:00
pl011.cc arm: Create a GIC base class and make the PL390 derive from it 2012-10-25 14:05:24 +01:00
pl011.hh sim: Include object header files in SWIG interfaces 2012-11-02 11:32:01 -05:00
pl111.cc sim: separate nextCycle() and clockEdge() in clockedObjects 2013-04-22 13:20:31 -04:00
pl111.hh ARM: pl111/LCD framebuffer checkpointing fix 2013-01-07 13:05:39 -05:00
realview.cc arm: Create a GIC base class and make the PL390 derive from it 2012-10-25 14:05:24 +01:00
realview.hh sim: Include object header files in SWIG interfaces 2012-11-02 11:32:01 -05:00
RealView.py config: Remove redundant explicit setting of default clocks 2013-06-27 05:49:49 -04:00
rtc_pl031.cc ARM: Fix incorrect use of not operators in arm devices 2012-05-10 18:04:27 -05:00
rtc_pl031.hh AddrRange: Transition from Range<T> to AddrRange 2012-09-19 06:15:44 -04:00
rv_ctrl.cc ARM: fix the calculation of the values in the RV clocks 2012-05-10 18:04:28 -05:00
rv_ctrl.hh AddrRange: Transition from Range<T> to AddrRange 2012-09-19 06:15:44 -04:00
SConscript ARM: Add support for HDLCD controller for TC2 and newer Versatile Express tiles. 2013-04-22 13:20:31 -04:00
timer_cpulocal.cc sim: Make clock private and access using clockPeriod() 2013-02-19 05:56:06 -05:00
timer_cpulocal.hh sim: Make clock private and access using clockPeriod() 2013-02-19 05:56:06 -05:00
timer_sp804.cc dev: Do not serialize timer parameters 2013-01-07 13:05:39 -05:00
timer_sp804.hh dev: Do not serialize timer parameters 2013-01-07 13:05:39 -05:00