Home
last modified time | relevance | path

Searched refs:BL2U_BASE (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/bl1/tbbr/
Dtbbr_img_desc.c44 #if BL2U_BASE
49 .image_info.image_base = BL2U_BASE,
51 .image_info.image_max_size = BL2U_LIMIT - BL2U_BASE,
55 .ep_info.pc = BL2U_BASE,
/device/linaro/bootloader/arm-trusted-firmware/bl2u/
Dbl2u.ld.S14 RAM (rwx): ORIGIN = BL2U_BASE, LENGTH = BL2U_LIMIT - BL2U_BASE
20 . = BL2U_BASE;
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/
Darm_bl2u_setup.c59 arm_setup_page_tables(BL2U_BASE, in arm_bl2u_plat_arch_setup()
/device/linaro/bootloader/arm-trusted-firmware/include/plat/arm/common/
Darm_def.h422 #define BL2U_BASE BL2_BASE macro
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dporting-guide.rst1632 ``BL2U_BASE``. BL2U executes in Secure-EL1 and is responsible for: