Lines Matching full:secure
7 use of its secure run-time services in Zephyr applications.
12 TF-M will be built for the secure processing environment along with Zephyr if
20 configuration that takes into account the initialisation process in the secure
24 target to build for the secure processing environment.
30 a secure Zephyr binary.
34 non-secure image, linked with TF-M as an external project, and optionally the
35 secure bootloader:
43 the required space for TF-M and the secure bootloader:
67 This reserves 1 MB of code memory and 1 MB of RAM for secure boot and TF-M,
68 such that our non-secure Zephyr application code will start at 0x10000, with
77 * 0x0008_0000 Secure image primary slot (0.5 MB)
78 * 0x0010_0000 Non-secure image primary slot (0.5 MB)
79 * 0x0018_0000 Secure image secondary slot (0.5 MB)
80 * 0x0020_0000 Non-secure image secondary slot (0.5 MB)