Searched refs:load_end (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | bootm.c | 411 uint unc_len, ulong *load_end) in bootm_decomp_image() argument 415 *load_end = load; in bootm_decomp_image() 490 *load_end = load + image_len; in bootm_decomp_image() 501 static int bootm_load_os(bootm_headers_t *images, unsigned long *load_end, in bootm_load_os() argument 518 CONFIG_SYS_BOOTM_LEN, load_end); in bootm_load_os() 523 flush_cache(load, ALIGN(*load_end - load, ARCH_DMA_MINALIGN)); in bootm_load_os() 525 printf(" kernel loaded at 0x%08lx, end = 0x%08lx\n", load, *load_end); in bootm_load_os() 530 if (!no_overlap && (load < blob_end) && (*load_end > blob_start)) { in bootm_load_os() 534 *load_end); in bootm_load_os() 550 images->os.image_len = *load_end - load; in bootm_load_os() [all …]
|
| H A D | image-fdt.c | 362 ulong load, load_end; in boot_get_fdt() local 456 load_end = load + image_get_data_size(fdt_hdr); in boot_get_fdt() 464 if ((load < image_end) && (load_end > image_start)) { in boot_get_fdt()
|
| H A D | image-fit.c | 2247 ulong load_end; in fit_image_load_index() local 2257 load_end = load + len; in fit_image_load_index() 2259 load < image_end && load_end > image_start) { in fit_image_load_index()
|
| /OK3568_Linux_fs/u-boot/test/ |
| H A D | compression.c | 416 ulong load_end; in run_bootm_test() local 426 &load_end); in run_bootm_test() 432 &load_end); in run_bootm_test() 444 &load_end); in run_bootm_test()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | bootm.h | 76 uint unc_len, ulong *load_end);
|