Home
last modified time | relevance | path

Searched hist:"6 b8df7b9e5cc70ef0433a99bf73db6db6002482c" (Results 1 – 8 of 8) sorted by relevance

/rk3399_ARM-atf/make_helpers/
H A Darch_features.mk6b8df7b9e5cc70ef0433a99bf73db6db6002482c Thu Jan 09 23:18:30 UTC 2025 Arvind Ram Prakash <arvind.ramprakash@arm.com> feat(mops): enable FEAT_MOPS in EL3 when INIT_UNUSED_NS_EL2=1

FEAT_MOPS, mandatory from Arm v8.8, is typically managed in EL2.
However, in configurations where NS_EL2 is not enabled,
EL3 must set the HCRX_EL2.MSCEn bit to 1 to enable the feature.

This patch ensures FEAT_MOPS is enabled by setting HCRX_EL2.MSCEn to 1.

Change-Id: Ic4960e0cc14a44279156b79ded50de475b3b21c5
Signed-off-by: Arvind Ram Prakash <arvind.ramprakash@arm.com>
/rk3399_ARM-atf/common/
H A Dfeat_detect.c6b8df7b9e5cc70ef0433a99bf73db6db6002482c Thu Jan 09 23:18:30 UTC 2025 Arvind Ram Prakash <arvind.ramprakash@arm.com> feat(mops): enable FEAT_MOPS in EL3 when INIT_UNUSED_NS_EL2=1

FEAT_MOPS, mandatory from Arm v8.8, is typically managed in EL2.
However, in configurations where NS_EL2 is not enabled,
EL3 must set the HCRX_EL2.MSCEn bit to 1 to enable the feature.

This patch ensures FEAT_MOPS is enabled by setting HCRX_EL2.MSCEn to 1.

Change-Id: Ic4960e0cc14a44279156b79ded50de475b3b21c5
Signed-off-by: Arvind Ram Prakash <arvind.ramprakash@arm.com>
/rk3399_ARM-atf/include/arch/aarch64/
H A Darch_features.h6b8df7b9e5cc70ef0433a99bf73db6db6002482c Thu Jan 09 23:18:30 UTC 2025 Arvind Ram Prakash <arvind.ramprakash@arm.com> feat(mops): enable FEAT_MOPS in EL3 when INIT_UNUSED_NS_EL2=1

FEAT_MOPS, mandatory from Arm v8.8, is typically managed in EL2.
However, in configurations where NS_EL2 is not enabled,
EL3 must set the HCRX_EL2.MSCEn bit to 1 to enable the feature.

This patch ensures FEAT_MOPS is enabled by setting HCRX_EL2.MSCEn to 1.

Change-Id: Ic4960e0cc14a44279156b79ded50de475b3b21c5
Signed-off-by: Arvind Ram Prakash <arvind.ramprakash@arm.com>
H A Darch.h6b8df7b9e5cc70ef0433a99bf73db6db6002482c Thu Jan 09 23:18:30 UTC 2025 Arvind Ram Prakash <arvind.ramprakash@arm.com> feat(mops): enable FEAT_MOPS in EL3 when INIT_UNUSED_NS_EL2=1

FEAT_MOPS, mandatory from Arm v8.8, is typically managed in EL2.
However, in configurations where NS_EL2 is not enabled,
EL3 must set the HCRX_EL2.MSCEn bit to 1 to enable the feature.

This patch ensures FEAT_MOPS is enabled by setting HCRX_EL2.MSCEn to 1.

Change-Id: Ic4960e0cc14a44279156b79ded50de475b3b21c5
Signed-off-by: Arvind Ram Prakash <arvind.ramprakash@arm.com>
/rk3399_ARM-atf/lib/el3_runtime/aarch64/
H A Dcontext_mgmt.c6b8df7b9e5cc70ef0433a99bf73db6db6002482c Thu Jan 09 23:18:30 UTC 2025 Arvind Ram Prakash <arvind.ramprakash@arm.com> feat(mops): enable FEAT_MOPS in EL3 when INIT_UNUSED_NS_EL2=1

FEAT_MOPS, mandatory from Arm v8.8, is typically managed in EL2.
However, in configurations where NS_EL2 is not enabled,
EL3 must set the HCRX_EL2.MSCEn bit to 1 to enable the feature.

This patch ensures FEAT_MOPS is enabled by setting HCRX_EL2.MSCEn to 1.

Change-Id: Ic4960e0cc14a44279156b79ded50de475b3b21c5
Signed-off-by: Arvind Ram Prakash <arvind.ramprakash@arm.com>
/rk3399_ARM-atf/docs/getting_started/
H A Dbuild-options.rst6b8df7b9e5cc70ef0433a99bf73db6db6002482c Thu Jan 09 23:18:30 UTC 2025 Arvind Ram Prakash <arvind.ramprakash@arm.com> feat(mops): enable FEAT_MOPS in EL3 when INIT_UNUSED_NS_EL2=1

FEAT_MOPS, mandatory from Arm v8.8, is typically managed in EL2.
However, in configurations where NS_EL2 is not enabled,
EL3 must set the HCRX_EL2.MSCEn bit to 1 to enable the feature.

This patch ensures FEAT_MOPS is enabled by setting HCRX_EL2.MSCEn to 1.

Change-Id: Ic4960e0cc14a44279156b79ded50de475b3b21c5
Signed-off-by: Arvind Ram Prakash <arvind.ramprakash@arm.com>
/rk3399_ARM-atf/plat/arm/board/fvp/
H A Dplatform.mk6b8df7b9e5cc70ef0433a99bf73db6db6002482c Thu Jan 09 23:18:30 UTC 2025 Arvind Ram Prakash <arvind.ramprakash@arm.com> feat(mops): enable FEAT_MOPS in EL3 when INIT_UNUSED_NS_EL2=1

FEAT_MOPS, mandatory from Arm v8.8, is typically managed in EL2.
However, in configurations where NS_EL2 is not enabled,
EL3 must set the HCRX_EL2.MSCEn bit to 1 to enable the feature.

This patch ensures FEAT_MOPS is enabled by setting HCRX_EL2.MSCEn to 1.

Change-Id: Ic4960e0cc14a44279156b79ded50de475b3b21c5
Signed-off-by: Arvind Ram Prakash <arvind.ramprakash@arm.com>
/rk3399_ARM-atf/
H A DMakefile6b8df7b9e5cc70ef0433a99bf73db6db6002482c Thu Jan 09 23:18:30 UTC 2025 Arvind Ram Prakash <arvind.ramprakash@arm.com> feat(mops): enable FEAT_MOPS in EL3 when INIT_UNUSED_NS_EL2=1

FEAT_MOPS, mandatory from Arm v8.8, is typically managed in EL2.
However, in configurations where NS_EL2 is not enabled,
EL3 must set the HCRX_EL2.MSCEn bit to 1 to enable the feature.

This patch ensures FEAT_MOPS is enabled by setting HCRX_EL2.MSCEn to 1.

Change-Id: Ic4960e0cc14a44279156b79ded50de475b3b21c5
Signed-off-by: Arvind Ram Prakash <arvind.ramprakash@arm.com>