summaryrefslogtreecommitdiff
path: root/configs/common/Benchmarks.py
diff options
context:
space:
mode:
authorAnthony Gutierrez <atgutier@umich.edu>2011-12-15 00:43:35 -0500
committerAnthony Gutierrez <atgutier@umich.edu>2011-12-15 00:43:35 -0500
commit19e65a650266a526ca47389188f21bbde79d5054 (patch)
treebce6d2b14de64f3e2239cba8f73209ba1d0f1197 /configs/common/Benchmarks.py
parent94ce9712787c59720727890893ded8a533158e2d (diff)
downloadgem5-19e65a650266a526ca47389188f21bbde79d5054.tar.xz
ARM: Update config files for Android/BBench images available on website.
--HG-- extra : rebase_source : ca98021c3f96422374fbd4500da312a5a9dd00df
Diffstat (limited to 'configs/common/Benchmarks.py')
-rw-r--r--configs/common/Benchmarks.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/configs/common/Benchmarks.py b/configs/common/Benchmarks.py
index 74c5622dc..d4607dc55 100644
--- a/configs/common/Benchmarks.py
+++ b/configs/common/Benchmarks.py
@@ -111,7 +111,10 @@ Benchmarks = {
'ValStreamCopy': [SysConfig('micro_streamcopy.rcS', '512MB')],
'MutexTest': [SysConfig('mutex-test.rcS', '128MB')],
- 'ArmAndroid': [SysConfig('null.rcS', '256MB', 'android-mbr.img')],
+ 'ArmAndroid': [SysConfig('null.rcS', '256MB',
+ 'ARMv7a-Gingerbread-Android.SMP.mouse.nolock.clean.img)')],
+ 'bbench': [SysConfig('bbench.rcS', '256MB',
+ 'ARMv7a-Gingerbread-Android.SMP.mouse.nolock.img')]
}
benchs = Benchmarks.keys()