diff options
author | Ali Saidi <Ali.Saidi@ARM.com> | 2014-10-29 23:18:27 -0500 |
---|---|---|
committer | Ali Saidi <Ali.Saidi@ARM.com> | 2014-10-29 23:18:27 -0500 |
commit | f2db2a96d181f796e6e475121f10230b9d1d007f (patch) | |
tree | e4a98f593cd5f3fc2c695a543723f5e6ee4def39 /tests/SConscript | |
parent | 5bfa521c46e489c06ac3ae44b97421f5ccb30bb7 (diff) | |
download | gem5-f2db2a96d181f796e6e475121f10230b9d1d007f.tar.xz |
arm, tests: Update config files to more recent kernels and create 64-bit regressions.
This changes the default ARM system to a Versatile Express-like system that supports
2GB of memory and PCI devices and updates the default kernels/file-systems for
AArch64 ARM systems (64-bit) to support up to 32GB of memory and PCI devices. Some
platforms that are no longer supported have been pruned from the configuration files.
In addition a set of 64-bit ARM regressions have been added to the regression system.
Diffstat (limited to 'tests/SConscript')
-rw-r--r-- | tests/SConscript | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/tests/SConscript b/tests/SConscript index ec2b4b121..5c33e2956 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -332,7 +332,20 @@ if env['TARGET_ISA'] == 'arm': 'realview-switcheroo-atomic', 'realview-switcheroo-timing', 'realview-switcheroo-o3', - 'realview-switcheroo-full'] + 'realview-switcheroo-full', + 'realview64-simple-atomic', + 'realview64-simple-atomic-dual', + 'realview64-simple-timing', + 'realview64-simple-timing-dual', + 'realview64-o3', + 'realview64-o3-checker', + 'realview64-o3-dual', + 'realview64-minor', + 'realview64-minor-dual', + 'realview64-switcheroo-atomic', + 'realview64-switcheroo-timing', + 'realview64-switcheroo-o3', + 'realview64-switcheroo-full'] if env['TARGET_ISA'] == 'x86': configs += ['pc-simple-atomic', 'pc-simple-timing', |