Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_nand.c32 static ulong spl_nand_fit_read(struct spl_load_info *load, ulong offs, in spl_nand_fit_read()
45 static ulong spl_nand_rkfw_read(struct spl_load_info *load, ulong offs, in spl_nand_rkfw_read()
64 struct spl_load_info load;
89 struct spl_load_info load;
H A Dspl_fit.c112 static int get_aligned_image_offset(struct spl_load_info *info, int offset) in get_aligned_image_offset()
125 static int get_aligned_image_overhead(struct spl_load_info *info, int offset) in get_aligned_image_overhead()
139 static int get_aligned_image_size(struct spl_load_info *info, int data_size, in get_aligned_image_size()
167 static int spl_load_fit_image(struct spl_load_info *info, ulong sector, in spl_load_fit_image()
300 struct spl_load_info *info, ulong sector, in spl_fit_append_fdt()
388 static void *spl_fit_load_blob(struct spl_load_info *info, in spl_fit_load_blob()
442 struct spl_load_info *info) in spl_kernel_partition()
449 struct spl_load_info *info) in spl_load_kernel_fit()
581 struct spl_load_info *info, in spl_internal_load_simple_fit()
793 struct spl_load_info *info, ulong sector, void *fit) in spl_load_simple_fit()
H A Dspl_mtd_blk.c71 static ulong mtd_spl_load_read(struct spl_load_info *load, ulong sector, in mtd_spl_load_read()
82 struct spl_load_info load; in spl_mtd_load_rkfw()
137 struct spl_load_info load;
H A Dspl_rkfw.c97 static int load_image(struct spl_load_info *info, in load_image()
169 static int rkfw_load_trust(struct spl_load_info *info, u32 image_sector, in rkfw_load_trust()
212 static int rkfw_load_trust(struct spl_load_info *info, u32 image_sector, in rkfw_load_trust()
255 static int rkfw_load_uboot(struct spl_load_info *info, u32 image_sector, in rkfw_load_uboot()
301 static int rkfw_load_kernel(struct spl_load_info *info, u32 image_sector, in rkfw_load_kernel()
473 struct spl_load_info *info) in spl_load_rkfw_image()
H A Dspl_ram.c21 static ulong spl_ram_load_read(struct spl_load_info *load, ulong sector, in spl_ram_load_read()
50 struct spl_load_info load;
H A Dspl_rknand.c46 static ulong h_spl_load_read(struct spl_load_info *load, ulong sector, in h_spl_load_read()
57 struct spl_load_info load;
H A Dspl_net.c19 static ulong spl_net_load_read(struct spl_load_info *load, ulong sector, in spl_net_load_read()
58 struct spl_load_info load;
H A Dspl_spi.c54 static ulong spl_spi_fit_read(struct spl_load_info *load, ulong sector, in spl_spi_fit_read()
124 struct spl_load_info load;
H A Dspl_ymodem.c38 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_fat.c42 static ulong spl_fit_read(struct spl_load_info *load, ulong file_offset, in spl_fit_read()
82 struct spl_load_info load;
H A Dspl_mmc.c50 static ulong h_spl_load_read(struct spl_load_info *load, ulong sector, in h_spl_load_read()
83 struct spl_load_info load;
303 struct spl_load_info load;
H A Dspl_boot_image.c115 struct spl_load_info *info = &data->info; in spl_load_android()
273 struct spl_load_info *info = &data->info; in spl_load_fit()
/OK3568_Linux_fs/u-boot/include/
H A Dspl.h57 struct spl_load_info { struct
62 ulong (*read)(struct spl_load_info *load, ulong sector, ulong count, argument
78 struct spl_load_info *info, ulong sector, void *fdt);
346 struct spl_load_info *info);
H A Dmp_boot.h13 struct spl_load_info info;
20 void mpb_init_1(struct spl_load_info info);
H A Dspl_rkfw.h110 struct spl_load_info *info);
/OK3568_Linux_fs/u-boot/arch/arm/mach-sunxi/
H A Dspl_spi_sunxi.c265 static ulong spi_load_read(struct spl_load_info *load, ulong sector, in spi_load_read()
288 struct spl_load_info load; in spl_spi_load_image()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Drk_meta.c43 int spl_load_meta(struct spl_image_info *spl_image, struct spl_load_info *info) in spl_load_meta()
H A Dfit_misc.c89 struct spl_load_info *info = spec; in fit_decomp_image()
H A Dspl.c388 struct spl_load_info *info) in spl_kernel_partition()
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A 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()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_spl_display.c245 struct spl_load_info *info = &data->info; in spl_load_baseparamter()