Home
last modified time | relevance | path

Searched refs:bootm_decomp_image (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Dbootm.h84 int bootm_decomp_image(int comp, ulong load, ulong image_start, int type,
/openbmc/u-boot/test/
H A Dcompression.c474 err = bootm_decomp_image(comp_type, load_addr, image_start, in run_bootm_test()
479 err = bootm_decomp_image(comp_type, load_addr, image_start, in run_bootm_test()
490 err = bootm_decomp_image(comp_type, load_addr, image_start, in run_bootm_test()
/openbmc/u-boot/common/
H A Dbootm.c356 int bootm_decomp_image(int comp, ulong load, ulong image_start, int type, in bootm_decomp_image() function
461 err = bootm_decomp_image(os.comp, load, os.image_start, os.type, in bootm_load_os()
1032 ret = bootm_decomp_image(imape_comp, 0, data, image_type, load_buf, in bootm_host_load_image()