/openbmc/u-boot/include/ |
H A D | bootstage.h | 216 #define show_boot_progress(val) do {} while (0) macro 224 void show_boot_progress(int val); 374 show_boot_progress(id); in bootstage_mark() 380 show_boot_progress(-id); in bootstage_error() 386 show_boot_progress(id); in bootstage_mark_name()
|
/openbmc/u-boot/arch/xtensa/lib/ |
H A D | bootm.c | 143 show_boot_progress(15); in do_bootm_linux() 172 show_boot_progress(15); in do_bootm_linux()
|
/openbmc/u-boot/common/ |
H A D | main.c | 18 __weak void show_boot_progress(int val) {} in show_boot_progress() function
|
H A D | bootstage.c | 116 show_boot_progress(flags & BOOTSTAGEF_ERROR ? -id : id); in bootstage_add_record()
|
H A D | Kconfig | 18 Calls to show_boot_progress() will also result in log entries but
|
/openbmc/u-boot/common/init/ |
H A D | board_init.c | 134 __weak void show_boot_progress(int val) {} in show_boot_progress() function
|
/openbmc/u-boot/board/st/stv0991/ |
H A D | stv0991.c | 37 void show_boot_progress(int progress) in show_boot_progress() function
|
/openbmc/u-boot/board/armltd/integrator/ |
H A D | integrator.c | 49 void show_boot_progress(int progress) in show_boot_progress() function
|
/openbmc/u-boot/board/Seagate/dockstar/ |
H A D | dockstar.c | 153 void show_boot_progress(int val) in show_boot_progress() function
|
/openbmc/u-boot/board/Seagate/goflexhome/ |
H A D | goflexhome.c | 159 void show_boot_progress(int val) in show_boot_progress() function
|
/openbmc/u-boot/arch/x86/cpu/ |
H A D | cpu.c | 166 void show_boot_progress(int val) in show_boot_progress() function
|
/openbmc/u-boot/board/buffalo/lsxl/ |
H A D | lsxl.c | 268 void show_boot_progress(int progress) in show_boot_progress() function
|
/openbmc/u-boot/board/armltd/vexpress/ |
H A D | vexpress_common.c | 37 void show_boot_progress(int progress) in show_boot_progress() function
|
/openbmc/u-boot/board/technexion/tao3530/ |
H A D | tao3530.c | 199 void show_boot_progress(int val) in show_boot_progress() function
|
/openbmc/u-boot/board/ti/evm/ |
H A D | evm.c | 312 void show_boot_progress(int val) in show_boot_progress() function
|
/openbmc/u-boot/board/Barix/ipam390/ |
H A D | ipam390.c | 259 void show_boot_progress(int status) in show_boot_progress() function
|
/openbmc/u-boot/board/bosch/shc/ |
H A D | board.c | 513 void show_boot_progress(int val) in show_boot_progress() function
|
/openbmc/u-boot/board/ti/beagle/ |
H A D | beagle.c | 549 void show_boot_progress(int val) in show_boot_progress() function
|
/openbmc/u-boot/common/spl/ |
H A D | spl.c | 52 __weak void show_boot_progress(int val) {} in show_boot_progress() function
|
/openbmc/u-boot/ |
H A D | README | 2156 "show_boot_progress(int)") that enables you to show
|