Home
last modified time | relevance | path

Searched refs:BL2_BASE (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/include/plat/common/
Dcommon_def.h38 .image_info.image_base = BL2_BASE, \
39 .image_info.image_max_size = BL2_LIMIT - BL2_BASE,\
42 .ep_info.pc = BL2_BASE, \
49 .image_info.image_base = BL2_BASE, \
52 .ep_info.pc = BL2_BASE, \
/device/linaro/bootloader/arm-trusted-firmware/bl2/
Dbl2.ld.S14 RAM (rwx): ORIGIN = BL2_BASE, LENGTH = BL2_LIMIT - BL2_BASE
20 . = BL2_BASE;
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/include/
Dplatform_def.h84 #define BL2_BASE (BL1_RW_BASE + 0x8000) /* 0xf981_8000 */ macro
85 #define BL2_LIMIT (BL2_BASE + 0x40000)
145 #define NS_BL1U_BASE (BL2_BASE)
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/poplar/include/
Dpoplar_layout.h101 #define BL2_BASE (LLOADER_TEXT_BASE + BL2_OFFSET) macro
102 #define BL2_LIMIT (BL2_BASE + BL2_SIZE)
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/include/
Dplatform_def.h59 #define BL2_BASE (BL1_RW_BASE + 0x8000) /* 1AC1_8000 */ macro
60 #define BL2_LIMIT (BL2_BASE + 0x40000) /* 1AC5_8000 */
/device/linaro/bootloader/arm-trusted-firmware/bl1/tbbr/
Dtbbr_img_desc.c16 .image_info.image_base = BL2_BASE,
18 .image_info.image_max_size = BL2_LIMIT - BL2_BASE,
/device/linaro/bootloader/arm-trusted-firmware/include/plat/arm/common/
Darm_def.h335 #define BL2_BASE (BL1_RW_BASE - PLAT_ARM_MAX_BL2_SIZE) macro
341 #define BL2_BASE (BL31_BASE - PLAT_ARM_MAX_BL2_SIZE) macro
393 # define TSP_PROGBITS_LIMIT BL2_BASE
422 #define BL2U_BASE BL2_BASE
/device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/include/
Dplatform_def.h41 #define BL2_BASE ((BL2_LIMIT) - 0x00040000) macro
/device/linaro/bootloader/arm-trusted-firmware/plat/qemu/include/
Dplatform_def.h119 #define BL2_BASE (BL31_BASE - 0x1D000) macro
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/
Dhikey_bl1_setup.c78 bl2_mem_layout->total_base = BL2_BASE; in bl1_init_bl2_mem_layout()
79 bl2_mem_layout->total_size = BL32_SRAM_LIMIT - BL2_BASE; in bl1_init_bl2_mem_layout()
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/
Dhikey960_bl1_setup.c94 bl2_mem_layout->total_base = BL2_BASE; in bl1_init_bl2_mem_layout()
95 bl2_mem_layout->total_size = NS_BL1U_LIMIT - BL2_BASE; in bl1_init_bl2_mem_layout()
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dporting-guide.rst1050 address specified by the platform defined constant ``BL2_BASE``.
1176 ``BL2_BASE``), BL1 calculates the amount of free memory available for BL2 to use.
1287 ``BL2_BASE``. BL2 executes in Secure EL1 and is responsible for: