Home
last modified time | relevance | path

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

/u-boot/include/
A Dbootstage.h228 #define show_boot_progress(val) do {} while (0) macro
236 void show_boot_progress(int val);
401 show_boot_progress(id); in bootstage_mark()
407 show_boot_progress(-id); in bootstage_error()
413 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.c175 __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.c56 void show_boot_progress(int progress) in show_boot_progress() function
/u-boot/board/cloudengines/pogo_v4/
A Dpogo_v4.c133 void show_boot_progress(int val) in show_boot_progress() function
/u-boot/board/Seagate/goflexhome/
A Dgoflexhome.c135 void show_boot_progress(int val) in show_boot_progress() function
/u-boot/board/Seagate/dockstar/
A Ddockstar.c136 void show_boot_progress(int val) in show_boot_progress() function
/u-boot/board/armltd/vexpress/
A Dvexpress_common.c41 void show_boot_progress(int progress) in show_boot_progress() function
/u-boot/board/k+p/kp_imx53/
A Dkp_imx53.c167 void show_boot_progress(int status) in show_boot_progress() function
/u-boot/board/buffalo/lsxl/
A Dlsxl.c305 void show_boot_progress(int progress) in show_boot_progress() function
/u-boot/arch/x86/cpu/
A Dcpu.c182 void show_boot_progress(int val) in show_boot_progress() function
/u-boot/board/bosch/shc/
A Dboard.c521 void show_boot_progress(int val) in show_boot_progress() function
/u-boot/board/siemens/iot2050/
A Dboard.c499 void show_boot_progress(int progress) in show_boot_progress() function
/u-boot/board/bosch/acc/
A Dacc.c731 void show_boot_progress(int val) in show_boot_progress() function
/u-boot/common/
A Dbootstage.c145 show_boot_progress(flags & BOOTSTAGEF_ERROR ? -id : id); in bootstage_add_record()
/u-boot/common/spl/
A Dspl.c78 __weak void show_boot_progress(int val) {} in show_boot_progress() function
/u-boot/boot/
A DKconfig899 Calls to show_boot_progress() will also result in log entries but
1016 a user-provided function show_boot_progress(int) that enables you to
1179 a user-provided function show_boot_progress(int) that enables you to

Completed in 36 milliseconds