Home
last modified time | relevance | path

Searched refs:uboot_size (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dfsl_elbc_spl.c38 int nand_spl_load_image(uint32_t offs, unsigned int uboot_size, void *vdst) in nand_spl_load_image() argument
40 static int nand_load_image(uint32_t offs, unsigned int uboot_size, void *vdst) in nand_spl_load_image()
81 while (pos < uboot_size) { in nand_spl_load_image()
114 } while ((offs & (block_size - 1)) && (pos < uboot_size)); in nand_spl_load_image()
125 #define nand_spl_load_image(offs, uboot_size, vdst) \ argument
126 nand_load_image(offs, uboot_size, vdst)
H A Dfsl_ifc_spl.c108 int nand_spl_load_image(uint32_t offs, unsigned int uboot_size, void *vdst) in nand_spl_load_image() argument
200 while (pos < uboot_size) { in nand_spl_load_image()
234 } while ((offs & (blk_size - 1)) && (pos < uboot_size)); in nand_spl_load_image()
/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/
H A Dspl_boot.c107 static void exynos_spi_copy(unsigned int uboot_size, unsigned int uboot_addr) in exynos_spi_copy() argument
153 for (upto = 0, i = 0; upto < uboot_size; upto += todo, i++) { in exynos_spi_copy()
154 todo = min(uboot_size - upto, (unsigned int)(1 << 15)); in exynos_spi_copy()
221 exynos_spi_copy(param->uboot_size, CONFIG_SYS_TEXT_BASE); in copy_uboot_to_ram()
/OK3568_Linux_fs/u-boot/tools/
H A Dpblimage.c29 static int uboot_size; variable
84 next_pbl_cmd = pbl_cmd_initaddr - uboot_size; in load_uboot()
286 uboot_size = roundup(st.st_size, 64); in pblimage_check_params()
296 pbl_cmd_initaddr |= uboot_size; in pblimage_check_params()
/OK3568_Linux_fs/u-boot/board/samsung/smdk5250/
H A Dsmdk5250_spl.c33 .uboot_size = 0x100000,
/OK3568_Linux_fs/u-boot/board/samsung/smdk5420/
H A Dsmdk5420_spl.c33 .uboot_size = 0x100000,
/OK3568_Linux_fs/u-boot/board/samsung/arndale/
H A Darndale_spl.c31 .uboot_size = 0x100000,
/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/
H A Dspl.h51 u32 uboot_size; member
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.gpt163 size=${uboot_size},uuid=${uboot_uuid};"