Home
last modified time | relevance | path

Searched refs:POST_MANUAL (Results 1 – 5 of 5) sorted by relevance

/u-boot/post/
A Dtests.c80 POST_RAM | POST_POWERON | POST_SLOWTEST | POST_MANUAL | POST_REBOOT,
105 POST_RAM | POST_SLOWTEST | POST_MANUAL,
158 POST_RAM | POST_SLOWTEST | POST_MANUAL,
231 POST_RAM | POST_MANUAL,
282 POST_RAM | POST_SLOWTEST | POST_MANUAL,
A Dpost.c252 !(flags & POST_MANUAL)) { in post_run_single()
292 if ((test_flags & POST_REBOOT) && !(flags & POST_MANUAL)) in post_run_single()
365 if (test->flags & POST_MANUAL) { in post_info_single()
/u-boot/cmd/
A Ddiag.c36 post_run (NULL, POST_RAM | POST_MANUAL); in do_diag()
39 if (post_run (argv[i], POST_RAM | POST_MANUAL) != 0) in do_diag()
/u-boot/include/
A Dpost.h74 #define POST_MANUAL 0x0400 /* test runs on diag command */ macro
84 POST_MANUAL | \
/u-boot/doc/
A DREADME.POST123 #define POST_MANUAL 0x400 /* test can be executed manually */
213 POST_SLOWTEST, POST_MANUAL) and whether the last execution of

Completed in 6 milliseconds