config: Add a CPU clock command-line option
authorAkash Bagdia <akash.bagdia@arm.com>
Thu, 27 Jun 2013 09:49:49 +0000 (05:49 -0400)
committerAkash Bagdia <akash.bagdia@arm.com>
Thu, 27 Jun 2013 09:49:49 +0000 (05:49 -0400)
commit4459b305251109ff147d72142452e25c74542ebd
treea1fe5a5127f8549b00b930ac2e82080b0cfe1968
parent7eccb1b779cb6458ed78ba73f2fdabe94fa805b3
config: Add a CPU clock command-line option

This patch adds a 'cpu_clock' command-line option and uses the value
to assign clocks to components running at the CPU speed (L1 and L2
including the L2-bus). The configuration scripts are updated
accordingly.

The 'clock' option is left unchanged in this patch as it is still used
by a number of components. In follow-on patches the latter will be
disambiguated further.
configs/common/CacheConfig.py
configs/common/Options.py
configs/example/fs.py
configs/example/ruby_fs.py
configs/example/se.py