Home
last modified time | relevance | path

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

123

/rk3399_ARM-atf/plat/hisilicon/poplar/
H A 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()
/rk3399_ARM-atf/plat/arm/common/
H A Darm_io_storage.c44 int open_fip(const uintptr_t spec) in open_fip() argument
51 if (result == 0 && spec != (uintptr_t)NULL) { in open_fip()
52 result = io_open(fip_dev_handle, spec, &local_image_handle); in open_fip()
61 int open_memmap(const uintptr_t spec) in open_memmap() argument
68 result = io_open(memmap_dev_handle, spec, &local_image_handle); in open_memmap()
202 io_block_spec_t *spec = (io_block_spec_t *)policy->image_spec; in arm_set_image_source() local
204 spec->offset = PLAT_ARM_FLASH_IMAGE_BASE + entry->start; in arm_set_image_source()
205 spec->length = entry->length; in arm_set_image_source()
276 int open_enc_fip(const uintptr_t spec) in open_enc_fip() argument
284 result = io_open(enc_dev_handle, spec, &local_image_handle); in open_enc_fip()
/rk3399_ARM-atf/plat/brcm/common/
H A 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 …]
/rk3399_ARM-atf/include/plat/arm/common/
H A Darm_fconf_io_storage.h17 int open_fip(const uintptr_t spec);
18 int open_memmap(const uintptr_t spec);
20 int open_enc_fip(const uintptr_t spec);
H A Darm_fconf_getter.h23 int (*check)(const uintptr_t spec);
/rk3399_ARM-atf/plat/imx/common/
H A 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()
/rk3399_ARM-atf/plat/marvell/armada/common/
H A 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()
/rk3399_ARM-atf/plat/qemu/common/
H A Dqemu_io_storage.c211 static int open_fip(const uintptr_t spec);
212 static int open_memmap(const uintptr_t spec);
214 static int open_enc_fip(const uintptr_t spec);
220 int (*check)(const uintptr_t spec);
425 static int open_fip(const uintptr_t spec) in open_fip() argument
432 if (result == 0 && spec != (uintptr_t)NULL) { in open_fip()
433 result = io_open(fip_dev_handle, spec, &local_image_handle); in open_fip()
443 static int open_enc_fip(const uintptr_t spec) in open_enc_fip() argument
451 result = io_open(enc_dev_handle, spec, &local_image_handle); in open_enc_fip()
461 static int open_memmap(const uintptr_t spec) in open_memmap() argument
[all …]
/rk3399_ARM-atf/plat/intel/soc/common/
H A Dsocfpga_storage.c65 static int check_fip(const uintptr_t spec);
66 static int check_dev(const uintptr_t spec);
79 int (*check)(const uintptr_t spec);
117 static int check_dev(const uintptr_t spec) in check_dev() argument
124 result = io_open(boot_dev_handle, spec, &local_handle); in check_dev()
131 static int check_fip(const uintptr_t spec) in check_fip() argument
138 result = io_open(fip_dev_handle, spec, &local_image_handle); in check_fip()
/rk3399_ARM-atf/plat/rpi/common/
H A 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()
/rk3399_ARM-atf/plat/arm/board/corstone1000/common/
H A Dcorstone1000_plat.c45 io_block_spec_t *spec = (io_block_spec_t *)policy->image_spec; in set_fip_image_source()
46 spec->offset += FIP_SIGNATURE_AREA_SIZE;
47 spec->length -= FIP_SIGNATURE_AREA_SIZE; in bl2_platform_setup()
41 io_block_spec_t *spec = (io_block_spec_t *)policy->image_spec; set_fip_image_source() local
/rk3399_ARM-atf/plat/st/common/include/
H A 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);
/rk3399_ARM-atf/plat/hisilicon/hikey/
H A 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()
/rk3399_ARM-atf/docs/resources/diagrams/plantuml/
H A 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)
/rk3399_ARM-atf/plat/nxp/common/fip_handler/fuse_fip/
H A 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
/rk3399_ARM-atf/plat/nxp/s32/s32g274ardb2/
H A Dplat_io_storage.c25 int (*check)(const uintptr_t spec);
34 static int open_mmc(const uintptr_t spec) in open_mmc() argument
44 result = io_open(mmc_dev_handle, spec, &temp_handle); in open_mmc()
52 static int open_fip(const uintptr_t spec) in open_fip() argument
63 result = io_open(fip_dev_handle, spec, &temp_handle); in open_fip()
/rk3399_ARM-atf/plat/nxp/common/fip_handler/ddr_fip/
H A 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
H A Dddr_io_storage.h24 int (*check)(const uintptr_t spec));
/rk3399_ARM-atf/plat/renesas/common/
H A 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
/rk3399_ARM-atf/plat/hisilicon/hikey960/
H A 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()
/rk3399_ARM-atf/plat/st/common/
H A 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
817 io_block_spec_t *spec __maybe_unused; in set_metadata_image_source()
822 spec = (io_block_spec_t *)policy->image_spec; in set_metadata_image_source()
841 spec->offset = entry->start; in set_metadata_image_source()
842 spec->length = entry->length; in set_metadata_image_source()
849 spec->offset = STM32MP_NOR_METADATA1_OFFSET; in set_metadata_image_source()
851 spec->offset = STM32MP_NOR_METADATA2_OFFSET; in set_metadata_image_source()
[all …]
/rk3399_ARM-atf/drivers/renesas/common/io/
H A 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
/rk3399_ARM-atf/drivers/io/
H A 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()
H A Dio_semihosting.c26 static int sh_file_open(io_dev_info_t *dev_info, const uintptr_t spec,
72 const uintptr_t spec, io_entity_t *entity) in sh_file_open() argument
76 const io_file_spec_t *file_spec = (const io_file_spec_t *)spec; in sh_file_open()
/rk3399_ARM-atf/plat/nxp/common/setup/
H A 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