samples: tfm_ipc: update DT overlay for nucleo_l552ze_q_ns
Update overlay file for nucleo_l552ze_q_ns board, since now the sample does not enable REGRESSION, and thus regular TF-M flash layout for the board is used. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
fa041ddb23
commit
d4ae6a9cf3
2 changed files with 9 additions and 10 deletions
|
@ -9,7 +9,8 @@
|
||||||
* - TEST_S=OFF (NO REGRESSION)
|
* - TEST_S=OFF (NO REGRESSION)
|
||||||
*
|
*
|
||||||
* In this configuration, TFM binary does not include tests.
|
* In this configuration, TFM binary does not include tests.
|
||||||
* The partition sizes are compatible with TF-M platform flash_layout.h.
|
* The partition sizes are compatible with the TF-M platform
|
||||||
|
* flash_layout.h.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
|
|
|
@ -6,14 +6,12 @@
|
||||||
|
|
||||||
|
|
||||||
/* This partition table should be used along with TFM configuration:
|
/* This partition table should be used along with TFM configuration:
|
||||||
|
* - TEST_S=OFF (NO REGRESSION)
|
||||||
* - TFM_PSA_API=ON (IPC)
|
* - TFM_PSA_API=ON (IPC)
|
||||||
* - ISOLATION_LEVEL 2
|
|
||||||
* - TEST_S=ON (REGRESSION)
|
|
||||||
* - TEST_NS=ON (REGRESSION)
|
|
||||||
*
|
*
|
||||||
* In this configuration, TFM binary includes tests. As a consequence,
|
* In this configuration, TFM binary does not include tests.
|
||||||
* its size is bloated and it is not possible to set secondary partitions
|
* The partition sizes are compatible with the TF-M platform
|
||||||
* for secured or non secured images.
|
* flash_layout.h.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
|
@ -37,12 +35,12 @@
|
||||||
/* Secure image primary slot */
|
/* Secure image primary slot */
|
||||||
slot0_partition: partition@13000 {
|
slot0_partition: partition@13000 {
|
||||||
label = "image-0";
|
label = "image-0";
|
||||||
reg = <0x00013000 0x00038000>;
|
reg = <0x00013000 0x0002D000>;
|
||||||
};
|
};
|
||||||
/* Non-secure image primary slot */
|
/* Non-secure image primary slot */
|
||||||
slot1_partition: partition@4b000 {
|
slot1_partition: partition@40000 {
|
||||||
label = "image-1";
|
label = "image-1";
|
||||||
reg = <0x0004B000 0x0002A000>;
|
reg = <0x00040000 0x00009000>;
|
||||||
};
|
};
|
||||||
/*
|
/*
|
||||||
* The flash starting at 0x7F000 and ending at
|
* The flash starting at 0x7F000 and ending at
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue