Home
last modified time | relevance | path

Searched refs:NS_BL1U_BASE (Results 1 – 14 of 14) sorted by relevance

/rk3399_ARM-atf/plat/hisilicon/hikey/include/
H A Dhikey_layout.h47 #define NS_BL1U_BASE (0xf9828000) macro
49 #define NS_BL1U_LIMIT (NS_BL1U_BASE + NS_BL1U_SIZE)
/rk3399_ARM-atf/plat/hisilicon/hikey960/include/
H A Dplatform_def.h104 #define NS_BL1U_BASE (BL31_LIMIT) /* 1AC9_8000 */ macro
106 #define NS_BL1U_LIMIT (NS_BL1U_BASE + NS_BL1U_SIZE)
/rk3399_ARM-atf/bl1/tbbr/
H A Dtbbr_img_desc.c22 #if NS_BL1U_BASE
27 .ep_info.pc = NS_BL1U_BASE,
/rk3399_ARM-atf/plat/arm/board/morello/include/
H A Dplatform_def.h37 #if defined NS_BL1U_BASE
38 #undef NS_BL1U_BASE
39 #define NS_BL1U_BASE (PLAT_ARM_NVM_BASE + UL(0x00800000)) macro
/rk3399_ARM-atf/plat/arm/board/n1sdp/include/
H A Dplatform_def.h37 #if defined NS_BL1U_BASE
38 # undef NS_BL1U_BASE
39 # define NS_BL1U_BASE (PLAT_ARM_NVM_BASE + UL(0x00800000)) macro
/rk3399_ARM-atf/plat/hisilicon/hikey960/
H A Dhikey960_bl2_mem_params_desc.c170 .ep_info.pc = NS_BL1U_BASE,
174 .image_info.image_base = NS_BL1U_BASE,
H A Dhikey960_bl1_setup.c245 memcpy((void *)NS_BL1U_BASE, (void *)tmp, NS_BL1U_SIZE); in bl1_plat_set_ep_info()
246 inv_dcache_range(NS_BL1U_BASE, NS_BL1U_SIZE); in bl1_plat_set_ep_info()
/rk3399_ARM-atf/plat/hisilicon/hikey960/aarch64/
H A Dhikey960_common.c117 return NS_BL1U_BASE; in plat_get_ns_image_entrypoint()
/rk3399_ARM-atf/plat/hisilicon/hikey/
H A Dhikey_bl1_setup.c153 inv_dcache_range(NS_BL1U_BASE, NS_BL1U_SIZE); in bl1_plat_set_ep_info()
/rk3399_ARM-atf/include/plat/nuvoton/common/
H A Dnpcm845x_arm_def.h524 #define NS_BL1U_BASE (PLAT_ARM_NVM_BASE + UL(0x03EB8000)) macro
/rk3399_ARM-atf/include/plat/arm/common/
H A Darm_def.h782 #define NS_BL1U_BASE (PLAT_ARM_NVM_BASE + UL(0x03EB8000)) macro
/rk3399_ARM-atf/docs/plat/arm/juno/
H A Dindex.rst191 The address ns_bl1u_base_address is the value of NS_BL1U_BASE - 0x8000000.
/rk3399_ARM-atf/docs/plat/arm/fvp/
H A Dfvp-specific-configs.rst15 The address ns_bl1u_base_address is the value of NS_BL1U_BASE.
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst353 - **#define : NS_BL1U_BASE**