Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dbootm.c694 boot_os_fn *boot_fn; in do_bootm_states() local
751 boot_fn = bootm_os_get_boot_func(images->os.os); in do_bootm_states()
755 if (boot_fn == NULL && need_boot_fn) { in do_bootm_states()
767 ret = boot_fn(BOOTM_STATE_OS_CMDLINE, argc, argv, images); in do_bootm_states()
769 ret = boot_fn(BOOTM_STATE_OS_BD_T, argc, argv, images); in do_bootm_states()
775 ret = boot_fn(BOOTM_STATE_OS_PREP, argc, argv, images); in do_bootm_states()
784 images, boot_fn); in do_bootm_states()
799 images, boot_fn); in do_bootm_states()
H A Dbootm_os.c515 bootm_headers_t *images, boot_os_fn *boot_fn) in boot_selected_os() argument
519 boot_fn(state, argc, argv, images); in boot_selected_os()
/openbmc/u-boot/include/
H A Dbootm.h48 bootm_headers_t *images, boot_os_fn *boot_fn);