| /u-boot/arch/arm/mach-imx/ |
| A D | spl_imx_romapi.c | 55 static ulong spl_romapi_read_seekable(struct spl_load_info *load, in spl_romapi_read_seekable() 104 struct spl_load_info load; in spl_romapi_load_image_seekable() 112 struct spl_load_info load; in spl_romapi_load_image_seekable() 129 static ulong spl_ram_load_read(struct spl_load_info *load, ulong sector, in spl_ram_load_read() 148 struct spl_load_info spl_load_info; in get_fit_image_size() local 151 memset(&spl_load_info, 0, sizeof(spl_load_info)); in get_fit_image_size() 152 spl_load_info.bl_len = 1; in get_fit_image_size() 153 spl_load_info.read = spl_ram_load_read; in get_fit_image_size() 154 spl_load_info.priv = &last; in get_fit_image_size() 156 spl_load_simple_fit(&spl_image, &spl_load_info, in get_fit_image_size() [all …]
|
| A D | parse-container.c | 76 struct spl_load_info *info, in read_auth_image() 123 struct spl_load_info *info, ulong sector) in read_auth_container() 207 struct spl_load_info *info, ulong sector) in spl_load_imx_container()
|
| /u-boot/common/spl/ |
| A D | spl_nand.c | 42 static ulong spl_nand_fit_read(struct spl_load_info *load, ulong offs, in spl_nand_fit_read() 59 static ulong spl_nand_legacy_read(struct spl_load_info *load, ulong offs, in spl_nand_legacy_read() 93 struct spl_load_info load; in spl_nand_load_element() 103 struct spl_load_info load; in spl_nand_load_element() 113 struct spl_load_info load; in spl_nand_load_element()
|
| A D | spl_spi.c | 56 static ulong spl_spi_fit_read(struct spl_load_info *load, ulong sector, in spl_spi_fit_read() 145 struct spl_load_info load; in spl_spi_load_image() 157 struct spl_load_info load; in spl_spi_load_image()
|
| A D | spl_ram.c | 20 static ulong spl_ram_load_read(struct spl_load_info *load, ulong sector, in spl_ram_load_read() 63 struct spl_load_info load; in spl_ram_load_image()
|
| A D | spl_net.c | 19 static ulong spl_net_load_read(struct spl_load_info *load, ulong sector, in spl_net_load_read() 52 struct spl_load_info load; in spl_net_load_image()
|
| A D | spl_nor.c | 11 static ulong spl_nor_load_read(struct spl_load_info *load, ulong sector, in spl_nor_load_read() 30 __maybe_unused struct spl_load_info load; in spl_nor_load_image()
|
| A D | spl_fit.c | 171 static int get_aligned_image_offset(struct spl_load_info *info, int offset) in get_aligned_image_offset() 184 static int get_aligned_image_overhead(struct spl_load_info *info, int offset) in get_aligned_image_overhead() 198 static int get_aligned_image_size(struct spl_load_info *info, int data_size, in get_aligned_image_size() 223 static int spl_load_fit_image(struct spl_load_info *info, ulong sector, in spl_load_fit_image() 361 struct spl_load_info *info, ulong sector, in spl_fit_append_fdt() 604 struct spl_load_info *info, ulong sector) in spl_fit_load_fpga() 629 struct spl_load_info *info, ulong sector, in spl_simple_fit_read() 690 struct spl_load_info *info, ulong sector, void *fit) in spl_load_simple_fit()
|
| A D | spl_fat.c | 43 static ulong spl_fit_read(struct spl_load_info *load, ulong file_offset, in spl_fit_read() 88 struct spl_load_info load; in spl_load_image_fat()
|
| A D | spl_ymodem.c | 39 static ulong ymodem_read_fit(struct spl_load_info *load, ulong offset, in ymodem_read_fit() 133 struct spl_load_info load; in spl_ymodem_load_image()
|
| A D | spl_mmc.c | 62 static ulong h_spl_load_read(struct spl_load_info *load, ulong sector, in h_spl_load_read() 102 struct spl_load_info load; in mmc_load_image_raw_sector() 112 struct spl_load_info load; in mmc_load_image_raw_sector()
|
| A D | spl_legacy.c | 100 struct spl_load_info *load, ulong offset, in spl_load_legacy_img()
|
| /u-boot/include/ |
| A D | spl.h | 274 struct spl_load_info { struct 288 ulong (*read)(struct spl_load_info *load, ulong sector, ulong count, argument 361 struct spl_load_info *info, ulong sector, void *fdt); 379 struct spl_load_info *load, ulong offset, 393 struct spl_load_info *info, ulong sector);
|
| /u-boot/test/image/ |
| A D | spl_load.c | 22 static ulong read_fit_image(struct spl_load_info *load, ulong sector, in read_fit_image() 62 struct spl_load_info load; in spl_test_load()
|
| /u-boot/arch/arm/mach-sunxi/ |
| A D | spl_spi_sunxi.c | 327 static ulong spi_load_read(struct spl_load_info *load, ulong sector, in spi_load_read() 353 struct spl_load_info load; in spl_spi_load_image()
|
| /u-boot/drivers/usb/gadget/ |
| A D | f_sdp.c | 740 static ulong sdp_load_read(struct spl_load_info *load, ulong sector, in sdp_load_read() 842 struct spl_load_info load; in sdp_handle_in_ep() 855 struct spl_load_info load; in sdp_handle_in_ep()
|