Home
last modified time | relevance | path

Searched refs:progress (Results 1 – 4 of 4) sorted by relevance

/board/armltd/integrator/
A Dintegrator.c56 void show_boot_progress(int progress) in show_boot_progress() argument
58 printf("Boot reached stage %d\n", progress); in show_boot_progress()
/board/buffalo/lsxl/
A Dlsxl.c304 void show_boot_progress(int progress) in show_boot_progress() argument
306 if (progress > 0) in show_boot_progress()
310 if (progress == -BOOTSTAGE_ID_NET_LOADED) in show_boot_progress()
/board/armltd/vexpress/
A Dvexpress_common.c41 void show_boot_progress(int progress) in show_boot_progress() argument
43 printf("Boot reached stage %d\n", progress); in show_boot_progress()
/board/siemens/iot2050/
A Dboard.c563 void show_boot_progress(int progress) in show_boot_progress() argument
568 if ((progress < 0 && progress != -BOOTSTAGE_ID_NET_ETH_START) || in show_boot_progress()
569 progress == BOOTSTAGE_ID_ENTER_CLI_LOOP) { in show_boot_progress()

Completed in 16 milliseconds