Commit 451dae3
committed
bootloader: Enable NSIB SB_CLEANUP_RAM for nRF54L
The SB_CLEANUP_RAM was being blocked by the EXT_APIs,
which were enabled in the NSIB-s prj.conf
There are currently no use cases for EXT_APIs for nRF54L
and cleanup up RAM after NSIB finishes its work is an important
feature, so the part enabling the EXT_APIs needed to be removed
from the NSIB-s prj.conf
However, backwards compatibility with applications working
on nRF52 and nRF53 needed to be mantained, so the EXT_APIs
are now enabled by default in KConfings for the NSIB image
for these platforms. Note this change aligns with the EXT_APIs
documentation - in the documentation it is not described
how to enable the EXT_APIs in NSIB when adding a new custom
EXT_API. Now, the template will ensure it is enabled in
NSIB.
Signed-off-by: Artur Hadasz <[email protected]>1 parent 502e8f1 commit 451dae3
File tree
6 files changed
+7
-12
lines changed- doc/nrf/libraries/security/bootloader
- samples/bootloader
- subsys
- bootloader
- bl_boot
- fw_info
6 files changed
+7
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
54 | 57 | | |
55 | 58 | | |
56 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 20 | | |
26 | 21 | | |
27 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | 8 | | |
14 | 9 | | |
15 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
103 | 104 | | |
104 | 105 | | |
105 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
143 | | - | |
| 142 | + | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
0 commit comments