Home
last modified time | relevance | path

Searched refs:show_boot_progress (Results 1 – 17 of 17) sorted by relevance

/u-boot/include/
A Dbootstage.h222 #define show_boot_progress(val) do {} while (0) macro
230 void show_boot_progress(int val);
380 show_boot_progress(id); in bootstage_mark()
386 show_boot_progress(-id); in bootstage_error()
392 show_boot_progress(id); in bootstage_mark_name()
/u-boot/arch/xtensa/lib/
A Dbootm.c146 show_boot_progress(15); in do_bootm_linux()
175 show_boot_progress(15); in do_bootm_linux()
/u-boot/common/init/
A Dboard_init.c172 __weak void show_boot_progress(int val) {} in show_boot_progress() function
/u-boot/board/st/stv0991/
A Dstv0991.c41 void show_boot_progress(int progress) in show_boot_progress() function
/u-boot/board/armltd/integrator/
A Dintegrator.c55 void show_boot_progress(int progress) in show_boot_progress() function
/u-boot/board/Seagate/dockstar/
A Ddockstar.c157 void show_boot_progress(int val) in show_boot_progress() function
/u-boot/board/k+p/kp_imx53/
A Dkp_imx53.c166 void show_boot_progress(int status) in show_boot_progress() function
/u-boot/board/Seagate/goflexhome/
A Dgoflexhome.c163 void show_boot_progress(int val) in show_boot_progress() function
/u-boot/arch/arm/mach-nexell/
A Dcmd_boot_linux.c115 show_boot_progress(BOOTSTAGE_ID_DECOMP_UNIMPL); in do_boot_linux()
/u-boot/board/armltd/vexpress/
A Dvexpress_common.c42 void show_boot_progress(int progress) in show_boot_progress() function
/u-boot/board/buffalo/lsxl/
A Dlsxl.c275 void show_boot_progress(int progress) in show_boot_progress() function
/u-boot/board/technexion/tao3530/
A Dtao3530.c203 void show_boot_progress(int val) in show_boot_progress() function
/u-boot/arch/x86/cpu/
A Dcpu.c181 void show_boot_progress(int val) in show_boot_progress() function
/u-boot/board/bosch/shc/
A Dboard.c520 void show_boot_progress(int val) in show_boot_progress() function
/u-boot/common/
A Dbootstage.c139 show_boot_progress(flags & BOOTSTAGEF_ERROR ? -id : id); in bootstage_add_record()
A DKconfig.boot410 Calls to show_boot_progress() will also result in log entries but
527 a user-provided function show_boot_progress(int) that enables you to
/u-boot/common/spl/
A Dspl.c60 __weak void show_boot_progress(int val) {} in show_boot_progress() function

Completed in 38 milliseconds