Home
last modified time | relevance | path

Searched refs:ARM_TRUSTED_SRAM_BASE (Results 1 – 10 of 10) sorted by relevance

/rk3399_ARM-atf/plat/arm/board/corstone700/common/include/
H A Dplatform_def.h59 #define ARM_TRUSTED_SRAM_BASE UL(0x02000000) macro
60 #define ARM_SHARED_RAM_BASE ARM_TRUSTED_SRAM_BASE
70 #define ARM_NS_SHARED_RAM_BASE ARM_TRUSTED_SRAM_BASE + UL(0x00100000)
162 #define PLAT_ARM_TRUSTED_MAILBOX_BASE ARM_TRUSTED_SRAM_BASE
/rk3399_ARM-atf/include/plat/arm/common/
H A Darm_def.h57 #define ARM_TRUSTED_SRAM_BASE PLAT_ARM_TRUSTED_SRAM_BASE macro
59 #define ARM_TRUSTED_SRAM_BASE UL(0x04000000) macro
62 #define ARM_SHARED_RAM_BASE ARM_TRUSTED_SRAM_BASE
67 #define ARM_L0_GPT_BASE (ARM_TRUSTED_SRAM_BASE + \
602 #define BL2_BASE (ARM_TRUSTED_SRAM_BASE + \
770 #define ARM_SPMC_MANIFEST_BASE (ARM_TRUSTED_SRAM_BASE + \
/rk3399_ARM-atf/plat/arm/board/corstone1000/common/include/
H A Dplatform_def.h111 #define ARM_TRUSTED_SRAM_BASE UL(0x02000000) macro
113 #define ARM_SHARED_RAM_BASE ARM_TRUSTED_SRAM_BASE
255 #define PLAT_ARM_TRUSTED_MAILBOX_BASE ARM_TRUSTED_SRAM_BASE
/rk3399_ARM-atf/drivers/arm/css/scp/
H A Dcss_sds.c30 image_offset = (uintptr_t) image - ARM_TRUSTED_SRAM_BASE; in css_scp_boot_image_xfer()
H A Dcss_bom_bootloader.c174 cmd_data_payload->offset = (uintptr_t) image - ARM_TRUSTED_SRAM_BASE; in css_scp_boot_image_xfer()
/rk3399_ARM-atf/include/plat/arm/css/common/
H A Dcss_def.h102 #define PLAT_ARM_TRUSTED_MAILBOX_BASE ARM_TRUSTED_SRAM_BASE
/rk3399_ARM-atf/plat/nuvoton/npcm845x/
H A Dnpcm845x_bl31_setup.c180 bl32_image_ep_info.args.arg0 = ARM_TRUSTED_SRAM_BASE + in bl31_early_platform_setup2()
/rk3399_ARM-atf/plat/arm/board/juno/include/
H A Dplatform_def.h336 #define PLAT_CSS_SCP_COM_SHARED_MEM_BASE (ARM_TRUSTED_SRAM_BASE + UL(0x80))
/rk3399_ARM-atf/plat/arm/board/fvp/include/
H A Dplatform_def.h450 #define PLAT_ARM_TRUSTED_MAILBOX_BASE ARM_TRUSTED_SRAM_BASE
/rk3399_ARM-atf/include/plat/nuvoton/common/
H A Dnpcm845x_arm_def.h443 #define BL2_BASE (ARM_TRUSTED_SRAM_BASE + \