Home
last modified time | relevance | path

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

/openbmc/u-boot/post/
H A Dpost.c242 if (!(flags & POST_REBOOT)) { in post_run_single()
243 if ((test_flags & POST_REBOOT) && in post_run_single()
284 if ((test_flags & POST_REBOOT) && !(flags & POST_MANUAL)) in post_run_single()
317 flags | POST_REBOOT, last); in post_run()
H A Dtests.c80 POST_RAM | POST_POWERON | POST_SLOWTEST | POST_MANUAL | POST_REBOOT,
/openbmc/u-boot/include/
H A Dpost.h75 #define POST_REBOOT 0x0800 /* test may cause rebooting */ macro
/openbmc/u-boot/doc/
H A DREADME.POST124 #define POST_REBOOT 0x800 /* test may cause rebooting */
214 the test caused system rebooting (POST_REBOOT). The routine will
345 the POST_REBOOT bit flag set in the flag field of the correspondent
350 failed one. On second execution of the failed test, the POST_REBOOT
361 POST_RAM | POST_POWERON | POST_REBOOT, \
371 if (flags & POST_REBOOT) {
669 marked with the POST_REBOOT bit flag. On the first iteration, the
673 POST_REBOOT bit will be set in the flag argument to the test routine.