Home
last modified time | relevance | path

Searched refs:BL1_1_CODE_SIZE (Results 1 – 11 of 11) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/partition/
Dregion_defs.h98 #define BL1_1_CODE_SIZE (0x0000A000) /* 40 KiB */ macro
99 #define BL1_1_CODE_LIMIT (BL1_1_CODE_START + BL1_1_CODE_SIZE - 1)
101 #define PROVISIONING_DATA_START (BL1_1_CODE_START + BL1_1_CODE_SIZE)
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/partition/
Dregion_defs.h192 #define BL1_1_CODE_SIZE (0x10000) /* 64 KiB */ macro
193 #define BL1_1_CODE_LIMIT (BL1_1_CODE_START + BL1_1_CODE_SIZE - 1)
195 #define PROVISIONING_DATA_START (BL1_1_CODE_START + BL1_1_CODE_SIZE)
/trusted-firmware-m-latest/platform/ext/target/arm/mps4/corstone315/partition/
Dregion_defs.h141 #define BL1_1_CODE_SIZE (BOOT_ROM_SIZE) macro
142 #define BL1_1_CODE_LIMIT (BL1_1_CODE_START + BL1_1_CODE_SIZE - 1)
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/device/source/armclang/
Drse_bl1_1.sct20 ER_CODE BL1_1_CODE_START BL1_1_CODE_SIZE {
/trusted-firmware-m-latest/platform/ext/target/arm/mps4/corstone315/device/source/armclang/
Dcorstone315_bl1_1.sct20 ER_CODE BL1_1_CODE_START BL1_1_CODE_SIZE {
/trusted-firmware-m-latest/platform/ext/target/arm/mps4/corstone315/device/source/iar/
Dcorstone315_bl1_1.icf16 define block ER_CODE with fixed order, alignment = 8, size = BL1_1_CODE_SIZE {
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/device/source/gcc/
Drse_bl1_1.ld27 FLASH (rx) : ORIGIN = BL1_1_CODE_START, LENGTH = BL1_1_CODE_SIZE
/trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/Device/Source/gcc/
Dcorstone1000_bl1_1.ld27 FLASH (rx) : ORIGIN = BL1_1_CODE_START, LENGTH = BL1_1_CODE_SIZE
/trusted-firmware-m-latest/platform/ext/target/arm/mps4/corstone315/device/source/gcc/
Dcorstone315_bl1_1.ld27 FLASH (rx) : ORIGIN = BL1_1_CODE_START, LENGTH = BL1_1_CODE_SIZE
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/bl1/
Dboot_hal_bl1_2.c240 memcpy((uint8_t *)VM1_BASE_S, (uint8_t *)ROM_BASE_S, BL1_1_CODE_SIZE); in copy_rom_library_into_sram()
/trusted-firmware-m-latest/docs/design_docs/booting/
Dbl1.rst248 - ``BL1_1_CODE_SIZE``