Home
last modified time | relevance | path

Searched refs:image_load_offset (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/bl2/
Dsic_boot.c145 enum sic_boot_err_t sic_boot_post_load(uint32_t image_id, uint32_t image_load_offset) in sic_boot_post_load() argument
171 if (image_load_offset >= FLASH_AREA_11_OFFSET in sic_boot_post_load()
172 && image_load_offset < FLASH_AREA_11_OFFSET + FLASH_AREA_11_SIZE) { in sic_boot_post_load()
178 } else if (image_load_offset >= FLASH_AREA_13_OFFSET in sic_boot_post_load()
179 && image_load_offset < FLASH_AREA_13_OFFSET + FLASH_AREA_13_SIZE) { in sic_boot_post_load()
201 if (image_load_offset >= FLASH_AREA_10_OFFSET in sic_boot_post_load()
202 && image_load_offset < FLASH_AREA_10_OFFSET + FLASH_AREA_10_SIZE) { in sic_boot_post_load()
204 } else if (image_load_offset >= FLASH_AREA_12_OFFSET in sic_boot_post_load()
205 && image_load_offset < FLASH_AREA_12_OFFSET + FLASH_AREA_12_SIZE) { in sic_boot_post_load()
Dsic_boot.h82 enum sic_boot_err_t sic_boot_post_load(uint32_t image_id, uint32_t image_load_offset);