Giacomo Travaglini has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/66856?usp=email )

 (

2 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
 )Change subject: util: Update run_gem5_fs.sh script with AArch64 platform
......................................................................

util: Update run_gem5_fs.sh script with AArch64 platform

The example script is using VExpress_EMM, which is a deprecated platform
and it is referring to an AArch32 kernel. With this patch we
use the VExpress_GEM5_Foundation platform instead and point
to a AArch64 kernel

Change-Id: I961d5d5de71bc284c7492ee7b04088148909ca1b
Signed-off-by: Giacomo Travaglini <giacomo.travagl...@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/66856
Maintainer: Daniel Carvalho <oda...@yahoo.com.br>
Reviewed-by: Matthias Jung <jun...@eit.uni-kl.de>
Reviewed-by: Daniel Carvalho <oda...@yahoo.com.br>
Tested-by: kokoro <noreply+kok...@google.com>
---
M util/tlm/README
M util/tlm/run_gem5_fs.sh
2 files changed, 26 insertions(+), 7 deletions(-)

Approvals:
  Matthias Jung: Looks good to me, approved
  Daniel Carvalho: Looks good to me, approved; Looks good to me, approved
  kokoro: Regressions pass




diff --git a/util/tlm/README b/util/tlm/README
index 8098afa..3ae43c5 100644
--- a/util/tlm/README
+++ b/util/tlm/README
@@ -145,10 +145,9 @@
 > ../../build/ARM/gem5.opt ../../configs/example/fs.py               \
   --tlm-memory=transactor --cpu-type=TimingSimpleCPU --num-cpu=1     \
   --mem-type=SimpleMemory --mem-size=512MB --mem-channels=1 --caches \
-  --l2cache --machine-type=VExpress_EMM                              \
-  --dtb-filename=vexpress.aarch32.ll_20131205.0-gem5.1cpu.dtb        \
-  --kernel=vmlinux.aarch32.ll_20131205.0-gem5                        \
-  --disk-image=linux-aarch32-ael.img
+  --l2cache --machine-type=VExpress_GEM5_Foundation                  \
+  --kernel=vmlinux.arm64                                             \
+  --disk-image=ubuntu-18.04-arm64-docker.img

 The message "fatal: Can't find port handler type 'tlm_slave'" is okay.
 The configuration will be stored in the m5out/ directory
diff --git a/util/tlm/run_gem5_fs.sh b/util/tlm/run_gem5_fs.sh
index 9065cbf..d8ab847 100755
--- a/util/tlm/run_gem5_fs.sh
+++ b/util/tlm/run_gem5_fs.sh
@@ -42,9 +42,9 @@
 --mem-size=512MB                                            \
 --mem-channels=1                                            \
 --caches --l2cache                                          \
---machine-type=VExpress_EMM                                 \
---dtb-filename=vexpress.aarch32.ll_20131205.0-gem5.1cpu.dtb \
---kernel=vmlinux.aarch32.ll_20131205.0-gem5
+--machine-type=VExpress_GEM5_Foundation                     \
+--kernel=vmlinux.arm64                                      \
+--disk-image=ubuntu-18.04-arm64-docker.img

 echo -e "\n${BGre}Run gem5 ${RCol}\n"


--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/66856?usp=email To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I961d5d5de71bc284c7492ee7b04088148909ca1b
Gerrit-Change-Number: 66856
Gerrit-PatchSet: 4
Gerrit-Owner: Giacomo Travaglini <giacomo.travagl...@arm.com>
Gerrit-Reviewer: Daniel Carvalho <oda...@yahoo.com.br>
Gerrit-Reviewer: Gabe Black <gabe.bl...@gmail.com>
Gerrit-Reviewer: Giacomo Travaglini <giacomo.travagl...@arm.com>
Gerrit-Reviewer: Matthias Jung <jun...@eit.uni-kl.de>
Gerrit-Reviewer: kokoro <noreply+kok...@google.com>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org

Reply via email to