Home
last modified time | relevance | path

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

/openbmc/u-boot/common/spl/
H A Dspl_nor.c47 ret = spl_load_simple_fit(spl_image, &load, in spl_nor_load_image()
88 ret = spl_load_simple_fit(spl_image, &load, in spl_nor_load_image()
H A Dspl_ram.c50 spl_load_simple_fit(spl_image, &load, 0, header); in spl_ram_load_image()
H A Dspl_net.c54 rv = spl_load_simple_fit(spl_image, &load, 0, header); in spl_net_load_image()
H A Dspl_nand.c61 return spl_load_simple_fit(spl_image, &load, offset, header); in spl_nand_load_element()
H A Dspl_spi.c131 err = spl_load_simple_fit(spl_image, &load, in spl_spi_load_image()
H A Dspl_fat.c93 return spl_load_simple_fit(spl_image, &load, 0, header); in spl_load_image_fat()
H A Dspl_ymodem.c106 ret = spl_load_simple_fit(spl_image, &load, 0, (void *)buf); in spl_ymodem_load_image()
H A Dspl_mmc.c81 ret = spl_load_simple_fit(spl_image, &load, sector, header); in mmc_load_image_raw_sector()
H A Dspl_fit.c353 int spl_load_simple_fit(struct spl_image_info *spl_image, in spl_load_simple_fit() function
/openbmc/u-boot/include/
H A Dspl.h131 int spl_load_simple_fit(struct spl_image_info *spl_image,
/openbmc/u-boot/arch/arm/mach-sunxi/
H A Dspl_spi_sunxi.c295 ret = spl_load_simple_fit(spl_image, &load, in spl_spi_load_image()