HomeSort by relevance Sort by last modified time
    Searched refs:BL30_BASE (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/plat/hikey/include/
platform_def.h 172 #define BL30_BASE (DRAM_NS_BASE + 0x01000000)
174 #define BL30_SIZE (BL30_LIMIT - BL30_BASE)
  /device/linaro/bootloader/arm-trusted-firmware/plat/juno/include/
platform_def.h 136 #define BL30_BASE BL31_BASE
  /device/linaro/bootloader/arm-trusted-firmware/bl2/
bl2_main.c 134 #ifdef BL30_BASE
142 #endif /* BL30_BASE */
180 * BL30_BASE undefined.
187 #ifdef BL30_BASE
204 BL30_BASE,
226 #endif /* BL30_BASE */
  /device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
bl2_plat_setup.c 231 bl30_meminfo->total_base = BL30_BASE;
233 bl30_meminfo->free_base = BL30_BASE;

Completed in 488 milliseconds