HomeSort by relevance Sort by last modified time
    Searched defs:BL1_RW_BASE (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/plat/fvp/include/
platform_def.h 120 * Put BL1 RW at the top of the Trusted SRAM. BL1_RW_BASE is calculated using
124 #define BL1_RW_BASE (FVP_TRUSTED_SRAM_BASE \
127 #define BL1_RW_BASE (FVP_TRUSTED_SRAM_BASE \
156 #define BL31_PROGBITS_LIMIT BL1_RW_BASE
  /device/linaro/bootloader/arm-trusted-firmware/plat/hikey/include/
platform_def.h 120 #define BL1_RW_BASE (BL1_RO_LIMIT) /* 0xf981_0000 */
121 #define BL1_RW_SIZE (BL31_LIMIT - BL1_RW_BASE)
128 #define BL2_BASE (BL1_RW_BASE + 0x8000) /* 0xf981_8000 */
  /device/linaro/bootloader/arm-trusted-firmware/plat/juno/include/
platform_def.h 107 * Put BL1 RW at the top of the Trusted SRAM. BL1_RW_BASE is calculated using
111 #define BL1_RW_BASE (TZRAM_BASE + TZRAM_SIZE - 0x8000)
113 #define BL1_RW_BASE (TZRAM_BASE + TZRAM_SIZE - 0x6000)
146 #define BL31_PROGBITS_LIMIT BL1_RW_BASE

Completed in 60 milliseconds