Upstream fork of ATF with a couple of rk3399 patches to remove HDCP blob and increase BAUD_RATE.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Andrius Štikonas 5911d0f6f5 Remove HDCP blob. 12 months ago
.husky build(hooks): add commitlint hook 2 years ago
bl1 fix(bl1): invalidate SP in data cache during secure SMC 1 year ago
bl2 fix(bl2): define RAM_NOLOAD for XIP 1 year ago
bl2u Avoid the use of linker *_SIZE__ macros 2 years ago
bl31 feat(brbe): add BRBE support for NS world 1 year ago
bl32 fix(security): update Cortex-A15 CPU lib files for CVE-2022-23960 1 year ago
common feat(spmc): add FFA_PARTITION_INFO_GET handler 1 year ago
docs Merge "docs(changelog): changelog for v2.7 release" into integration 1 year ago
drivers Merge changes from topic "gpt-crc" into integration 1 year ago
fdts fix(stm32mp1-fdts): correct memory mapping for STM32MP13 1 year ago
include fix(include/aarch64): fix encodings for MPAMVPM* registers 1 year ago
lib fix(cpus/denver): use CPU_NO_EXTRA3_FUNC for all variants 1 year ago
licenses docs(license): rectify `arm-gic.h` license 2 years ago
make_helpers build(drtm): add DRTM support build option 1 year ago
plat Remove HDCP blob. 12 months ago
services fix(spmc): fix incorrect FF-A version usage 1 year ago
tools docs(changelog): changelog for v2.7 release 1 year ago
.checkpatch.conf Re-apply GIT_COMMIT_ID check for checkpatch 4 years ago
.commitlintrc.js build(commitlint): make the scope optional 1 year ago
.cz.json refactor(hooks): replace cz-conventional-changelog with cz-commitlint 1 year ago
.editorconfig .editorconfig: set max line length to 100 3 years ago
.gitignore feat(sptool): delete c version of the sptool 1 year ago
.gitreview Specify integration as the default branch for git-review 3 years ago
.versionrc.js docs(changelog): fix broken version bumping 1 year ago
Makefile Merge "docs(changelog): changelog for v2.7 release" into integration 1 year ago
changelog.yaml docs(changelog): changelog for v2.7 release 1 year ago
dco.txt Drop requirement for CLA in contribution.md 7 years ago
license.rst doc: De-duplicate readme and license files 4 years ago
package-lock.json docs(changelog): changelog for v2.7 release 1 year ago
package.json docs(changelog): changelog for v2.7 release 1 year ago
readme.rst doc: Formatting fixes for readme.rst 4 years ago

readme.rst

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> </head>

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.

</html>