Merge "Enable MTE in -eng builds on zumapro devices." into main
This commit is contained in:
commit
ab0b600939
3 changed files with 33 additions and 2 deletions
14
conf/init.eng.memtag.rc
Normal file
14
conf/init.eng.memtag.rc
Normal file
|
@ -0,0 +1,14 @@
|
|||
# MTE in -eng build: all cores in Sync mode
|
||||
on init
|
||||
# Per-core mode overrides.
|
||||
# Little Cores: sync
|
||||
write /sys/devices/system/cpu/cpu0/mte_tcf_preferred sync
|
||||
write /sys/devices/system/cpu/cpu1/mte_tcf_preferred sync
|
||||
write /sys/devices/system/cpu/cpu2/mte_tcf_preferred sync
|
||||
write /sys/devices/system/cpu/cpu3/mte_tcf_preferred sync
|
||||
# Mid Cores: sync
|
||||
write /sys/devices/system/cpu/cpu4/mte_tcf_preferred sync
|
||||
write /sys/devices/system/cpu/cpu5/mte_tcf_preferred sync
|
||||
write /sys/devices/system/cpu/cpu6/mte_tcf_preferred sync
|
||||
# Big Core: sync
|
||||
write /sys/devices/system/cpu/cpu7/mte_tcf_preferred sync
|
Loading…
Add table
Add a link
Reference in a new issue