arm, config: Add an example ARM big.LITTLE(tm) configuration script
authorGabor Dozsa <gabor.dozsa@arm.com>
Thu, 21 Jul 2016 16:19:16 +0000 (17:19 +0100)
committerGabor Dozsa <gabor.dozsa@arm.com>
Thu, 21 Jul 2016 16:19:16 +0000 (17:19 +0100)
commita288c94387b110112461ff5686fa727a43ddbe9c
tree51119837b5da08eaffa1df137762c225cd35f8b5
parent752f1c1fe9e74ebb0d373276b332b3242e589208
arm, config: Add an example ARM big.LITTLE(tm) configuration script

An ARM big.LITTLE system consists of two cpu clusters: the big
CPUs are typically complex out-of-order cores and the little
CPUs are simpler in-order ones. The fs_bigLITTLE.py script
can run a full system simulation with various number of big
and little cores and cache hierarchy. The commit also includes
two example device tree files for booting Linux on the
bigLITTLE system.

Change-Id: I6396fb3b2d8f27049ccae49d8666d643b66c088b
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
configs/example/arm/devices.py [new file with mode: 0644]
configs/example/arm/fs_bigLITTLE.py [new file with mode: 0644]
system/arm/dt/Makefile
system/arm/dt/armv8_big_little.dts [new file with mode: 0644]