summaryrefslogtreecommitdiff
path: root/configs/example/fs.py
diff options
context:
space:
mode:
authorCiro Santilli <ciro.santilli@arm.com>2019-11-18 15:30:49 +0000
committerGiacomo Travaglini <giacomo.travaglini@arm.com>2020-01-31 12:41:49 +0000
commita29aaa364b70a227ea0784f64e4082e08ce233a1 (patch)
treea82dd9b1db4906b1308465497ae0d32c2f5e26e5 /configs/example/fs.py
parentee704209b31d3273e703509cb1573da10d52029d (diff)
downloadgem5-a29aaa364b70a227ea0784f64e4082e08ce233a1.tar.xz
config: add --bootloader to fs.py and fs_bigLITTLE.py
This allows explicitly selecting which bootloader to use. Before this commit, the bootloader had a fixed basename which had to be present inside M5_PATH. Change-Id: I02919207d6f175854017ae7b603d811da63d618e Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/23670 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Jason Lowe-Power <jason@lowepower.com> Maintainer: Jason Lowe-Power <jason@lowepower.com>
Diffstat (limited to 'configs/example/fs.py')
-rw-r--r--configs/example/fs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/example/fs.py b/configs/example/fs.py
index e202d7513..e747b1aab 100644
--- a/configs/example/fs.py
+++ b/configs/example/fs.py
@@ -104,6 +104,7 @@ def build_test_system(np):
ruby=options.ruby,
security=options.enable_security_extensions,
vio_9p=options.vio_9p,
+ bootloader=options.bootloader,
)
if options.enable_context_switch_stats_dump:
test_sys.enable_context_switch_stats_dump = True