Home
last modified time | relevance | path

Searched refs:S_IMAGE_LOAD_ADDRESS (Results 1 – 10 of 10) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/arm/rse/tc/
Dflash_layout.h210 #define S_IMAGE_LOAD_ADDRESS (VM0_BASE_S + FLASH_BL2_PARTITION_SIZE) macro
211 #define NS_IMAGE_LOAD_ADDRESS (S_IMAGE_LOAD_ADDRESS + \
214 #define S_IMAGE_LOAD_ADDRESS (VM0_BASE_S) macro
/trusted-firmware-m-latest/platform/ext/target/arm/rse/kronos/
Dflash_layout.h207 #define S_IMAGE_LOAD_ADDRESS (VM0_BASE_S + FLASH_BL2_PARTITION_SIZE) macro
208 #define NS_IMAGE_LOAD_ADDRESS (S_IMAGE_LOAD_ADDRESS + \
211 #define S_IMAGE_LOAD_ADDRESS (VM0_BASE_S) macro
/trusted-firmware-m-latest/platform/ext/target/arm/rse/tc/bl2/
Dflash_map_bl2.c124 *exec_ram_start = S_IMAGE_LOAD_ADDRESS; in boot_get_image_exec_ram_info()
/trusted-firmware-m-latest/platform/ext/target/arm/rse/kronos/bl2/
Dflash_map_bl2.c124 *exec_ram_start = S_IMAGE_LOAD_ADDRESS; in boot_get_image_exec_ram_info()
/trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/partition/
Dflash_layout.h176 #define S_IMAGE_LOAD_ADDRESS (SRAM_BASE) macro
/trusted-firmware-m-latest/platform/ext/target/arm/rse/rdfremont/bl2/
Dflash_map_bl2.c134 *exec_ram_start = S_IMAGE_LOAD_ADDRESS; in boot_get_image_exec_ram_info()
/trusted-firmware-m-latest/platform/ext/target/arm/rse/rdfremont/
Dflash_layout.h177 #define S_IMAGE_LOAD_ADDRESS (VM0_BASE_S) macro
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/partition/
Dregion_defs.h135 #define S_CODE_START (S_IMAGE_LOAD_ADDRESS + BL2_HEADER_SIZE)
/trusted-firmware-m-latest/docs/integration_guide/source_structure/
Dplatform_ext_folder.rst299 - ``S_IMAGE_LOAD_ADDRESS`` - Defines the address to where the Secure (or
/trusted-firmware-m-latest/docs/design_docs/booting/
Dtfm_secure_boot.rst783 from. The ``S_IMAGE_LOAD_ADDRESS`` macro must be specified in the target
787 S_IMAGE_LOAD_ADDRESS #0xA0020000``