Home
last modified time | relevance | path

Searched refs:load_end (Results 1 – 6 of 6) sorted by relevance

/u-boot/common/
A Dbootm.c380 ulong load_end; in bootm_load_os() local
394 CONFIG_SYS_BOOTM_LEN, &load_end); in bootm_load_os()
396 err = handle_decomp_error(os.comp, load_end - load, err); in bootm_load_os()
401 images->os.image_len = load_end - load; in bootm_load_os()
405 debug(" kernel loaded at 0x%08lx, end = 0x%08lx\n", load, load_end); in bootm_load_os()
410 if (!no_overlap && load < blob_end && load_end > blob_start) { in bootm_load_os()
414 load_end); in bootm_load_os()
429 lmb_reserve(&images->lmb, images->os.load, (load_end - in bootm_load_os()
973 ulong load_end; in bootm_host_load_image() local
1002 &load_end); in bootm_host_load_image()
[all …]
A Dimage-fdt.c274 ulong load, load_end; in boot_get_fdt() local
372 load_end = load + image_get_data_size(fdt_hdr); in boot_get_fdt()
380 if ((load < image_end) && (load_end > image_start)) { in boot_get_fdt()
A Dimage-fit.c1987 ulong load, load_end, data, len; in fit_image_load() local
2165 load_end = load + len; in fit_image_load()
2167 load < image_end && load_end > image_start) { in fit_image_load()
2194 loadbuf, buf, len, max_decomp_len, &load_end)) { in fit_image_load()
2199 len = load_end - load; in fit_image_load()
A Dimage.c444 uint unc_len, ulong *load_end) in image_decomp() argument
448 *load_end = load; in image_decomp()
582 *load_end = load + image_len; in image_decomp()
/u-boot/test/
A Dcompression.c471 ulong load_end; in run_bootm_test() local
481 &load_end); in run_bootm_test()
486 &load_end); in run_bootm_test()
497 &load_end); in run_bootm_test()
/u-boot/include/
A Dimage.h940 uint unc_len, ulong *load_end);

Completed in 26 milliseconds