| /rk3399_ARM-atf/plat/imx/imx7/picopi/include/ |
| H A 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 IMX_FIP_BASE (DRAM_BASE) 104 #define IMX7_DTB_BASE (DRAM_BASE + 0x03000000)
|
| /rk3399_ARM-atf/plat/imx/imx7/warp7/include/ |
| H A 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 IMX_FIP_BASE (DRAM_BASE) 106 #define IMX7_DTB_BASE (DRAM_BASE + 0x03000000)
|
| /rk3399_ARM-atf/plat/intel/soc/stratix10/include/ |
| H A D | socfpga_plat_def.h | 58 #define DRAM_BASE (0x0) macro
|
| /rk3399_ARM-atf/plat/intel/soc/n5x/include/ |
| H A D | socfpga_plat_def.h | 58 #define DRAM_BASE (0x0) macro
|
| /rk3399_ARM-atf/plat/intel/soc/agilex/include/ |
| H A D | socfpga_plat_def.h | 74 #define DRAM_BASE (0x0) macro
|
| /rk3399_ARM-atf/plat/intel/soc/agilex5/include/ |
| H A D | socfpga_plat_def.h | 121 #define DRAM_BASE (0x80000000) macro
|
| /rk3399_ARM-atf/plat/intel/soc/stratix10/ |
| H A D | bl2_plat_setup.c | 36 MAP_REGION_FLAT(DRAM_BASE, DRAM_SIZE,
|
| H A D | bl31_plat_setup.c | 140 MAP_REGION_FLAT(DRAM_BASE, DRAM_SIZE,
|
| /rk3399_ARM-atf/plat/intel/soc/agilex/ |
| H A D | bl2_plat_setup.c | 40 MAP_REGION_FLAT(DRAM_BASE, DRAM_SIZE,
|
| H A D | bl31_plat_setup.c | 216 MAP_REGION_FLAT(DRAM_BASE, DRAM_SIZE, MT_MEMORY | MT_RW | MT_NS),
|
| /rk3399_ARM-atf/plat/intel/soc/n5x/ |
| H A D | bl31_plat_setup.c | 133 MAP_REGION_FLAT(DRAM_BASE, DRAM_SIZE,
|
| /rk3399_ARM-atf/plat/intel/soc/agilex5/ |
| H A D | bl2_plat_setup.c | 54 MAP_REGION_FLAT(DRAM_BASE, DRAM_SIZE,
|
| H A D | bl31_plat_setup.c | 195 MAP_REGION_FLAT(DRAM_BASE, DRAM_SIZE, MT_MEMORY | MT_RW | MT_NS),
|
| /rk3399_ARM-atf/plat/intel/soc/agilex5/soc/ |
| H A D | agilex5_memory_controller.c | 396 zeromem((void *)DRAM_BASE, DRAM_SIZE); in configure_hmc_adaptor_regs()
|
| H A D | agilex5_ddr.c | 406 ddr_info_set[0].start = DRAM_BASE; in agilex5_ddr_init()
|
| /rk3399_ARM-atf/plat/intel/soc/agilex/soc/ |
| H A D | agilex_memory_controller.c | 395 zeromem(DRAM_BASE, DRAM_SIZE); in configure_hmc_adaptor_regs()
|
| /rk3399_ARM-atf/plat/intel/soc/stratix10/soc/ |
| H A D | s10_memory_controller.c | 407 zeromem(DRAM_BASE, DRAM_SIZE); in configure_hmc_adaptor_regs()
|
| /rk3399_ARM-atf/plat/intel/soc/common/ |
| H A D | socfpga_sip_svc.c | 311 uint128_t dram_max_sz = (uint128_t)DRAM_BASE + (uint128_t)DRAM_SIZE; in is_address_in_ddr_range() 799 mmio_write_32(SOCFPGA_SYSMGR(SDM_BE_ARADDR_REMAP), DRAM_BASE); 800 mmio_write_32(SOCFPGA_SYSMGR(SDM_BE_AWADDR_REMAP), DRAM_BASE); 801 *mem = *mem - DRAM_BASE; 803 *mem = *mem - DRAM_BASE;
|