File tree Expand file tree Collapse file tree 4 files changed +9
-19
lines changed
features/storage/kvstore/conf/tdb_internal
TARGET_Cypress/TARGET_PSOC6/TARGET_CY8CKIT_064B0S2_4343W Expand file tree Collapse file tree 4 files changed +9
-19
lines changed Original file line number Diff line number Diff line change 41
41
},
42
42
"MCU_PSOC6" : {
43
43
"internal_size" : " 0x10000"
44
+ },
45
+ "CY8CKIT_064B0S2_4343W" : {
46
+ "internal_size" : " 0x8000" ,
47
+ "internal_base_address" : " 0x10168000"
44
48
}
45
49
}
46
50
}
Original file line number Diff line number Diff line change 25
25
* Flash layout if BL2 not defined:
26
26
*
27
27
* 0x1000_0000 Secure image primary (320 KB)
28
- * 0x1005_0000 Non-secure image primary (1152 KB)
28
+ * 0x1005_0000 Non-secure image primary (1120 KB)
29
+ * 0x1016_8000 Non-secure KV Storage (32 KB)
29
30
* 0x1017_0000 Secure image secondary (320 KB)
30
31
* 0x101c_0000 - 0x101f_ffff Reserved
31
32
* 0x101c_0000 Internal Trusted Storage Area (16 KB)
49
50
/* The size of S partition */
50
51
#define FLASH_S_PARTITION_SIZE 0x50000 /* 320 KB */
51
52
/* The size of NS partition */
52
- #define FLASH_NS_PARTITION_SIZE 0x120000 /* 1152 KB */
53
+ #define FLASH_NS_PARTITION_SIZE 0x118000 /* 1120 KB */
53
54
54
55
/* Sector size of the flash hardware; same as FLASH0_SECTOR_SIZE */
55
56
#define FLASH_AREA_IMAGE_SECTOR_SIZE (0x200) /* 512 B */
Original file line number Diff line number Diff line change 149
149
{
150
150
"type" : " BOOT" ,
151
151
"address" : 268763136 ,
152
- "size" : 1179648
152
+ "size" : 1146880
153
153
},
154
154
{
155
155
"type" : " UPGRADE" ,
156
156
"address" : 402653184 ,
157
- "size" : 1179648
157
+ "size" : 1146880
158
158
}
159
159
]
160
160
}
Original file line number Diff line number Diff line change 6881
6881
"tfm_delivery_dir" : " TARGET_Cypress/TARGET_PSOC6/TARGET_CY8CKIT_064B0S2_4343W" ,
6882
6882
"TFM_OUTPUT_EXT" : " hex"
6883
6883
},
6884
- "CY8CKIT_064B0S2_4343W_NPSA" : {
6885
- "inherits" : [
6886
- " CY8CKIT_064B0S2_4343W"
6887
- ],
6888
- "features_remove" : [
6889
- " PSA"
6890
- ],
6891
- "extra_labels_remove" : [
6892
- " TFM" ,
6893
- " TFM_DUALCPU"
6894
- ],
6895
- "hex_filename" : " psoc6_02_cm0p_secure.hex" ,
6896
- "boot_scheme" : " single_image" ,
6897
- "policy_file" : " policy_single_CM0_CM4.json"
6898
- },
6899
6884
"CYSBSYSKIT_01" : {
6900
6885
"inherits" : [
6901
6886
" MCU_PSOC6_M4"
You can’t perform that action at this time.
0 commit comments