configs: Add simpleSystem helper to generate devices.SimpleSystem
authorGiacomo Travaglini <giacomo.travaglini@arm.com>
Wed, 25 Sep 2019 12:11:22 +0000 (13:11 +0100)
committerGiacomo Travaglini <giacomo.travaglini@arm.com>
Tue, 15 Oct 2019 08:33:09 +0000 (08:33 +0000)
commite1488cd05c5a2446f9e31f53176b661e4f1d94a8
treec1ac54782bb93b7a248c33d7eece542f6b3c8ec7
parent0f1efb84a33d737175ed66e977239fbebc06ca82
configs: Add simpleSystem helper to generate devices.SimpleSystem

This patch will make it possible to generate a SimpleSystem inheriting
from a configurable base class. More practically it will be possible to
inherit from a baremetal System (ArmSystem) rather than from a
LinuxArmSystem

Change-Id: I11553ae8045519059e159c555c6c9141bb4519b7
Signed-off-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/21603
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
Tested-by: kokoro <noreply+kokoro@google.com>
configs/example/arm/devices.py
configs/example/arm/fs_bigLITTLE.py
configs/example/arm/starter_fs.py