Home
last modified time | relevance | path

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

/u-boot/drivers/mtd/nand/raw/
A Dnand_spl_load.c22 nand_spl_load_image(CONFIG_SYS_NAND_U_BOOT_OFFS, in nand_boot()
27 nand_spl_load_image(CONFIG_ENV_OFFSET, CONFIG_ENV_SIZE, in nand_boot()
31 nand_spl_load_image(CONFIG_ENV_OFFSET_REDUND, CONFIG_ENV_SIZE, in nand_boot()
A Dfsl_elbc_spl.c43 int nand_spl_load_image(uint32_t offs, unsigned int uboot_size, void *vdst) in nand_spl_load_image() function
130 #define nand_spl_load_image(offs, uboot_size, vdst) \ macro
145 nand_spl_load_image(CONFIG_SYS_NAND_U_BOOT_OFFS, in nand_boot()
150 nand_spl_load_image(CONFIG_ENV_OFFSET, CONFIG_ENV_SIZE, in nand_boot()
154 nand_spl_load_image(CONFIG_ENV_OFFSET_REDUND, CONFIG_ENV_SIZE, in nand_boot()
A Dfsl_ifc_spl.c109 int nand_spl_load_image(uint32_t offs, unsigned int uboot_size, void *vdst) in nand_spl_load_image() function
252 nand_spl_load_image(CONFIG_SYS_NAND_U_BOOT_OFFS, in nand_boot()
257 nand_spl_load_image(CONFIG_ENV_OFFSET, CONFIG_ENV_SIZE, in nand_boot()
261 nand_spl_load_image(CONFIG_ENV_OFFSET_REDUND, CONFIG_ENV_SIZE, in nand_boot()
A Dnand_spl_loaders.c1 int nand_spl_load_image(uint32_t offs, unsigned int size, void *dst) in nand_spl_load_image() function
A Dmxc_nand_spl.c281 int nand_spl_load_image(uint32_t from, unsigned int size, void *buf) in nand_spl_load_image() function
338 if (!nand_spl_load_image(CONFIG_SYS_NAND_U_BOOT_OFFS, in nand_boot()
A Ddenali_spl.c187 int nand_spl_load_image(uint32_t offs, unsigned int size, void *dst) in nand_spl_load_image() function
A Dmt7621_nand_spl.c139 int nand_spl_load_image(uint32_t offs, unsigned int size, void *dest) in nand_spl_load_image() function
A Dmxs_nand_spl.c233 int nand_spl_load_image(uint32_t offs, unsigned int size, void *dst) in nand_spl_load_image() function
A Dsunxi_nand_spl.c527 int nand_spl_load_image(uint32_t offs, unsigned int size, void *dest) in nand_spl_load_image() function
A Dlpc32xx_nand_mlc.c696 int nand_spl_load_image(uint32_t offs, unsigned int size, void *dst) in nand_spl_load_image() function
A Drockchip_nfc.c1221 int nand_spl_load_image(uint32_t offs, unsigned int size, void *dst) in nand_spl_load_image() function
/u-boot/common/spl/
A Dspl_nand.c32 nand_spl_load_image(spl_nand_get_uboot_raw_page(), in spl_nand_load_image()
52 err = nand_spl_load_image(offs, size, dst); in spl_nand_fit_read()
67 err = nand_spl_load_image(offs, size, dst); in spl_nand_legacy_read()
87 err = nand_spl_load_image(offset, sizeof(*header), (void *)header); in spl_nand_load_element()
127 return nand_spl_load_image(offset, spl_image->size, in spl_nand_load_element()
158 nand_spl_load_image(CONFIG_CMD_SPL_NAND_OFS, in spl_nand_load_image()
171 nand_spl_load_image(CONFIG_SYS_NAND_SPL_KERNEL_OFFS, in spl_nand_load_image()
178 err = nand_spl_load_image( in spl_nand_load_image()
/u-boot/board/freescale/t208xrdb/
A Dspl.c74 nand_spl_load_image(CONFIG_ENV_OFFSET, CONFIG_ENV_SIZE, in board_init_r()
/u-boot/board/freescale/p1010rdb/
A Dspl.c89 nand_spl_load_image(CONFIG_ENV_OFFSET, CONFIG_ENV_SIZE, in board_init_r()
/u-boot/board/freescale/t104xrdb/
A Dspl.c103 nand_spl_load_image(CONFIG_ENV_OFFSET, CONFIG_ENV_SIZE, in board_init_r()
/u-boot/board/freescale/t208xqds/
A Dspl.c114 nand_spl_load_image(CONFIG_ENV_OFFSET, CONFIG_ENV_SIZE, in board_init_r()
/u-boot/board/freescale/p1_p2_rdb_pc/
A Dspl.c103 nand_spl_load_image(CONFIG_ENV_OFFSET, CONFIG_ENV_SIZE, in board_init_r()
/u-boot/board/freescale/t102xrdb/
A Dspl.c105 nand_spl_load_image(CONFIG_ENV_OFFSET, CONFIG_ENV_SIZE, in board_init_r()
/u-boot/include/
A Dnand.h108 int nand_spl_load_image(uint32_t offs, unsigned int size, void *dst);
/u-boot/arch/arm/mach-imx/
A Dimage-container.c108 ret = nand_spl_load_image(offset, CONTAINER_HDR_ALIGNMENT, in get_dev_container_size()
/u-boot/env/
A Dnand.c231 return nand_spl_load_image(offset, CONFIG_ENV_SIZE, buf); in readenv()

Completed in 37 milliseconds