mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 12:04:27 +01:00
gem5: update to 121160d97f3d41220a26d3371a277434c3defea3
This commit is contained in:
2
run
2
run
@@ -199,7 +199,7 @@ def main(args, extra_args=None):
|
|||||||
if args.arch == 'aarch64':
|
if args.arch == 'aarch64':
|
||||||
# https://stackoverflow.com/questions/43682311/uart-communication-in-gem5-with-arm-bare-metal/50983650#50983650
|
# 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.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':
|
elif args.gem5_script == 'biglittle':
|
||||||
if args.gem5_restore is not None:
|
if args.gem5_restore is not None:
|
||||||
cpt_dir = common.gem_list_checkpoint_dirs()[-args.gem5_restore]
|
cpt_dir = common.gem_list_checkpoint_dirs()[-args.gem5_restore]
|
||||||
|
|||||||
Submodule submodules/gem5 updated: d4b3e064ad...121160d97f
Reference in New Issue
Block a user