Searched refs:BL2_BASE (Results 1 – 12 of 12) sorted by relevance
38 .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, \
14 RAM (rwx): ORIGIN = BL2_BASE, LENGTH = BL2_LIMIT - BL2_BASE20 . = BL2_BASE;
84 #define BL2_BASE (BL1_RW_BASE + 0x8000) /* 0xf981_8000 */ macro85 #define BL2_LIMIT (BL2_BASE + 0x40000)145 #define NS_BL1U_BASE (BL2_BASE)
101 #define BL2_BASE (LLOADER_TEXT_BASE + BL2_OFFSET) macro102 #define BL2_LIMIT (BL2_BASE + BL2_SIZE)
59 #define BL2_BASE (BL1_RW_BASE + 0x8000) /* 1AC1_8000 */ macro60 #define BL2_LIMIT (BL2_BASE + 0x40000) /* 1AC5_8000 */
16 .image_info.image_base = BL2_BASE,18 .image_info.image_max_size = BL2_LIMIT - BL2_BASE,
335 #define BL2_BASE (BL1_RW_BASE - PLAT_ARM_MAX_BL2_SIZE) macro341 #define BL2_BASE (BL31_BASE - PLAT_ARM_MAX_BL2_SIZE) macro393 # define TSP_PROGBITS_LIMIT BL2_BASE422 #define BL2U_BASE BL2_BASE
41 #define BL2_BASE ((BL2_LIMIT) - 0x00040000) macro
119 #define BL2_BASE (BL31_BASE - 0x1D000) macro
78 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()
94 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()
1050 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: