arm-trusted-firmware/include/common
Govindraj Raja 306551362c feat(d128): add support for FEAT_D128
This patch disables trapping to EL3 when the FEAT_D128
specific registers are accessed by setting the SCR_EL3.D128En bit.

If FEAT_D128 is implemented, then FEAT_SYSREG128 is implemented.
With FEAT_SYSREG128 certain system registers are treated as 128-bit,
so we should be context saving and restoring 128-bits instead of 64-bit
when FEAT_D128 is enabled.

FEAT_SYSREG128 adds support for MRRS and MSRR instruction which
helps us to read write to 128-bit system register.
Refer to Arm Architecture Manual for further details.

Change the FVP platform to default to handling this as a dynamic option
so the right decision can be made by the code at runtime.

Change-Id: I1a53db5eac29e56c8fbdcd4961ede3abfcb2411a
Signed-off-by: Jayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com>
Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>
2024-10-24 14:51:55 -05:00
..
tbbr fix(tbbr): guard defines under MBEDTLS_CONFIG_FILE 2023-10-26 11:30:39 +01:00
asm_macros_common.S Add support for Branch Target Identification 2019-05-24 14:44:45 +01:00
bl_common.h build: remove MAKE_BUILD_STRINGS function 2024-04-29 12:47:01 +00:00
bl_common.ld.h feat(spmd): add spmd logical partitions 2023-08-03 07:03:13 -07:00
build_message.h build: remove MAKE_BUILD_STRINGS function 2024-04-29 12:47:01 +00:00
debug.h feat(console): introduce EARLY_CONSOLE 2024-04-24 15:44:28 +02:00
desc_image_load.h Add helper to parse BL31 parameters (both versions) 2019-07-23 20:25:34 -07:00
ep_info.h feat(rme): add Realm security state definition 2021-10-01 16:54:44 -05:00
fdt_fixup.h Merge "feat(libfdt): add function to set MAC addresses" into integration 2022-07-08 13:29:58 +02:00
fdt_wrappers.h feat(fdt-wrappers): add function to read uint64 with default value 2024-09-20 14:54:44 +02:00
feat_detect.h feat(cpufeat): add new feature state for asymmetric features 2024-08-17 09:35:13 +01:00
image_decompress.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
interrupt_props.h feat(gicv3): enlarge the range for intr_num of structure interrupt_prop_t 2023-02-06 13:48:11 +08:00
nv_cntr_ids.h dtsi: Update the nv-counter node in the device tree 2020-08-28 09:50:25 +00:00
par.h feat(d128): add support for FEAT_D128 2024-10-24 14:51:55 -05:00
param_header.h Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ 2019-08-01 13:14:12 -07:00
romlib.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
runtime_svc.h style: remove useless trailing semicolon and line continuations 2023-03-09 14:59:08 +01:00
sha_common_macros.h refactor: digest sizes 2024-09-30 16:05:54 -07:00
tf_crc32.h refactor(hw_crc32): renamed hw_crc32 to tf_crc32 2021-08-02 17:15:41 +01:00
uuid.h fix(uuid): add missing #include directives 2023-04-17 16:13:16 +01:00