config, arm: Unify checkpoint path handling in bL configs
authorAndreas Sandberg <andreas.sandberg@arm.com>
Mon, 20 Mar 2017 10:44:07 +0000 (10:44 +0000)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Mon, 3 Apr 2017 16:37:55 +0000 (16:37 +0000)
commit3547af6e449c4bc0797c1c333bdce9c1c3ee2b66
tree9a95f24632d0556bb0fa8a946a0ec53b03cf1168
parent66a1016a3548e244f4d96773bfa8985262e4d4b4
config, arm: Unify checkpoint path handling in bL configs

The vanilla bL configuration file and the dist-gem5 configuration file
use slightly different code paths when restoring from
checkpoints. Unify this by passing the parsed options to the
instantiate() method and adding an optional checkpoint keyword
argument for checkpoint directories (only used by the dist-gem5
script).

Change-Id: I9943ec10bd7a256465e29c8de571142ec3fbaa0e
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Curtis Dunham <curtis.dunham@arm.com>
Reviewed-by: Sascha Bischoff <sascha.bischoff@arm.com>
Reviewed-by: Gabor Dozsa <gabor.dozsa@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/2560
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Reviewed-by: Weiping Liao <weipingliao@google.com>
configs/example/arm/dist_bigLITTLE.py
configs/example/arm/fs_bigLITTLE.py