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

  /device/linaro/bootloader/arm-trusted-firmware/plat/juno/include/
platform_def.h 111 #define BL1_RW_BASE (TZRAM_BASE + TZRAM_SIZE - 0x8000)
113 #define BL1_RW_BASE (TZRAM_BASE + TZRAM_SIZE - 0x6000)
115 #define BL1_RW_LIMIT (TZRAM_BASE + TZRAM_SIZE)
145 #define BL31_BASE (TZRAM_BASE + TZRAM_SIZE - 0x1D000)
147 #define BL31_LIMIT (TZRAM_BASE + TZRAM_SIZE)
163 # define TSP_SEC_MEM_SIZE TZRAM_SIZE
  /device/linaro/bootloader/arm-trusted-firmware/plat/juno/
bl1_plat_setup.c 92 bl1_tzram_layout.total_size = TZRAM_SIZE;
96 bl1_tzram_layout.free_size = TZRAM_SIZE;
juno_def.h 59 #define TZRAM_SIZE 0x0003F000

Completed in 187 milliseconds