Commit 9f88fce
committed
[M2351] Support secure/non-secure combined build for PSA
Support secure/non-secure combined build for PSA target:
1. In secure post-build, deliver built secure image to TARGET_NU_PREBUILD_SECURE
directory.
2. In non-secure post-build, merge non-secure image with secure image saved in
TARGET_NU_PREBUILD_SECURE directory.
3. In non-secure post-build, user can also drop secure image saved in
TARGET_NU_PREBUILD_SECURE directory and provide its own by adding the line below
in mbed_app.json:
"target.extra_labels_remove": ["NU_PREBUILD_SECURE"]1 parent c9b4474 commit 9f88fce
1 file changed
+15
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8842 | 8842 | | |
8843 | 8843 | | |
8844 | 8844 | | |
8845 | | - | |
| 8845 | + | |
| 8846 | + | |
| 8847 | + | |
| 8848 | + | |
| 8849 | + | |
| 8850 | + | |
8846 | 8851 | | |
8847 | 8852 | | |
8848 | 8853 | | |
8849 | 8854 | | |
8850 | 8855 | | |
8851 | 8856 | | |
| 8857 | + | |
| 8858 | + | |
8852 | 8859 | | |
8853 | 8860 | | |
8854 | 8861 | | |
| |||
8864 | 8871 | | |
8865 | 8872 | | |
8866 | 8873 | | |
8867 | | - | |
| 8874 | + | |
| 8875 | + | |
| 8876 | + | |
| 8877 | + | |
| 8878 | + | |
8868 | 8879 | | |
8869 | 8880 | | |
8870 | 8881 | | |
8871 | 8882 | | |
8872 | 8883 | | |
8873 | 8884 | | |
8874 | 8885 | | |
| 8886 | + | |
| 8887 | + | |
8875 | 8888 | | |
8876 | 8889 | | |
8877 | 8890 | | |
| |||
0 commit comments