Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/hisilicon/hikey/include/
Dhikey_layout.h47 #define NS_BL1U_BASE (0xf9828000) macro
49 #define NS_BL1U_LIMIT (NS_BL1U_BASE + NS_BL1U_SIZE)
/external/arm-trusted-firmware/bl1/tbbr/
Dtbbr_img_desc.c22 #if NS_BL1U_BASE
27 .ep_info.pc = NS_BL1U_BASE,
/external/arm-trusted-firmware/plat/hisilicon/hikey960/include/
Dplatform_def.h104 #define NS_BL1U_BASE (BL31_LIMIT) /* 1AC9_8000 */ macro
106 #define NS_BL1U_LIMIT (NS_BL1U_BASE + NS_BL1U_SIZE)
/external/arm-trusted-firmware/plat/hisilicon/hikey960/
Dhikey960_bl2_mem_params_desc.c152 .ep_info.pc = NS_BL1U_BASE,
156 .image_info.image_base = NS_BL1U_BASE,
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()
/external/arm-trusted-firmware/plat/hisilicon/hikey960/aarch64/
Dhikey960_common.c118 return NS_BL1U_BASE; in plat_get_ns_image_entrypoint()
/external/arm-trusted-firmware/plat/hisilicon/hikey/
Dhikey_bl1_setup.c151 inv_dcache_range(NS_BL1U_BASE, NS_BL1U_SIZE); in bl1_plat_set_ep_info()
/external/arm-trusted-firmware/include/plat/arm/common/
Darm_def.h552 #define NS_BL1U_BASE (PLAT_ARM_NVM_BASE + UL(0x03EB8000)) macro
/external/arm-trusted-firmware/docs/plat/arm/juno/
Dindex.rst186 The address ns_bl1u_base_address is the value of NS_BL1U_BASE - 0x8000000.
/external/arm-trusted-firmware/docs/plat/arm/fvp/
Dindex.rst164 The address ns_bl1u_base_address is the value of NS_BL1U_BASE.
/external/arm-trusted-firmware/docs/getting_started/
Dporting-guide.rst339 - **#define : NS_BL1U_BASE**