Home
last modified time | relevance | path

Searched refs:spl_load_info (Results 1 – 14 of 14) sorted by relevance

/external/u-boot/arch/arm/mach-imx/
Dspl_imx_romapi.c30 static ulong spl_romapi_read_seekable(struct spl_load_info *load, in spl_romapi_read_seekable()
105 struct spl_load_info load; in spl_romapi_load_image_seekable()
122 static ulong spl_ram_load_read(struct spl_load_info *load, ulong sector, in spl_ram_load_read()
141 struct spl_load_info spl_load_info; in get_fit_image_size() local
144 memset(&spl_load_info, 0, sizeof(spl_load_info)); in get_fit_image_size()
145 spl_load_info.bl_len = 1; in get_fit_image_size()
146 spl_load_info.read = spl_ram_load_read; in get_fit_image_size()
147 spl_load_info.priv = &last; in get_fit_image_size()
149 spl_load_simple_fit(&spl_image, &spl_load_info, in get_fit_image_size()
169 struct spl_load_info load; in spl_romapi_load_image_stream()
/external/u-boot/include/
Dspl.h159 struct spl_load_info { struct
164 ulong (*read)(struct spl_load_info *load, ulong sector, ulong count, argument
198 struct spl_load_info *info, ulong sector, void *fdt);
213 struct spl_load_info *info, ulong sector);
/external/u-boot/common/spl/
Dspl_spi.c53 static ulong spl_spi_fit_read(struct spl_load_info *load, ulong sector, in spl_spi_fit_read()
133 struct spl_load_info load; in spl_spi_load_image()
145 struct spl_load_info load; in spl_spi_load_image()
Dspl_nand.c39 static ulong spl_nand_fit_read(struct spl_load_info *load, ulong offs, in spl_nand_fit_read()
62 struct spl_load_info load; in spl_nand_load_element()
72 struct spl_load_info load; in spl_nand_load_element()
Dspl_fit.c118 static int get_aligned_image_offset(struct spl_load_info *info, int offset) in get_aligned_image_offset()
131 static int get_aligned_image_overhead(struct spl_load_info *info, int offset) in get_aligned_image_overhead()
145 static int get_aligned_image_size(struct spl_load_info *info, int data_size, in get_aligned_image_size()
173 static int spl_load_fit_image(struct spl_load_info *info, ulong sector, in spl_load_fit_image()
280 struct spl_load_info *info, ulong sector, in spl_fit_append_fdt()
366 struct spl_load_info *info, ulong sector, void *fit) in spl_load_simple_fit()
Dspl_ram.c22 static ulong spl_ram_load_read(struct spl_load_info *load, ulong sector, in spl_ram_load_read()
45 struct spl_load_info load; in spl_ram_load_image()
Dspl_net.c17 static ulong spl_net_load_read(struct spl_load_info *load, ulong sector, in spl_net_load_read()
50 struct spl_load_info load; in spl_net_load_image()
Dspl_nor.c9 static ulong spl_nor_load_read(struct spl_load_info *load, ulong sector, in spl_nor_load_read()
29 __maybe_unused struct spl_load_info load; in spl_nor_load_image()
Dspl_fat.c42 static ulong spl_fit_read(struct spl_load_info *load, ulong file_offset, in spl_fit_read()
86 struct spl_load_info load; in spl_load_image_fat()
Dspl_mmc.c44 static ulong h_spl_load_read(struct spl_load_info *load, ulong sector, in h_spl_load_read()
73 struct spl_load_info load; in mmc_load_image_raw_sector()
83 struct spl_load_info load; in mmc_load_image_raw_sector()
Dspl_ymodem.c37 static ulong ymodem_read_fit(struct spl_load_info *load, ulong offset, in ymodem_read_fit()
118 struct spl_load_info load; in spl_ymodem_load_image()
/external/u-boot/arch/arm/mach-imx/imx8/
Dparse-container.c73 struct spl_load_info *info, in read_auth_image()
120 struct spl_load_info *info, ulong sector) in read_auth_container()
204 struct spl_load_info *info, ulong sector) in spl_load_imx_container()
/external/u-boot/arch/arm/mach-sunxi/
Dspl_spi_sunxi.c264 static ulong spi_load_read(struct spl_load_info *load, ulong sector, in spi_load_read()
287 struct spl_load_info load; in spl_spi_load_image()
/external/u-boot/drivers/usb/gadget/
Df_sdp.c644 static ulong sdp_fit_read(struct spl_load_info *load, ulong sector, in sdp_fit_read()
711 struct spl_load_info load; in sdp_handle_in_ep()