From ba570f57f3564010715577825a004efd2a535f9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Thu, 8 Nov 2018 00:00:01 +0000 Subject: [PATCH] gem5: update to 121160d97f3d41220a26d3371a277434c3defea3 --- run | 2 +- submodules/gem5 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/run b/run index 444eaee..e01ea26 100755 --- a/run +++ b/run @@ -199,7 +199,7 @@ def main(args, extra_args=None): if args.arch == 'aarch64': # https://stackoverflow.com/questions/43682311/uart-communication-in-gem5-with-arm-bare-metal/50983650#50983650 cmd.extend(['--param', 'system.highest_el_is_64 = True', common.Newline]) - cmd.extend(['--param', 'system.auto_reset_addr_64 = True', common.Newline]) + cmd.extend(['--param', 'system.auto_reset_addr = True', common.Newline]) elif args.gem5_script == 'biglittle': if args.gem5_restore is not None: cpt_dir = common.gem_list_checkpoint_dirs()[-args.gem5_restore] diff --git a/submodules/gem5 b/submodules/gem5 index d4b3e06..121160d 160000 --- a/submodules/gem5 +++ b/submodules/gem5 @@ -1 +1 @@ -Subproject commit d4b3e064adeeace3c3e7d106801f95c14637c12f +Subproject commit 121160d97f3d41220a26d3371a277434c3defea3