diff options
author | Giacomo Travaglini <giacomo.travaglini@arm.com> | 2019-01-28 15:19:51 +0000 |
---|---|---|
committer | Giacomo Travaglini <giacomo.travaglini@arm.com> | 2019-12-20 17:59:39 +0000 |
commit | c3fecd4520555dfaf6a3836f791e638de1412e28 (patch) | |
tree | c3901d8593a76347d90e1b39e1d6a6885f502c23 /tests/configs/realview64-minor.py | |
parent | 54458b125bd52c3735063bcbac6e07984c29db05 (diff) | |
download | gem5-c3fecd4520555dfaf6a3836f791e638de1412e28.tar.xz |
configs: arm realview(64) regressions using VExpress_GEM5_V1
This patch is updating the arm regression configs so that the newer
VExpress_GEM_V1 platform is used instead of the older VExpress_EMM and
VExpress_EMM64.
A new optional kernel_mode argument has been added in order to
distinguish between realview and realview64 platforms. If not provided
the config will assume the machine is running a AArch64 kernel.
Other notable additions:
- DTB autogeneration in regressions
- Using minimal m5exit.squashfs disk image
Change-Id: Ia230565f072fe3eb7756c41876dba4657583f4df
Signed-off-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/22687
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu>
Diffstat (limited to 'tests/configs/realview64-minor.py')
-rw-r--r-- | tests/configs/realview64-minor.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/configs/realview64-minor.py b/tests/configs/realview64-minor.py index 796a36db0..772b8a48e 100644 --- a/tests/configs/realview64-minor.py +++ b/tests/configs/realview64-minor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 ARM Limited +# Copyright (c) 2014, 2019 ARM Limited # All rights reserved. # # The license below extends only to copyright in the software and shall @@ -38,7 +38,6 @@ from m5.objects import * from arm_generic import * -root = LinuxArmFSSystemUniprocessor(machine_type='VExpress_EMM64', - mem_mode='timing', +root = LinuxArmFSSystemUniprocessor(mem_mode='timing', mem_class=DDR3_1600_8x8, cpu_class=MinorCPU).create_root() |