]> begriffs open source - freertos/commit
Introduce Trusted Firmware M support in Kernel on ARM Cortex M33 (#108)
authorsherryzhang <43438402+Sherryzhang2@users.noreply.github.com>
Wed, 9 Sep 2020 15:15:50 +0000 (23:15 +0800)
committerGitHub <noreply@github.com>
Wed, 9 Sep 2020 15:15:50 +0000 (08:15 -0700)
commit524e78d58b6ee60f74e9b7028f266c5722bf4c24
tree2811bad7b54e88591827aeda796d41e37fd44af1
parent651289ef043b1b9cedb5c0302d0bf95b0be685d8
Introduce Trusted Firmware M support in Kernel on ARM Cortex M33 (#108)

This port adds the support that FreeRTOS applications can call the secure
    services in Trusted Firmware M(TF-M) via PSA Platform Security
    Architecture(PSA) API based on Arm Cortex-M33 platform with GCC compiler.

    More information:
    PSA - https://www.arm.com/why-arm/architecture/platform-security-architecture
    TF-M - https://git.trustedfirmware.org/trusted-firmware-m.git/

Change-Id: I2e771b66e8d75927abc2505a187a16250d504db2
Signed-off-by: Sherry Zhang <sherry.zhang2@arm.com>
portable/ThirdParty/GCC/ARM_CM33_TFM/README.md [new file with mode: 0644]
portable/ThirdParty/GCC/ARM_CM33_TFM/os_wrapper_freertos.c [new file with mode: 0644]