commit | ef0d0e5478a3f19cbe70a378b9b184036db38fe2 | [log] [tgz] |
---|---|---|
author | Govindraj Raja <govindraj.raja@arm.com> | Wed Feb 28 14:37:09 2024 -0600 |
committer | Govindraj Raja <govindraj.raja@arm.com> | Mon Mar 18 19:29:44 2024 -0500 |
tree | a5471406c372ffb991a7635526a42e7d9558467b | |
parent | e3ecd73116eb66c18f5d999d23b99995f9636502 [diff] |
fix(mte): use ATA bit with FEAT_MTE2 Currently SCR_EL3.ATA bit(26) is used freely or either with FEAT_MTE, But ATA bit is available only with FEAT_MTE2. So use FEAT_MTE2 conditional check for use of SCR_EL3.ATA. Ref: https://developer.arm.com/documentation/ddi0601/2023-12/AArch64-Registers/SCR-EL3--Secure-Configuration-Register?lang=en#fieldset_0-26_26-1 Change-Id: I0a5766a138b0be760c5584014f1ab817e4207a93 Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>