TF-A GICv3 driver: Change API for GICR_IPRIORITYR accessors
Alexei Fedorov authored
To support compatibility with previous GICv3 driver version
this patch:
- restores original API for gicr_read_ipriority() and
gicr_wrtite_ipriority() functions;
- adds accessor functions for GICR_XXX0,1 registers, e.g.
GICR_IGROUPR0, GICR_ICFGR0, GICR_ICFGR1, etc.

Change-Id: I796a312a61665ff384e3d9de2f4b3c60f700b43b
Signed-off-by: default avatarAlexei Fedorov <Alexei.Fedorov@arm.com>
e2a4027b
Name Last commit Last update
bl1 Merge "Fix MISRA C issues in BL1/BL2/BL31" into integration
bl2 Merge "Fix MISRA C issues in BL1/BL2/BL31" into integration
bl2u Merge "Fix MISRA C issues in BL1/BL2/BL31" into integration
bl31 linker_script: move bss section to bl_common.ld.h
bl32 linker_script: move bss section to bl_common.ld.h
common Add support to pass the nt_fw_config DTB to OP-TEE.
docs TF-A: Add GICv4 extension for GIC driver
drivers TF-A GICv3 driver: Change API for GICR_IPRIORITYR accessors
fdts corstone700: updating the kernel arguments to support initramfs
include TF-A: Add GICv4 extension for GIC driver
lib Merge "xlat_tables_v2: use get_current_el_maybe_constant() in is_dcache_enabled()" into integration
make_helpers Enable MTE support
plat Merge "arm_fpga: adapt to new way of including gicv3 files" into integration
services spd: tlkd: support new TLK SMCs for RPMB service
tools Merge changes from topic "sb/dualroot" into integration
.checkpatch.conf Re-apply GIT_COMMIT_ID check for checkpatch
.editorconfig doc: Final, pre-release fixes and updates
.gitignore Ignore the ctags file
.gitreview Specify integration as the default branch for git-review
Makefile Merge changes from topic "macro-cleanup" into integration
dco.txt Drop requirement for CLA in contribution.md
license.rst doc: De-duplicate readme and license files
readme.rst doc: Formatting fixes for readme.rst

Trusted Firmware-A

Trusted Firmware-A (TF-A) is a reference implementation of secure world software for Arm A-Profile architectures (Armv8-A and Armv7-A), including an Exception Level 3 (EL3) Secure Monitor. It provides a suitable starting point for productization of secure world boot and runtime firmware, in either the AArch32 or AArch64 execution states.

TF-A implements Arm interface standards, including:

The code is designed to be portable and reusable across hardware platforms and software models that are based on the Armv8-A and Armv7-A architectures.

In collaboration with interested parties, we will continue to enhance TF-A with reference implementations of Arm standards to benefit developers working with Armv7-A and Armv8-A TrustZone technology.

Users are encouraged to do their own security validation, including penetration testing, on any secure world code derived from TF-A.

More Info and Documentation

To find out more about Trusted Firmware-A, please view the full documentation that is available through trustedfirmware.org.


Copyright (c) 2013-2019, Arm Limited and Contributors. All rights reserved.