Searched refs:DRAM_BASE (Results 1 – 10 of 10) sorted by relevance
/external/arm-trusted-firmware/plat/imx/imx7/picopi/include/ |
D | platform_def.h | 70 #define DRAM_BASE 0x80000000 macro 72 #define DRAM_LIMIT (DRAM_BASE + DRAM_SIZE) 91 #define IMX7_UBOOT_BASE (DRAM_BASE + 0x7800000) 96 #define IMX7_FIP_BASE (DRAM_BASE) 104 #define IMX7_DTB_BASE (DRAM_BASE + 0x03000000)
|
/external/arm-trusted-firmware/plat/imx/imx7/warp7/include/ |
D | platform_def.h | 72 #define DRAM_BASE 0x80000000 macro 74 #define DRAM_LIMIT (DRAM_BASE + DRAM_SIZE) 93 #define IMX7_UBOOT_BASE (DRAM_BASE + 0x7800000) 98 #define IMX7_FIP_BASE (DRAM_BASE) 106 #define IMX7_DTB_BASE (DRAM_BASE + 0x03000000)
|
/external/arm-trusted-firmware/plat/intel/soc/common/include/ |
D | platform_def.h | 87 #define DRAM_BASE (0x0) macro
|
/external/arm-trusted-firmware/plat/intel/soc/stratix10/ |
D | bl2_plat_setup.c | 32 MAP_REGION_FLAT(DRAM_BASE, DRAM_SIZE,
|
D | bl31_plat_setup.c | 128 MAP_REGION_FLAT(DRAM_BASE, DRAM_SIZE,
|
/external/arm-trusted-firmware/plat/intel/soc/agilex/ |
D | bl2_plat_setup.c | 34 MAP_REGION_FLAT(DRAM_BASE, DRAM_SIZE,
|
D | bl31_plat_setup.c | 120 MAP_REGION_FLAT(DRAM_BASE, DRAM_SIZE, MT_MEMORY | MT_RW | MT_NS),
|
/external/arm-trusted-firmware/plat/intel/soc/agilex/soc/ |
D | agilex_memory_controller.c | 395 zeromem(DRAM_BASE, DRAM_SIZE); in configure_hmc_adaptor_regs()
|
/external/arm-trusted-firmware/plat/intel/soc/stratix10/soc/ |
D | s10_memory_controller.c | 407 zeromem(DRAM_BASE, DRAM_SIZE); in configure_hmc_adaptor_regs()
|
/external/arm-trusted-firmware/plat/intel/soc/common/ |
D | socfpga_sip_svc.c | 241 if (addr + size > DRAM_BASE + DRAM_SIZE) in is_address_in_ddr_range()
|