Home
last modified time | relevance | path

Searched refs:BL30_BASE (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/include/
Dplatform_def.h172 #define BL30_BASE (DRAM_NS_BASE + 0x01000000) macro
174 #define BL30_SIZE (BL30_LIMIT - BL30_BASE)
/device/linaro/bootloader/arm-trusted-firmware/bl2/
Dbl2_main.c134 #ifdef BL30_BASE in load_certs()
187 #ifdef BL30_BASE in load_bl30()
204 BL30_BASE, in load_bl30()
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
Dbl2_plat_setup.c231 bl30_meminfo->total_base = BL30_BASE; in bl2_plat_get_bl30_meminfo()
233 bl30_meminfo->free_base = BL30_BASE; in bl2_plat_get_bl30_meminfo()
/device/linaro/bootloader/arm-trusted-firmware/plat/juno/include/
Dplatform_def.h136 #define BL30_BASE BL31_BASE macro
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dporting-guide.md711 through the optional constant `BL30_BASE`. BL2 uses this information
715 If `BL30_BASE` is not defined then this step is not performed.