Home
last modified time | relevance | path

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

/external/u-boot/post/
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,
Dpost.c244 !(flags & POST_MANUAL)) { in post_run_single()
284 if ((test_flags & POST_REBOOT) && !(flags & POST_MANUAL)) in post_run_single()
357 if (test->flags & POST_MANUAL) { in post_info_single()
/external/u-boot/cmd/
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()
/external/u-boot/include/
Dpost.h74 #define POST_MANUAL 0x0400 /* test runs on diag command */ macro
84 POST_MANUAL | \
/external/u-boot/doc/
DREADME.POST123 #define POST_MANUAL 0x400 /* test can be executed manually */
213 POST_SLOWTEST, POST_MANUAL) and whether the last execution of