Home
last modified time | relevance | path

Searched refs:FLASH_SIC_TABLE_SIZE (Results 1 – 6 of 6) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/arm/rse/tc/
Dflash_layout.h58 #define FLASH_SIC_TABLE_SIZE (0x3800) /* 10KiB */ macro
91 #define FLASH_SIC_TABLE_SIZE 0 macro
143 #define FLASH_AREA_10_SIZE (FLASH_SIC_TABLE_SIZE)
147 #define FLASH_AREA_11_SIZE (FLASH_SIC_TABLE_SIZE)
151 #define FLASH_AREA_12_SIZE (FLASH_SIC_TABLE_SIZE)
155 #define FLASH_AREA_13_SIZE (FLASH_SIC_TABLE_SIZE)
198 #define SECURE_IMAGE_MAX_SIZE FLASH_SIC_TABLE_SIZE
199 #define NON_SECURE_IMAGE_MAX_SIZE FLASH_SIC_TABLE_SIZE
212 FLASH_SIC_TABLE_SIZE)
/trusted-firmware-m-latest/platform/ext/target/arm/rse/kronos/
Dflash_layout.h88 #define FLASH_SIC_TABLE_SIZE 0 macro
140 #define FLASH_AREA_10_SIZE (FLASH_SIC_TABLE_SIZE)
144 #define FLASH_AREA_11_SIZE (FLASH_SIC_TABLE_SIZE)
148 #define FLASH_AREA_12_SIZE (FLASH_SIC_TABLE_SIZE)
152 #define FLASH_AREA_13_SIZE (FLASH_SIC_TABLE_SIZE)
195 #define SECURE_IMAGE_MAX_SIZE FLASH_SIC_TABLE_SIZE
196 #define NON_SECURE_IMAGE_MAX_SIZE FLASH_SIC_TABLE_SIZE
209 FLASH_SIC_TABLE_SIZE)
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/bl2/
Dsigning_layout_sic_tables.c.in12 RE_SECURE_IMAGE_MAX_SIZE = FLASH_SIC_TABLE_SIZE,
13 RE_NON_SECURE_IMAGE_MAX_SIZE = FLASH_SIC_TABLE_SIZE,
Dsic_boot.c169 table = BL2_XIP_TABLES_START + FLASH_SIC_TABLE_SIZE + BL2_HEADER_SIZE; in sic_boot_post_load()
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/partition/
Dregion_defs.h211 #error FLASH_BL2_PARTITION_SIZE + BL2_DATA_SIZE + 2 * FLASH_SIC_TABLE_SIZE is too large to fit in R…
225 #define BL2_XIP_TABLES_SIZE (FLASH_SIC_TABLE_SIZE * 2)
/trusted-firmware-m-latest/platform/ext/target/arm/rse/rdfremont/
Dflash_layout.h181 #define FLASH_SIC_TABLE_SIZE 0 macro