@@ -150,13 +150,23 @@ config PM_PARTITION_SIZE_VPR_LAUNCHER
150150 hex
151151 depends on SOC_NRF54L15_CPUFLPR || SOC_NRF54L20_ENGA_CPUFLPR || SOC_NRF7120_ENGA_CPUFLPR
152152 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
154154 default $(dt_node_reg_addr_hex,/soc/mram@3e1000) if SOC_NRF7120_ENGA_CPUFLPR
155155 help
156156 Memory set aside for the vpr_launcher partition.
157157 Must match the size of the cpuapp_rram/cpuapp_mram partition which is deleted.
158158 This to place the flpr app's code at the address found in the devicetree.
159159
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
164+ default 0x68000 if SOC_NRF54L20_ENGA_CPUFLPR
165+ default 0x28000 if SOC_NRF7120_ENGA_CPUFLPR
166+ help
167+ Size of RAM available for the vpr_launcher application (usually run on cpuapp).
168+ Must match the size of the cpuapp_sram node.
169+
160170if WIFI_NRF70 && NRF_WIFI_PATCHES_EXT_FLASH_STORE
161171
162172partition=NRF70_WIFI_FW
@@ -238,7 +248,7 @@ config PM_SRAM_SIZE
238248 hex
239249 default $(dt_node_reg_size_hex,/soc/memory@21000000) if SOC_NRF5340_CPUNET
240250 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
251+ default 0x80000 if SOC_NRF54L20_ENGA_CPUFLPR # Because the cpuapp_rram DT node is deleted in nrf54l20_enga_cpuflpr.dtsi
242252 default 0x40000 if SOC_NRF7120_ENGA_CPUFLPR # Because the cpuapp_mram DT node is deleted in nrf7120_enga_cpuflpr.dtsi
243253 default $(dt_node_reg_size_hex,/soc/memory@20000000)
244254
0 commit comments