Home
last modified time | relevance | path

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

/openbmc/u-boot/common/spl/
H A 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()
H A Dspl_fit.c115 static int get_aligned_image_offset(struct spl_load_info *info, int offset) in get_aligned_image_offset()
128 static int get_aligned_image_overhead(struct spl_load_info *info, int offset) in get_aligned_image_overhead()
142 static int get_aligned_image_size(struct spl_load_info *info, int data_size, in get_aligned_image_size()
170 static int spl_load_fit_image(struct spl_load_info *info, ulong sector, in spl_load_fit_image()
277 struct spl_load_info *info, ulong sector, in spl_fit_append_fdt()
354 struct spl_load_info *info, ulong sector, void *fit) in spl_load_simple_fit()
H A Dspl_nor.c10 static ulong spl_nor_load_read(struct spl_load_info *load, ulong sector, in spl_nor_load_read()
26 __maybe_unused struct spl_load_info load; in spl_nor_load_image()
H A Dspl_net.c16 static ulong spl_net_load_read(struct spl_load_info *load, ulong sector, in spl_net_load_read()
49 struct spl_load_info load; in spl_net_load_image()
H A Dspl_nand.c30 static ulong spl_nand_fit_read(struct spl_load_info *load, ulong offs, in spl_nand_fit_read()
53 struct spl_load_info load; in spl_nand_load_element()
H A Dspl_spi.c53 static ulong spl_spi_fit_read(struct spl_load_info *load, ulong sector, in spl_spi_fit_read()
123 struct spl_load_info load; in spl_spi_load_image()
H A Dspl_fat.c41 static ulong spl_fit_read(struct spl_load_info *load, ulong file_offset, in spl_fit_read()
85 struct spl_load_info load; in spl_load_image_fat()
H A Dspl_ymodem.c36 static ulong ymodem_read_fit(struct spl_load_info *load, ulong offset, in ymodem_read_fit()
95 struct spl_load_info load; in spl_ymodem_load_image()
H A 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()
/openbmc/u-boot/include/
H A Dspl.h93 struct spl_load_info { struct
98 ulong (*read)(struct spl_load_info *load, ulong sector, ulong count, argument
132 struct spl_load_info *info, ulong sector, void *fdt);
/openbmc/u-boot/arch/arm/mach-sunxi/
H A 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()