Searched refs:show_boot_progress (Results 1 - 17 of 17) sorted by last modified time

/u-boot/common/spl/
H A Dspl.c74 * Board-specific Platform code can reimplement show_boot_progress () if needed
76 __weak void show_boot_progress(int val) {} function
/u-boot/common/init/
H A Dboard_init.c176 * Board-specific Platform code can reimplement show_boot_progress () if needed
178 __weak void show_boot_progress(int val) {} function
/u-boot/common/
H A Dbootstage.c145 show_boot_progress(flags & BOOTSTAGEF_ERROR ? -id : id);
/u-boot/board/zyxel/nsa325/
H A Dnsa325.c154 void show_boot_progress(int val) function
/u-boot/board/siemens/iot2050/
H A Dboard.c507 void show_boot_progress(int progress) function
/u-boot/board/k+p/kp_imx53/
H A Dkp_imx53.c167 void show_boot_progress(int status) function
/u-boot/board/cloudengines/pogo_v4/
H A Dpogo_v4.c133 void show_boot_progress(int val) function
/u-boot/board/buffalo/lsxl/
H A Dlsxl.c305 void show_boot_progress(int progress) function
/u-boot/board/bosch/shc/
H A Dboard.c521 void show_boot_progress(int val) function
/u-boot/board/bosch/acc/
H A Dacc.c715 void show_boot_progress(int val) function
/u-boot/board/armltd/vexpress/
H A Dvexpress_common.c41 void show_boot_progress(int progress) function
/u-boot/board/armltd/integrator/
H A Dintegrator.c56 void show_boot_progress(int progress) function
/u-boot/board/Seagate/goflexhome/
H A Dgoflexhome.c135 void show_boot_progress(int val) function
/u-boot/board/Seagate/dockstar/
H A Ddockstar.c136 void show_boot_progress(int val) function
/u-boot/arch/xtensa/lib/
H A Dbootm.c148 show_boot_progress(15);
177 show_boot_progress(15);
/u-boot/arch/x86/cpu/
H A Dcpu.c183 void show_boot_progress(int val) function
/u-boot/include/
H A Dbootstage.h230 #define show_boot_progress(val) do {} while (0) macro
233 * Board code can implement show_boot_progress() if needed.
238 void show_boot_progress(int val);
394 * This is a dummy implementation which just calls show_boot_progress(),
405 show_boot_progress(id);
411 show_boot_progress(-id);
417 show_boot_progress(id);

Completed in 212 milliseconds