blob: 5c38bdd668869a3fa279bad838b4e8def4e24a1a [file] [log] [blame]
Brad Bishopbec4ebc2022-08-03 09:55:16 -04001# When booting gem5-arm64 with Xen we need to set the cpu as Cortex A53 and
2# remove support for pointer authentification
3GEM5_RUN_EXTRA:append = " \
4${@bb.utils.contains('DISTRO_FEATURES_NATIVE', 'xen', \
5'--param=system.cpu_cluster[0].cpus[0].isa[0].midr=0x410fd030 \
6--param=system.cpu_cluster[0].cpus[0].isa[0].id_aa64isar1_el1=0x0', \
7'', d)}"