Skip to content

Commit 64a5c29

Browse files
Vge0rgerlubos
authored andcommitted
modules: tf-m: Add defines for the NRF53 RPMSG region
Add defines for the NRF53 RPMSG region for TF-M so that it can configure the region as non secure. Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent 7428f3b commit 64a5c29

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/trusted-firmware-m/tfm_boards/partition/region_defs.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,9 @@
170170
#define REGION_PCD_SRAM_LIMIT PM_PCD_SRAM_END_ADDRESS - 1
171171
#endif
172172

173+
#ifdef PM_RPMSG_NRF53_SRAM_ADDRESS
174+
#define REGION_RPMSG_NRF53_SRAM_ADDRESS PM_RPMSG_NRF53_SRAM_ADDRESS
175+
#define REGION_RPMSG_NRF53_SRAM_LIMIT PM_RPMSG_NRF53_SRAM_END_ADDRESS - 1
176+
#endif
177+
173178
#endif /* __REGION_DEFS_H__ */

0 commit comments

Comments
 (0)