Home
last modified time | relevance | path

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

/device/linaro/bootloader/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)
/device/linaro/bootloader/arm-trusted-firmware/bl1/tbbr/
Dtbbr_img_desc.c23 #if NS_BL1U_BASE
28 .ep_info.pc = NS_BL1U_BASE,
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/include/
Dplatform_def.h145 #define NS_BL1U_BASE (BL2_BASE) macro
147 #define NS_BL1U_LIMIT (NS_BL1U_BASE + NS_BL1U_SIZE)
/device/linaro/bootloader/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.c712 memcpy((void *)NS_BL1U_BASE, (void *)tmp, NS_BL1U_SIZE); in bl1_plat_set_ep_info()
713 inv_dcache_range(NS_BL1U_BASE, NS_BL1U_SIZE); in bl1_plat_set_ep_info()
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/aarch64/
Dhikey960_common.c131 return NS_BL1U_BASE; in plat_get_ns_image_entrypoint()
/device/linaro/bootloader/arm-trusted-firmware/include/plat/arm/common/
Darm_def.h435 #define NS_BL1U_BASE (PLAT_ARM_NVM_BASE + 0x03EB8000) macro
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/
Dhikey_bl1_setup.c579 inv_dcache_range(NS_BL1U_BASE, NS_BL1U_SIZE); in bl1_plat_set_ep_info()
/device/linaro/bootloader/arm-trusted-firmware/docs/
Duser-guide.rst1240 The address ns_bl1u_base_address is the value of NS_BL1U_BASE - 0x8000000.
1254 The address ns_bl1u_base_address is the value of NS_BL1U_BASE.