Home
last modified time | relevance | path

Searched refs:DDR_SEC_SIZE (Results 1 – 8 of 8) sorted by relevance

/external/arm-trusted-firmware/plat/hisilicon/hikey/include/
Dhikey_def.h29 #define DDR_SEC_SIZE 0x01000000 macro
30 #define DDR_SEC_BASE (DDR_BASE + DDR_SIZE - DDR_SEC_SIZE) /* 0x3F000000 */
Dhikey_layout.h93 #define BL32_DRAM_LIMIT (DDR_SEC_BASE+DDR_SEC_SIZE)
/external/arm-trusted-firmware/plat/hisilicon/hikey960/
Dhikey960_def.h31 #define DDR_SEC_SIZE 0x01000000 macro
/external/arm-trusted-firmware/plat/hisilicon/hikey960/include/
Dplatform_def.h78 #define BL32_DRAM_LIMIT (DDR_SEC_BASE+DDR_SEC_SIZE)
/external/arm-trusted-firmware/plat/hisilicon/hikey960/aarch64/
Dhikey960_common.c22 DDR_SIZE - DDR_SEC_SIZE, \
/external/arm-trusted-firmware/plat/hisilicon/hikey/aarch64/
Dhikey_common.c20 DDR_SIZE - DDR_SEC_SIZE, \
/external/arm-trusted-firmware/plat/hisilicon/hikey/
Dhikey_security.c106 sec_protect(DDR_SEC_BASE, DDR_SEC_SIZE, 1); in hikey_security_setup()
/external/arm-trusted-firmware/plat/hisilicon/poplar/include/
Dplatform_def.h79 #define DDR_SEC_SIZE 0x01000000 macro