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

  /device/linaro/bootloader/arm-trusted-firmware/include/plat/arm/common/
arm_def.h 61 #define ARM_BL_RAM_BASE (ARM_SHARED_RAM_BASE + \
321 #define BL1_RW_BASE (ARM_BL_RAM_BASE + \
324 #define BL1_RW_LIMIT (ARM_BL_RAM_BASE + ARM_BL_RAM_SIZE)
361 #define BL31_LIMIT (ARM_BL_RAM_BASE + ARM_BL_RAM_SIZE)
366 #define BL31_BASE (ARM_BL_RAM_BASE + \
370 #define BL31_LIMIT (ARM_BL_RAM_BASE + ARM_BL_RAM_SIZE)
391 # define TSP_SEC_MEM_BASE ARM_BL_RAM_BASE
394 # define BL32_BASE ARM_BL_RAM_BASE
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/
arm_bl1_setup.c 50 bl1_tzram_layout.total_base = ARM_BL_RAM_BASE;
55 bl1_tzram_layout.free_base = ARM_BL_RAM_BASE;

Completed in 51 milliseconds