Home
last modified time | relevance | path

Searched refs:DRAM_SEC_SIZE (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
Dhikey_def.h53 #define DRAM_SEC_SIZE 0x01000000 macro
54 #define DRAM_SEC_BASE (DRAM_BASE + DRAM_SIZE - DRAM_SEC_SIZE)
57 #define DRAM_NS_SIZE (DRAM_SIZE - DRAM_SEC_SIZE)
Dplat_security.c131 sec_protect(DRAM_SEC_BASE, DRAM_SEC_SIZE); in plat_security_setup()
/device/linaro/bootloader/arm-trusted-firmware/plat/juno/
Djuno_def.h110 #define DRAM_SEC_SIZE 0x00E00000 macro
111 #define DRAM_SEC_BASE (DRAM_SCP_BASE - DRAM_SEC_SIZE)
114 #define DRAM_NS_SIZE (DRAM_SIZE - DRAM_SCP_SIZE - DRAM_SEC_SIZE)
Dplat_security.c64 DRAM_SEC_BASE, DRAM_SEC_BASE + DRAM_SEC_SIZE - 1, in init_tzc400()
/device/linaro/bootloader/arm-trusted-firmware/plat/juno/include/
Dplatform_def.h159 #define BL32_DRAM_LIMIT (DRAM_SEC_BASE + DRAM_SEC_SIZE)
169 # define TSP_SEC_MEM_SIZE DRAM_SEC_SIZE
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/include/
Dplatform_def.h148 #define BL32_DRAM_LIMIT (DRAM_SEC_BASE+DRAM_SEC_SIZE)