| /rk3399_ARM-atf/plat/nxp/common/setup/aarch64/ |
| H A D | ls_bl2_mem_params_desc.c | 84 .ep_info.pc = BL33_BASE, 89 .image_info.image_base = BL33_BASE - CSF_HDR_SZ, 90 .image_info.image_max_size = (BL33_LIMIT - BL33_BASE) + 93 .image_info.image_base = BL33_BASE, 94 .image_info.image_max_size = BL33_LIMIT - BL33_BASE,
|
| /rk3399_ARM-atf/plat/renesas/common/ |
| H A D | bl2_plat_mem_params_desc.c | 73 .ep_info.pc = BL33_BASE, 81 (uint32_t) (DRAM_LIMIT - BL33_BASE), 82 .image_info.image_base = BL33_BASE,
|
| /rk3399_ARM-atf/plat/arm/board/corstone1000/common/ |
| H A D | corstone1000_bl2_mem_params_desc.c | 79 .ep_info.pc = BL33_BASE, 84 .image_info.image_base = BL33_BASE, 85 .image_info.image_max_size = BL33_LIMIT - BL33_BASE,
|
| /rk3399_ARM-atf/plat/nxp/s32/s32g274ardb2/ |
| H A D | plat_bl2_image_desc.c | 35 .image_info.image_max_size = BL33_LIMIT - BL33_BASE, 36 .image_info.image_base = BL33_BASE,
|
| H A D | plat_bl31_setup.c | 33 bl33_image_ep_info.pc = BL33_BASE; in bl31_early_platform_setup2()
|
| H A D | plat_helpers.S | 120 mov_imm x0, BL33_BASE
|
| /rk3399_ARM-atf/plat/nxp/common/include/default/ |
| H A D | plat_default_def.h | 107 #ifndef BL33_BASE 108 #define BL33_BASE 0x82000000 macro
|
| /rk3399_ARM-atf/plat/qti/common/src/ |
| H A D | qti_image_desc.c | 54 .image_info.image_base = BL33_BASE, 60 .ep_info.pc = BL33_BASE,
|
| /rk3399_ARM-atf/plat/qti/kodiak/rb3gen2/inc/ |
| H A D | platform_def.h | 27 #define BL33_BASE 0x9f800000 macro
|
| /rk3399_ARM-atf/plat/renesas/common/include/ |
| H A D | platform_def.h | 154 #define BL33_BASE DRAM1_NS_BASE macro 157 #define BL33_COMP_BASE (BL33_BASE + BL33_DECOMP_SIZE)
|
| /rk3399_ARM-atf/plat/nxp/s32/s32g274ardb2/include/ |
| H A D | platform_def.h | 44 #define BL33_BASE UL(0x34500000) macro
|
| /rk3399_ARM-atf/plat/imx/imx7/common/ |
| H A D | imx7_bl2_mem_params_desc.c | 69 .ep_info.pc = BL33_BASE,
|
| /rk3399_ARM-atf/plat/arm/board/corstone1000/common/include/ |
| H A D | platform_def.h | 165 #define BL33_BASE ARM_DRAM1_BASE macro 283 #define PLAT_ARM_NS_IMAGE_BASE (BL33_BASE)
|
| /rk3399_ARM-atf/plat/imx/imx7/picopi/include/ |
| H A D | platform_def.h | 130 #define BL33_BASE IMX7_UBOOT_BASE macro
|
| /rk3399_ARM-atf/plat/imx/imx7/warp7/include/ |
| H A D | platform_def.h | 133 #define BL33_BASE IMX7_UBOOT_BASE macro
|
| /rk3399_ARM-atf/plat/st/stm32mp1/include/ |
| H A D | platform_def.h | 78 #define BL33_BASE STM32MP_BL33_BASE macro
|
| /rk3399_ARM-atf/plat/st/stm32mp2/include/ |
| H A D | platform_def.h | 89 #define BL33_BASE STM32MP_BL33_BASE macro
|
| /rk3399_ARM-atf/plat/st/common/ |
| H A D | stm32mp_common.c | 68 return BL33_BASE; in plat_get_ns_image_entrypoint()
|
| /rk3399_ARM-atf/plat/renesas/rcar/ |
| H A D | bl2_plat_setup.c | 627 memcpy((void *)BL33_BASE, (void *)BL33_COMP_BASE, in bl2_plat_handle_post_image_load()
|