Searched refs:comp_type (Results 1 – 2 of 2) sorted by relevance
| /openbmc/u-boot/test/ |
| H A D | compression.c | 458 static int run_bootm_test(struct unit_test_state *uts, int comp_type, in run_bootm_test() argument 469 printf("Testing: %s\n", genimg_get_comp_name(comp_type)); in run_bootm_test() 474 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() 486 if (comp_type == IH_COMP_NONE) 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 D | bootm.c | 310 static void print_decomp_msg(int comp_type, int type, bool is_xip) in print_decomp_msg() argument 314 if (comp_type == IH_COMP_NONE) in print_decomp_msg() 333 static int handle_decomp_error(int comp_type, size_t uncomp_size, in handle_decomp_error() argument 336 const char *name = genimg_get_comp_name(comp_type); in handle_decomp_error()
|