Home
last modified time | relevance | path

Searched refs:phase (Results 1 – 4 of 4) sorted by relevance

/boot/
A Dvbe_common.c146 enum image_phase_t phase; in vbe_read_fit() local
202 phase = IS_ENABLED(CONFIG_TPL_BUILD) ? IH_PHASE_NONE : in vbe_read_fit()
230 IH_ARCH_DEFAULT, image_ph(phase, IH_TYPE_FIRMWARE), in vbe_read_fit()
236 image_ph(phase, IH_TYPE_LOADABLE), in vbe_read_fit()
253 image_ph(phase, IH_TYPE_FLATDT), in vbe_read_fit()
A Dimage.c677 const char *genimg_get_phase_name(enum image_phase_t phase) in genimg_get_phase_name() argument
679 return get_table_entry_name(uimage_phase, "Unknown Phase", phase); in genimg_get_phase_name()
A DKconfig702 phase.
711 phase.
740 bool "Bootdev support for VBE 'simple' method OS phase"
746 proper, since it is the phase where device tree fixups happen.
784 This option enabled for VPL, since it is the phase where the SPL
806 VPL phase.
827 bool "Bootdev support for VBE 'abrec' method firmware phase (SPL)"
833 VPL phase.
836 bool "Bootdev support for VBE 'abrec' method firmware phase (TPL)"
968 the next phase.
[all …]
A Dimage-fit.c1915 enum image_phase_t phase = IH_PHASE_NONE; in fit_conf_get_prop_node() local
1919 ret = fit_image_get_phase(fit, node, &phase); in fit_conf_get_prop_node()
1921 genimg_get_phase_name(phase)); in fit_conf_get_prop_node()
1924 if (ret == -ENOENT || phase == sel_phase) { in fit_conf_get_prop_node()

Completed in 21 milliseconds