Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/post/
H A Dpost.c243 if (!(flags & POST_REBOOT)) { in post_run_single()
244 if ((test_flags & POST_REBOOT) && in post_run_single()
285 if ((test_flags & POST_REBOOT) && !(flags & POST_MANUAL)) in post_run_single()
318 flags | POST_REBOOT, last); in post_run()
H A Dtests.c81 POST_RAM | POST_POWERON | POST_SLOWTEST | POST_MANUAL | POST_REBOOT,
/OK3568_Linux_fs/u-boot/include/
H A Dpost.h76 #define POST_REBOOT 0x0800 /* test may cause rebooting */ macro
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.POST124 #define POST_REBOOT 0x800 /* test may cause rebooting */
225 the test caused system rebooting (POST_REBOOT). The routine will
356 the POST_REBOOT bit flag set in the flag field of the correspondent
361 failed one. On second execution of the failed test, the POST_REBOOT
372 POST_RAM | POST_POWERON | POST_REBOOT, \
382 if (flags & POST_REBOOT) {
680 marked with the POST_REBOOT bit flag. On the first iteration, the
684 POST_REBOOT bit will be set in the flag argument to the test routine.