Commit 2e2a340
M2351: Support non-PSA secure/non-secure combined build
Support secure/non-secure combined build for non-PSA target:
1. In secure post-build, deliver built secure image to TARGET_NU_PREBUILD_SECURE
directory which is to combine later.
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 pre-built 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 f7c7c73 commit 2e2a340
2 files changed
+54
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8694 | 8694 | | |
8695 | 8695 | | |
8696 | 8696 | | |
8697 | | - | |
| 8697 | + | |
| 8698 | + | |
8698 | 8699 | | |
8699 | 8700 | | |
8700 | 8701 | | |
8701 | 8702 | | |
8702 | 8703 | | |
| 8704 | + | |
| 8705 | + | |
8703 | 8706 | | |
8704 | 8707 | | |
8705 | 8708 | | |
| |||
8714 | 8717 | | |
8715 | 8718 | | |
8716 | 8719 | | |
| 8720 | + | |
| 8721 | + | |
8717 | 8722 | | |
8718 | 8723 | | |
8719 | 8724 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
725 | 725 | | |
726 | 726 | | |
727 | 727 | | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
728 | 776 | | |
729 | 777 | | |
730 | 778 | | |
| |||
0 commit comments