Searched refs:ARM_BL_RAM_BASE (Results 1 – 11 of 11) sorted by relevance
/trusted-firmware-a-latest/plat/arm/board/fvp_ve/include/ |
D | platform_def.h | 48 #define ARM_BL_RAM_BASE (FVP_VE_SHARED_RAM_BASE + \ macro 126 #define ARM_MAP_BL_CONFIG_REGION MAP_REGION_FLAT(ARM_BL_RAM_BASE, \ 128 - ARM_BL_RAM_BASE), \ 184 #define ARM_FW_CONFIG_BASE (ARM_BL_RAM_BASE + sizeof(meminfo_t)) 185 #define ARM_FW_CONFIG_LIMIT ((ARM_BL_RAM_BASE + PAGE_SIZE) \ 192 #define ARM_FW_CONFIGS_LIMIT (ARM_BL_RAM_BASE + (PAGE_SIZE * 2)) 204 #define BL1_RW_BASE (ARM_BL_RAM_BASE + \ 207 #define BL1_RW_LIMIT (ARM_BL_RAM_BASE + \ 227 #define BL32_BASE ((ARM_BL_RAM_BASE + ARM_BL_RAM_SIZE)\ 230 #define BL32_LIMIT (ARM_BL_RAM_BASE + ARM_BL_RAM_SIZE)
|
/trusted-firmware-a-latest/plat/arm/board/a5ds/include/ |
D | platform_def.h | 33 #define ARM_BL_RAM_BASE (A5DS_SHARED_RAM_BASE + \ macro 157 #define ARM_MAP_BL_CONFIG_REGION MAP_REGION_FLAT(ARM_BL_RAM_BASE, \ 159 - ARM_BL_RAM_BASE), \ 202 #define ARM_FW_CONFIG_BASE (ARM_BL_RAM_BASE + sizeof(meminfo_t)) 203 #define ARM_FW_CONFIG_LIMIT (ARM_BL_RAM_BASE + PAGE_SIZE) 209 #define ARM_FW_CONFIGS_LIMIT (ARM_BL_RAM_BASE + (PAGE_SIZE * 2)) 221 #define BL1_RW_BASE (ARM_BL_RAM_BASE + \ 224 #define BL1_RW_LIMIT (ARM_BL_RAM_BASE + \ 241 #define BL32_BASE ((ARM_BL_RAM_BASE + ARM_BL_RAM_SIZE)\ 244 #define BL32_LIMIT (ARM_BL_RAM_BASE + ARM_BL_RAM_SIZE)
|
/trusted-firmware-a-latest/plat/arm/board/corstone700/common/include/ |
D | platform_def.h | 65 #define ARM_BL_RAM_BASE (ARM_SHARED_RAM_BASE + \ macro 77 #define BL32_BASE (ARM_BL_RAM_BASE + PAGE_SIZE) 78 #define BL32_LIMIT (ARM_BL_RAM_BASE + ARM_BL_RAM_SIZE) 92 #define ARM_FW_CONFIG_BASE (ARM_BL_RAM_BASE + sizeof(meminfo_t)) 93 #define ARM_FW_CONFIG_LIMIT (ARM_BL_RAM_BASE + (PAGE_SIZE / 2U)) 106 #define ARM_FW_CONFIGS_LIMIT (ARM_BL_RAM_BASE + (PAGE_SIZE * 2)) 220 #define ARM_MAP_BL_CONFIG_REGION MAP_REGION_FLAT(ARM_BL_RAM_BASE, \ 222 - ARM_BL_RAM_BASE), \
|
/trusted-firmware-a-latest/include/plat/nuvoton/common/ |
D | npcm845x_arm_def.h | 348 ARM_BL_RAM_BASE, \ 349 (ARM_FW_CONFIGS_LIMIT - ARM_BL_RAM_BASE), \ 389 #define ARM_FW_CONFIG_BASE (ARM_BL_RAM_BASE + sizeof(meminfo_t)) 391 (ARM_BL_RAM_BASE + PAGE_SIZE) + (PAGE_SIZE / 2U)) 404 #define ARM_FW_CONFIGS_LIMIT (ARM_BL_RAM_BASE + (PAGE_SIZE * 2)) 417 #define BL1_RW_BASE (ARM_BL_RAM_BASE + ARM_BL_RAM_SIZE - \ 419 #define BL1_RW_LIMIT (ARM_BL_RAM_BASE + \ 437 #define BL2_LIMIT (ARM_BL_RAM_BASE + ARM_BL_RAM_SIZE) 485 #define BL31_BASE ((ARM_BL_RAM_BASE + ARM_BL_RAM_SIZE) - \ 496 #define BL31_LIMIT (ARM_BL_RAM_BASE + ARM_BL_RAM_SIZE)
|
/trusted-firmware-a-latest/include/plat/arm/common/ |
D | arm_def.h | 71 #define ARM_BL_RAM_BASE (ARM_SHARED_RAM_BASE + \ macro 421 #define ARM_MAP_BL_CONFIG_REGION MAP_REGION_FLAT(ARM_BL_RAM_BASE, \ 423 - ARM_BL_RAM_BASE), \ 516 #define ARM_FW_CONFIG_BASE (ARM_BL_RAM_BASE + sizeof(meminfo_t)) 517 #define ARM_FW_CONFIG_LIMIT ((ARM_BL_RAM_BASE + PAGE_SIZE) \ 532 #define ARM_FW_CONFIGS_LIMIT (ARM_BL_RAM_BASE + ARM_FW_CONFIGS_SIZE) 563 #define BL1_RW_BASE (ARM_BL_RAM_BASE + \ 567 #define BL1_RW_LIMIT (ARM_BL_RAM_BASE + \ 594 #define BL2_LIMIT (ARM_BL_RAM_BASE + ARM_BL_RAM_SIZE) 635 #define BL31_BASE ((ARM_BL_RAM_BASE + ARM_BL_RAM_SIZE)\ [all …]
|
/trusted-firmware-a-latest/plat/arm/board/corstone1000/common/include/ |
D | platform_def.h | 131 #define ARM_BL_RAM_BASE (ARM_SHARED_RAM_BASE + ARM_SHARED_RAM_SIZE) macro 141 #define BL2_LIMIT (ARM_BL_RAM_BASE + ARM_BL_RAM_SIZE) 151 #define BL32_BASE ARM_BL_RAM_BASE 207 #define ARM_BL2_MEM_DESC_LIMIT ARM_BL_RAM_BASE
|
/trusted-firmware-a-latest/plat/arm/common/ |
D | arm_bl2_el3_setup.c | 40 bl2_el3_tzram_layout.total_base = ARM_BL_RAM_BASE; in arm_bl2_el3_early_platform_setup()
|
D | arm_bl1_setup.c | 84 bl1_tzram_layout.total_base = ARM_BL_RAM_BASE; in arm_bl1_early_platform_setup()
|
D | arm_dyn_cfg.c | 192 if (image_base < ARM_BL_RAM_BASE) { in arm_bl2_dyn_cfg_init()
|
/trusted-firmware-a-latest/plat/arm/board/fvp_r/ |
D | fvp_r_bl1_setup.c | 71 bl1_tzram_layout.total_base = ARM_BL_RAM_BASE; in arm_bl1_early_platform_setup()
|
/trusted-firmware-a-latest/include/plat/nuvoton/npcm845x/ |
D | platform_def.h | 109 #define ARM_BL_RAM_BASE (ARM_SHARED_RAM_BASE + ARM_SHARED_RAM_SIZE) macro
|