Lines Matching +full:created +full:- +full:for
9 - First major release.
11 - A Secure FW with support for PSA Level 1 and 2 isolation on Armv8-M
12 using TrustZone extension and Dual-core Cortex-M config.
14 - The PSA Firmware Framework (PSA FF)/Dev API interfaces exposed by the
17 - A secure FW model with NS application example.
19 - Secure services running within this SPE
21 - Secure Storage Service (PSA Protected Storage API - 1.0.0)
22 - Attestation (PSA Attestation API 1.0.0)
23 - Crypto Service (PSA API 1.0-beta-3)
24 - TF-M Audit Log
25 - Platform Service
26 - Internal Trusted Storage (PSA API 1.0.0)
28 - PSA IPC support
30 - Support for Armv8-M mainline and baseline and Dual-core Cortex-M systems.
32 - Testcases running baremetal and with RTX to test the functionality.
34 - BL2 bootloader for image authentication based on SHA256 and RSA-3072
37 - Build system based on CMake, supporting ARMCLANG and GNU Arm.
39 - Support for integrated CryptoCell-312 cryptographic hardware accelerator
40 on Musca-B1 platform.
42 - Meets requirements for Updatable RoT for PSA Functional API, Level 1 and
49 - Cortex M33 based SSE-200 system:
51 - `FPGA image loaded on MPS2 board.
52 …<https://developer.arm.com/products/system-design/development-boards/cortex-m-prototyping-systems/…
53 - `Fast model FVP_MPS2_AEMv8M.
54 <https://developer.arm.com/products/system-design/fixed-virtual-platforms>`__
55 - `Musca-A test chip board.
56 …https://developer.arm.com/products/system-design/development-boards/iot-test-chips-and-boards/musc…
57 - `Musca-B1 test chip board.
58 …https://developer.arm.com/products/system-design/development-boards/iot-test-chips-and-boards/musc…
59 - `Musca-S1 test chip board.`
60 - `FPGA image loaded on MPS3 board.
61 … <https://developer.arm.com/tools-and-software/development-boards/fpga-prototyping-boards/mps3>`__
62 - `Arm DesignStart FPGA on AWS Cloud.
63 …<https://developer.arm.com/docs/101965/0102/arm-designstart-fpga-on-cloud-arm-ds-getting-started>`…
65 - Cortex M23 based IoT Kit system:
67 - `FPGA image loaded on MPS2 board.
68 …<https://developer.arm.com/products/system-design/development-boards/cortex-m-prototyping-systems/…
72 - Dual Core Cortex-M system:
74 - `Cypress PSoc64.
75 …<https://www.cypress.com/documentation/product-brochures/cypress-psoc-64-secure-microcontrollers>`…
79 - The PSA Arch Tests need to be split into several binaries to load onto
80 Musca-A board because of low memory available to the NS world to use.
82 - The Regression tests on MPS3 AN524 FPGA takes about 40 minutes to complete.
83 This is because AN524 uses QSPI Flash for runtime memory as the RAM is small.
86 - Warm reset of eFlash is not permitted on Musca-B1 due to HW bug
87 …https://community.arm.com/developer/tools-software/oss-platforms/w/docs/426/musca-b1-warm-reset-of…
88 As TF-M is executed in place from eFlash on Musca-B1, there is good chance
89 that a warm reset of the board will have unexpected (even non-deterministic)
91 reset of Musca-B1 were executed on RAM FS using "-DSST_RAM_FS=ON" config.
97 .. list-table::
99 * - AN521 FVP soft reset via AIRCR does not reset MPC / PPC / MPU and will
100 cause boot failure. This is known issue for AN521 FVP. This will cause
102 - Issue : https://developer.trustedfirmware.org/T692
104 * - PSA Arch Crypto tests have several known failures.
105 …- See this link for detailed analysis of the failures : https://github.com/ARM-software/psa-arch-t…
107 * - There are 2 additional failures for PSA-Arch Crypto tests with CC-312
108 other than the known failures. This is due to limitation of CC-312
111 - The issue details are captured here : https://developer.trustedfirmware.org/T691
113 * - PS test case 2002 and 1002 does not fail on Musca-B1 flash when
114 run for second time without erasing flash. The WRITE_ONCE assets created
117 using persistent storage for SST.
118 - Issue created : https://developer.trustedfirmware.org/T693
120 * - Boot up fails if there is unexpected data in flash on Musca-A. The boot
123 - Issue created : https://developer.trustedfirmware.org/T694
125 * - If the flash is not erased, boot fails on Musca-B1 when SST
126 is using flash for Minsizerel config.
127 - Issue created : https://developer.trustedfirmware.org/T695
129 * - When SST/ITS are using Flash on Musca-B1, PSA Arch FF test fails due
131 Musca-B1 boot fails to boot. This could be related to general issues of
133 - Issue created : https://developer.trustedfirmware.org/T696
135 * - The eflash driver on Musca-B1 can return random failures hence
138 - Issue created : https://developer.trustedfirmware.org/T697
140 * - Release build of PSA Arch Crypto tests have a different number of tests
141 when built for AN521 FVP. This is an issue in the PSA Arch Crypto tests.
142 …- Issue created for PSA Arch Tests project : https://github.com/ARM-software/psa-arch-tests/issues…
144 --------------