Searched refs:DRAM_BASE (Results 1 – 13 of 13) 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/u-boot/arch/x86/cpu/quark/ |
D | car.S | 27 mov $(DRAM_BASE + DRAM_MAX_SIZE + ESRAM_SIZE), %edx
|
/external/arm-trusted-firmware/plat/intel/soc/common/ |
D | socfpga_sip_svc.c | 257 if (addr >= DRAM_BASE && addr <= DRAM_BASE + DRAM_SIZE) in is_address_in_ddr_range()
|
/external/u-boot/arch/x86/include/asm/arch-quark/ |
D | quark.h | 134 #define DRAM_BASE 0x00000000 macro
|
/external/arm-trusted-firmware/plat/intel/soc/agilex/ |
D | bl31_plat_setup.c | 97 MAP_REGION_FLAT(DRAM_BASE, DRAM_SIZE, MT_MEMORY | MT_RW | MT_NS),
|
D | bl2_plat_setup.c | 32 MAP_REGION_FLAT(DRAM_BASE, DRAM_SIZE,
|
/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 | 31 MAP_REGION_FLAT(DRAM_BASE, DRAM_SIZE,
|
D | bl31_plat_setup.c | 121 MAP_REGION_FLAT(DRAM_BASE, DRAM_SIZE,
|
/external/u-boot/arch/riscv/include/asm/ |
D | encoding.h | 95 #define DRAM_BASE 0x80000000 macro
|
/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()
|