Searched refs:OCRAM_SIZE (Results 1 – 17 of 17) sorted by relevance
/trusted-firmware-a-latest/plat/nxp/soc-ls1046a/ |
D | soc.def | 56 OCRAM_SIZE := 0x20000 68 # BL2_HDR_LOC has to be (OCRAM_START_ADDR + OCRAM_SIZE - NXP_ROM_RSVD - CSF_HDR_SZ) 71 BL2_HDR_LOC_HDR ?= $(shell echo $$(( $(OCRAM_START_ADDR) + $(OCRAM_SIZE) - $(NXP_ROM_RSVD) - $(CSF…
|
/trusted-firmware-a-latest/plat/nxp/soc-ls1043a/ |
D | soc.def | 56 OCRAM_SIZE := 0x20000 68 # BL2_HDR_LOC has to be (OCRAM_START_ADDR + OCRAM_SIZE - NXP_ROM_RSVD - CSF_HDR_SZ) 71 BL2_HDR_LOC_HDR ?= $(shell echo $$(( $(OCRAM_START_ADDR) + $(OCRAM_SIZE) - $(NXP_ROM_RSVD) - $(CSF…
|
/trusted-firmware-a-latest/plat/nxp/common/plat_make_helper/ |
D | soc_common_def.mk | 42 ifneq (${OCRAM_SIZE},) 43 $(eval $(call add_define_val,NXP_OCRAM_SIZE,${OCRAM_SIZE}))
|
/trusted-firmware-a-latest/plat/intel/soc/stratix10/include/ |
D | socfpga_plat_def.h | 49 #define OCRAM_SIZE (0x00040000) macro
|
/trusted-firmware-a-latest/plat/intel/soc/agilex/include/ |
D | socfpga_plat_def.h | 50 #define OCRAM_SIZE (0x00040000) macro
|
/trusted-firmware-a-latest/plat/intel/soc/n5x/include/ |
D | socfpga_plat_def.h | 51 #define OCRAM_SIZE (0x00040000) macro
|
/trusted-firmware-a-latest/plat/intel/soc/agilex5/include/ |
D | socfpga_plat_def.h | 64 #define OCRAM_SIZE (0x00080000) macro
|
/trusted-firmware-a-latest/plat/intel/soc/agilex5/ |
D | bl2_plat_setup.c | 53 MAP_REGION_FLAT(OCRAM_BASE, OCRAM_SIZE,
|
D | bl31_plat_setup.c | 180 MAP_REGION_FLAT(OCRAM_BASE, OCRAM_SIZE, MT_NON_CACHEABLE | MT_RW | MT_SECURE),
|
/trusted-firmware-a-latest/plat/intel/soc/agilex/ |
D | bl2_plat_setup.c | 43 MAP_REGION_FLAT(OCRAM_BASE, OCRAM_SIZE,
|
D | bl31_plat_setup.c | 147 MAP_REGION_FLAT(OCRAM_BASE, OCRAM_SIZE,
|
/trusted-firmware-a-latest/plat/intel/soc/stratix10/ |
D | bl2_plat_setup.c | 42 MAP_REGION_FLAT(OCRAM_BASE, OCRAM_SIZE,
|
D | bl31_plat_setup.c | 137 MAP_REGION_FLAT(OCRAM_BASE, OCRAM_SIZE,
|
/trusted-firmware-a-latest/plat/intel/soc/n5x/ |
D | bl31_plat_setup.c | 130 MAP_REGION_FLAT(OCRAM_BASE, OCRAM_SIZE,
|
/trusted-firmware-a-latest/plat/nxp/soc-ls1088a/ |
D | soc.def | 50 OCRAM_SIZE := 0x20000
|
/trusted-firmware-a-latest/plat/nxp/soc-ls1028a/ |
D | soc.def | 55 OCRAM_SIZE := 0x40000
|
/trusted-firmware-a-latest/plat/nxp/soc-lx2160a/ |
D | soc.def | 89 OCRAM_SIZE := 0x40000
|