@@ -150,13 +150,22 @@ config PM_PARTITION_SIZE_VPR_LAUNCHER
150
150
hex
151
151
depends on SOC_NRF54L15_CPUFLPR || SOC_NRF54L20_ENGA_CPUFLPR || SOC_NRF7120_ENGA_CPUFLPR
152
152
default $(dt_node_reg_addr_hex,/soc/rram-controller@5004b000/rram@165000) if SOC_NRF54L15_CPUFLPR
153
- default $(dt_node_reg_addr_hex,/soc/rram-controller@5004e000/rram@1ed000 ) if SOC_NRF54L20_ENGA_CPUFLPR
153
+ default $(dt_node_reg_addr_hex,/soc/rram-controller@5004e000/rram@1e5000 ) if SOC_NRF54L20_ENGA_CPUFLPR
154
154
default $(dt_node_reg_addr_hex,/soc/mram@3e1000) if SOC_NRF7120_ENGA_CPUFLPR
155
155
help
156
156
Memory set aside for the vpr_launcher partition.
157
157
Must match the size of the cpuapp_rram/cpuapp_mram partition which is deleted.
158
158
This to place the flpr app's code at the address found in the devicetree.
159
159
160
+ config PM_RAM_SIZE_VPR_LAUNCHER
161
+ hex
162
+ depends on SOC_NRF54L15_CPUFLPR || SOC_NRF54L20_ENGA_CPUFLPR || SOC_NRF7120_ENGA_CPUFLPR
163
+ default 0x28000 if SOC_NRF54L15_CPUFLPR || SOC_NRF7120_ENGA_CPUFLPR
164
+ default 0x67c00 if SOC_NRF54L20_ENGA_CPUFLPR
165
+ help
166
+ Size of RAM available for the vpr_launcher application (usually run on cpuapp).
167
+ Must match the size of the cpuapp_sram node.
168
+
160
169
if WIFI_NRF70 && NRF_WIFI_PATCHES_EXT_FLASH_STORE
161
170
162
171
partition=NRF70_WIFI_FW
@@ -238,7 +247,7 @@ config PM_SRAM_SIZE
238
247
hex
239
248
default $(dt_node_reg_size_hex,/soc/memory@21000000) if SOC_NRF5340_CPUNET
240
249
default 0x40000 if SOC_NRF54L15_CPUFLPR # Because the cpuapp_rram DT node is deleted in nrf54l15_cpuflpr.dtsi
241
- default 0x40000 if SOC_NRF54L20_ENGA_CPUFLPR # Because the cpuapp_rram DT node is deleted in nrf54l20_enga_cpuflpr.dtsi
250
+ default 0x7fc00 if SOC_NRF54L20_ENGA_CPUFLPR # Because the cpuapp_rram DT node is deleted in nrf54l20_enga_cpuflpr.dtsi
242
251
default 0x40000 if SOC_NRF7120_ENGA_CPUFLPR # Because the cpuapp_mram DT node is deleted in nrf7120_enga_cpuflpr.dtsi
243
252
default $(dt_node_reg_size_hex,/soc/memory@20000000)
244
253
0 commit comments