Home
last modified time | relevance | path

Searched refs:spec (Results 1 – 25 of 57) sorted by relevance

123

/trusted-firmware-a-latest/plat/hisilicon/poplar/
Dplat_storage.c30 static int open_emmc(const uintptr_t spec);
51 static int open_mmap(const uintptr_t spec);
61 static int open_fip(const uintptr_t spec);
90 int (*check)(const uintptr_t spec);
140 static int open_emmc(const uintptr_t spec) in open_emmc() argument
147 result = io_open(emmc_dev_handle, spec, &local_image_handle); in open_emmc()
161 static int open_mmap(const uintptr_t spec) in open_mmap() argument
168 result = io_open(mmap_dev_handle, spec, &local_image_handle); in open_mmap()
183 static int open_fip(const uintptr_t spec) in open_fip() argument
190 result = io_open(fip_dev_handle, spec, &local_image_handle); in open_fip()
/trusted-firmware-a-latest/plat/brcm/common/
Dbrcm_io_storage.c133 static int open_fip(const uintptr_t spec);
134 static int open_memmap(const uintptr_t spec);
135 static int open_qspi(const uintptr_t spec);
136 static int open_nand(const uintptr_t spec);
141 int (*check)(const uintptr_t spec);
283 static int open_fip(const uintptr_t spec) in open_fip() argument
291 result = io_open(fip_dev_handle, spec, &local_image_handle); in open_fip()
301 static int open_memmap(const uintptr_t spec) in open_memmap() argument
308 result = io_open(memmap_dev_handle, spec, &local_image_handle); in open_memmap()
317 static int open_qspi(const uintptr_t spec) in open_qspi() argument
[all …]
/trusted-firmware-a-latest/plat/imx/common/
Dimx_io_storage.c47 static int open_mmc(const uintptr_t spec);
57 static int open_memmap(const uintptr_t spec);
60 static int open_fip(const uintptr_t spec);
120 int (*check)(const uintptr_t spec);
206 static int open_fip(const uintptr_t spec) in open_fip() argument
214 result = io_open(fip_dev_handle, spec, &local_image_handle); in open_fip()
224 static int open_mmc(const uintptr_t spec) in open_mmc() argument
231 result = io_open(mmc_dev_handle, spec, &local_handle); in open_mmc()
239 static int open_memmap(const uintptr_t spec) in open_memmap() argument
246 result = io_open(memmap_dev_handle, spec, &local_image_handle); in open_memmap()
/trusted-firmware-a-latest/plat/qemu/common/
Dqemu_io_storage.c202 static int open_fip(const uintptr_t spec);
203 static int open_memmap(const uintptr_t spec);
205 static int open_enc_fip(const uintptr_t spec);
211 int (*check)(const uintptr_t spec);
410 static int open_fip(const uintptr_t spec) in open_fip() argument
417 if (result == 0 && spec != (uintptr_t)NULL) { in open_fip()
418 result = io_open(fip_dev_handle, spec, &local_image_handle); in open_fip()
428 static int open_enc_fip(const uintptr_t spec) in open_enc_fip() argument
436 result = io_open(enc_dev_handle, spec, &local_image_handle); in open_enc_fip()
446 static int open_memmap(const uintptr_t spec) in open_memmap() argument
[all …]
/trusted-firmware-a-latest/plat/marvell/armada/common/
Dmarvell_io_storage.c59 static int open_fip(const uintptr_t spec);
60 static int open_memmap(const uintptr_t spec);
65 int (*check)(const uintptr_t spec);
118 static int open_fip(const uintptr_t spec) in open_fip() argument
126 result = io_open(fip_dev_handle, spec, &local_image_handle); in open_fip()
136 static int open_memmap(const uintptr_t spec) in open_memmap() argument
143 result = io_open(memmap_dev_handle, spec, &local_image_handle); in open_memmap()
/trusted-firmware-a-latest/plat/arm/common/
Darm_io_storage.c39 int open_fip(const uintptr_t spec) in open_fip() argument
47 result = io_open(fip_dev_handle, spec, &local_image_handle); in open_fip()
56 int open_memmap(const uintptr_t spec) in open_memmap() argument
63 result = io_open(memmap_dev_handle, spec, &local_image_handle); in open_memmap()
179 io_block_spec_t *spec = (io_block_spec_t *)policy->image_spec; in arm_set_image_source() local
181 spec->offset = PLAT_ARM_FLASH_IMAGE_BASE + entry->start; in arm_set_image_source()
182 spec->length = entry->length; in arm_set_image_source()
/trusted-firmware-a-latest/plat/arm/board/corstone1000/common/
Dcorstone1000_plat.c42 io_block_spec_t *spec = (io_block_spec_t *)policy->image_spec; in set_fip_image_source() local
43 spec->offset += FIP_SIGNATURE_AREA_SIZE; in set_fip_image_source()
44 spec->length -= FIP_SIGNATURE_AREA_SIZE; in set_fip_image_source()
/trusted-firmware-a-latest/plat/intel/soc/common/
Dsocfpga_storage.c66 static int check_fip(const uintptr_t spec);
67 static int check_dev(const uintptr_t spec);
80 int (*check)(const uintptr_t spec);
111 static int check_dev(const uintptr_t spec) in check_dev() argument
118 result = io_open(boot_dev_handle, spec, &local_handle); in check_dev()
125 static int check_fip(const uintptr_t spec) in check_fip() argument
132 result = io_open(fip_dev_handle, spec, &local_image_handle); in check_fip()
/trusted-firmware-a-latest/include/plat/arm/common/
Darm_fconf_io_storage.h16 int open_fip(const uintptr_t spec);
17 int open_memmap(const uintptr_t spec);
Darm_fconf_getter.h23 int (*check)(const uintptr_t spec);
/trusted-firmware-a-latest/plat/st/common/include/
Dstm32mp_io_storage.h70 int open_fip(const uintptr_t spec);
72 int open_enc_fip(const uintptr_t spec);
74 int open_storage(const uintptr_t spec);
/trusted-firmware-a-latest/plat/rpi/common/
Drpi3_io_storage.c105 static int open_fip(const uintptr_t spec);
106 static int open_memmap(const uintptr_t spec);
111 int (*check)(const uintptr_t spec);
195 static int open_fip(const uintptr_t spec) in open_fip() argument
203 result = io_open(fip_dev_handle, spec, &local_image_handle); in open_fip()
212 static int open_memmap(const uintptr_t spec) in open_memmap() argument
219 result = io_open(memmap_dev_handle, spec, &local_image_handle); in open_memmap()
/trusted-firmware-a-latest/plat/hisilicon/hikey/
Dhikey_io_storage.c36 int (*check)(const uintptr_t spec);
44 static int check_emmc(const uintptr_t spec);
45 static int check_fip(const uintptr_t spec);
227 static int check_emmc(const uintptr_t spec) in check_emmc() argument
234 result = io_open(emmc_dev_handle, spec, &local_handle); in check_emmc()
241 static int check_fip(const uintptr_t spec) in check_fip() argument
249 result = io_open(fip_dev_handle, spec, &local_image_handle); in check_fip()
/trusted-firmware-a-latest/docs/resources/diagrams/plantuml/
Dio_dev_init_and_check.puml17 arm_io_storage -> arm_io_storage : open_fip(spec)
22 arm_io_storage -> io_storage : io_open(fip_dev_handle, spec, &local_image_handle)
42 arm_io_storage -> arm_io_storage : open_memmap(spec)
47 arm_io_storage -> io_storage : io_open(memmap_dev_handle, spec, &local_image_handle)
/trusted-firmware-a-latest/plat/nxp/common/fip_handler/fuse_fip/
Dfuse_io_storage.c51 static int open_fuse_fip(const uintptr_t spec);
56 int (*check)(const uintptr_t spec);
78 static int open_fuse_fip(const uintptr_t spec) in open_fuse_fip() argument
87 spec, in open_fuse_fip()
103 int (*check)(const uintptr_t spec)) in plat_get_fuse_image_source() argument
Dfuse_io.h26 int (*check)(const uintptr_t spec));
/trusted-firmware-a-latest/plat/nxp/common/fip_handler/ddr_fip/
Dddr_io_storage.c81 static int open_ddr_fip(const uintptr_t spec);
86 int (*check)(const uintptr_t spec);
155 static int open_ddr_fip(const uintptr_t spec) in open_ddr_fip() argument
163 result = io_open(ddr_fip_dev_handle, spec, &local_image_handle); in open_ddr_fip()
177 int (*check)(const uintptr_t spec)) in plat_get_ddr_fip_image_source() argument
Dddr_io_storage.h24 int (*check)(const uintptr_t spec));
/trusted-firmware-a-latest/plat/renesas/common/
Dplat_storage.c162 static int32_t open_emmcdrv(const uintptr_t spec);
163 static int32_t open_memmap(const uintptr_t spec);
164 static int32_t open_rcar(const uintptr_t spec);
169 int32_t (*check)(const uintptr_t spec);
331 static int32_t open_rcar(const uintptr_t spec) in open_rcar() argument
336 static int32_t open_memmap(const uintptr_t spec) in open_memmap() argument
345 result = io_open(memdrv_dev_handle, spec, &handle); in open_memmap()
352 static int32_t open_emmcdrv(const uintptr_t spec) in open_emmcdrv() argument
/trusted-firmware-a-latest/plat/hisilicon/hikey960/
Dhikey960_io_storage.c32 int (*check)(const uintptr_t spec);
38 static int check_ufs(const uintptr_t spec);
39 static int check_fip(const uintptr_t spec);
237 static int check_ufs(const uintptr_t spec) in check_ufs() argument
244 result = io_open(ufs_dev_handle, spec, &local_handle); in check_ufs()
251 static int check_fip(const uintptr_t spec) in check_fip() argument
259 result = io_open(fip_dev_handle, spec, &local_image_handle); in check_fip()
/trusted-firmware-a-latest/drivers/renesas/common/io/
Dio_emmcdrv.c21 static int32_t emmcdrv_dev_open(const uintptr_t spec __attribute__ ((unused)),
84 const uintptr_t spec, io_entity_t *entity) in emmcdrv_block_open() argument
86 const io_drv_spec_t *block_spec = (io_drv_spec_t *) spec; in emmcdrv_block_open()
156 static int32_t emmcdrv_dev_open(const uintptr_t spec __attribute__ ((unused)), in emmcdrv_dev_open() argument
/trusted-firmware-a-latest/plat/st/common/
Dbl2_io_storage.c121 int open_fip(const uintptr_t spec) in open_fip() argument
127 int open_enc_fip(const uintptr_t spec) in open_enc_fip() argument
137 result = io_open(enc_dev_handle, spec, &local_image_handle); in open_enc_fip()
149 int open_storage(const uintptr_t spec) in open_storage() argument
720 io_block_spec_t *spec __maybe_unused; in plat_set_image_source()
725 spec = (io_block_spec_t *)policy->image_spec; in plat_set_image_source()
744 spec->offset = entry->start; in plat_set_image_source()
745 spec->length = entry->length; in plat_set_image_source()
752 spec->offset = STM32MP_NOR_METADATA1_OFFSET; in plat_set_image_source()
754 spec->offset = STM32MP_NOR_METADATA2_OFFSET; in plat_set_image_source()
[all …]
/trusted-firmware-a-latest/plat/arm/board/fvp_r/
Dfvp_r_io_storage.c52 static int open_semihosting(const uintptr_t spec) in open_semihosting() argument
60 result = io_open(sh_dev_handle, spec, &local_image_handle); in open_semihosting()
/trusted-firmware-a-latest/drivers/io/
Dio_encrypted.c35 static int enc_file_open(io_dev_info_t *dev_info, const uintptr_t spec,
108 static int enc_file_open(io_dev_info_t *dev_info, const uintptr_t spec, in enc_file_open() argument
113 assert(spec != 0); in enc_file_open()
116 backend_image_spec = spec; in enc_file_open()
/trusted-firmware-a-latest/plat/nxp/common/setup/
Dls_io_storage.c128 static int open_fip(const uintptr_t spec);
133 int (*check)(const uintptr_t spec);
239 static int open_fip(const uintptr_t spec) in open_fip() argument
247 result = io_open(fip_dev_handle, spec, &local_image_handle); in open_fip()
257 int open_backend(const uintptr_t spec) in open_backend() argument
264 result = io_open(backend_dev_handle, spec, &local_image_handle); in open_backend()

123