Searched refs:POST_SLOWTEST (Results 1 – 5 of 5) sorted by relevance
/u-boot/post/ |
A D | tests.c | 80 POST_RAM | POST_POWERON | POST_SLOWTEST | POST_MANUAL | POST_REBOOT, 105 POST_RAM | POST_SLOWTEST | POST_MANUAL, 117 POST_ROM | POST_POWERON | POST_SLOWTEST | POST_PREREL, 158 POST_RAM | POST_SLOWTEST | POST_MANUAL, 282 POST_RAM | POST_SLOWTEST | POST_MANUAL, 294 POST_ROM | POST_SLOWTEST | POST_PREREL,
|
A D | post.c | 84 newword = BOOTMODE_MAGIC | POST_SLOWTEST; in post_bootmode_init() 87 else if (bootmode == POST_POWERON || bootmode == POST_SLOWTEST) in post_bootmode_init() 174 int flag[] = { POST_POWERON, POST_NORMAL, POST_SLOWTEST, in post_get_env_flags() 236 test_flags[j] |= POST_SLOWTEST; in post_get_flags()
|
/u-boot/include/ |
A D | post.h | 67 #define POST_SLOWTEST 0x04 /* test is slow, enabled by key press */ macro 83 POST_SLOWTEST | \
|
/u-boot/post/drivers/ |
A D | memory.c | 529 if (flags & POST_SLOWTEST) { in memory_post_test()
|
/u-boot/doc/ |
A D | README.POST | 119 #define POST_SLOWTEST 0x04 /* test is slow, enabled by key press */ 213 POST_SLOWTEST, POST_MANUAL) and whether the last execution of 254 POST_RAM | POST_SLOWTEST, \
|
Completed in 6 milliseconds