Home
last modified time | relevance | path

Searched refs:SE_BL2_PARTITION_SIZE (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/partition/
Dflash_layout.h95 #define SE_BL2_PARTITION_SIZE (0x18000) /* 96 KB */ macro
113 SE_BL2_PARTITION_SIZE)
115 SE_BL2_PARTITION_SIZE)
119 #define FLASH_AREA_8_SIZE (SE_BL2_PARTITION_SIZE)
149 #define FLASH_AREA_0_SIZE (SE_BL2_PARTITION_SIZE)
153 #define FLASH_AREA_1_SIZE (SE_BL2_PARTITION_SIZE)
Dregion_defs.h49 (SE_BL2_PARTITION_SIZE - BL1_HEADER_SIZE - BL1_TRAILER_SIZE)
86 #define BL2_IMAGE_START (SRAM_BASE + SRAM_SIZE - SE_BL2_PARTITION_SIZE)
/trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/bl1/
Dboot_hal_bl1_2.c45 return se_bl2_offset + SE_BL2_PARTITION_SIZE; in bl1_image_get_flash_offset()