Home
last modified time | relevance | path

Searched refs:nand_spl_load_image (Results 1 – 20 of 20) 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.c42 int nand_spl_load_image(uint32_t offs, unsigned int uboot_size, void *vdst) in nand_spl_load_image() function
129 #define nand_spl_load_image(offs, uboot_size, vdst) \ macro
144 nand_spl_load_image(CONFIG_SYS_NAND_U_BOOT_OFFS, in nand_boot()
149 nand_spl_load_image(CONFIG_ENV_OFFSET, CONFIG_ENV_SIZE, in nand_boot()
153 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.c280 int nand_spl_load_image(uint32_t from, unsigned int size, void *buf) in nand_spl_load_image() function
337 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 Dmxs_nand_spl.c220 int nand_spl_load_image(uint32_t offs, unsigned int size, void *buf) in nand_spl_load_image() function
A Dsunxi_nand_spl.c526 int nand_spl_load_image(uint32_t offs, unsigned int size, void *dest) in nand_spl_load_image() function
A Dlpc32xx_nand_mlc.c695 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()
50 err = nand_spl_load_image(offs, size, dst); in spl_nand_fit_read()
62 err = nand_spl_load_image(offset, sizeof(*header), (void *)header); in spl_nand_load_element()
90 return nand_spl_load_image(offset, spl_image->size, in spl_nand_load_element()
121 nand_spl_load_image(CONFIG_CMD_SPL_NAND_OFS, in spl_nand_load_image()
134 nand_spl_load_image(CONFIG_SYS_NAND_SPL_KERNEL_OFFS, in spl_nand_load_image()
141 err = nand_spl_load_image( in spl_nand_load_image()
/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/t208xrdb/
A Dspl.c84 nand_spl_load_image(CONFIG_ENV_OFFSET, CONFIG_ENV_SIZE, in board_init_r()
/u-boot/board/Arcturus/ucp1020/
A Dspl.c101 nand_spl_load_image(CONFIG_ENV_OFFSET, CONFIG_ENV_SIZE, in board_init_r()
/u-boot/board/freescale/p1_p2_rdb_pc/
A Dspl.c94 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/t104xrdb/
A Dspl.c113 nand_spl_load_image(CONFIG_ENV_OFFSET, CONFIG_ENV_SIZE, in board_init_r()
/u-boot/board/freescale/t102xrdb/
A Dspl.c115 nand_spl_load_image(CONFIG_ENV_OFFSET, CONFIG_ENV_SIZE, in board_init_r()
/u-boot/include/
A Dnand.h124 int nand_spl_load_image(uint32_t offs, unsigned int size, void *dst);
/u-boot/arch/arm/mach-imx/imx8/
A Dimage.c104 ret = nand_spl_load_image(offset, CONTAINER_HDR_ALIGNMENT, in get_container_size()
/u-boot/env/
A Dnand.c240 return nand_spl_load_image(offset, CONFIG_ENV_SIZE, buf); in readenv()

Completed in 135 milliseconds