/external/u-boot/include/ |
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()
|
/external/u-boot/arch/xtensa/lib/ |
D | bootm.c | 143 show_boot_progress(15); in do_bootm_linux() 172 show_boot_progress(15); in do_bootm_linux()
|
/external/u-boot/common/ |
D | main.c | 18 __weak void show_boot_progress(int val) {} in show_boot_progress() function
|
D | bootstage.c | 116 show_boot_progress(flags & BOOTSTAGEF_ERROR ? -id : id); in bootstage_add_record()
|
D | Kconfig | 18 Calls to show_boot_progress() will also result in log entries but
|
/external/u-boot/common/init/ |
D | board_init.c | 134 __weak void show_boot_progress(int val) {} in show_boot_progress() function
|
/external/u-boot/board/st/stv0991/ |
D | stv0991.c | 37 void show_boot_progress(int progress) in show_boot_progress() function
|
/external/u-boot/board/armltd/integrator/ |
D | integrator.c | 49 void show_boot_progress(int progress) in show_boot_progress() function
|
/external/u-boot/board/Seagate/dockstar/ |
D | dockstar.c | 153 void show_boot_progress(int val) in show_boot_progress() function
|
/external/u-boot/board/Seagate/goflexhome/ |
D | goflexhome.c | 159 void show_boot_progress(int val) in show_boot_progress() function
|
/external/u-boot/board/buffalo/lsxl/ |
D | lsxl.c | 268 void show_boot_progress(int progress) in show_boot_progress() function
|
/external/u-boot/arch/x86/cpu/ |
D | cpu.c | 191 void show_boot_progress(int val) in show_boot_progress() function
|
/external/u-boot/board/technexion/tao3530/ |
D | tao3530.c | 199 void show_boot_progress(int val) in show_boot_progress() function
|
/external/u-boot/board/armltd/vexpress/ |
D | vexpress_common.c | 37 void show_boot_progress(int progress) in show_boot_progress() function
|
/external/u-boot/board/logicpd/omap3som/ |
D | omap3logic.c | 173 void show_boot_progress(int val) in show_boot_progress() function
|
/external/u-boot/board/Barix/ipam390/ |
D | ipam390.c | 259 void show_boot_progress(int status) in show_boot_progress() function
|
/external/u-boot/board/ti/evm/ |
D | evm.c | 324 void show_boot_progress(int val) in show_boot_progress() function
|
/external/u-boot/board/ti/beagle/ |
D | beagle.c | 561 void show_boot_progress(int val) in show_boot_progress() function
|
/external/u-boot/board/bosch/shc/ |
D | board.c | 619 void show_boot_progress(int val) in show_boot_progress() function
|
/external/u-boot/common/spl/ |
D | spl.c | 45 __weak void show_boot_progress(int val) {} in show_boot_progress() function
|
/external/u-boot/ |
D | README | 2263 "show_boot_progress(int)") that enables you to show
|