Searched refs:POST_SLOWTEST (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/post/ |
| H A D | tests.c | 81 POST_RAM | POST_POWERON | POST_SLOWTEST | POST_MANUAL | POST_REBOOT, 106 POST_RAM | POST_SLOWTEST | POST_MANUAL, 118 POST_ROM | POST_POWERON | POST_SLOWTEST | POST_PREREL, 159 POST_RAM | POST_SLOWTEST | POST_MANUAL, 283 POST_RAM | POST_SLOWTEST | POST_MANUAL, 295 POST_ROM | POST_SLOWTEST | POST_PREREL,
|
| H A D | post.c | 79 newword = BOOTMODE_MAGIC | POST_SLOWTEST; in post_bootmode_init() 82 else if (bootmode == POST_POWERON || bootmode == POST_SLOWTEST) in post_bootmode_init() 167 int flag[] = { POST_POWERON, POST_NORMAL, POST_SLOWTEST, in post_get_env_flags() 229 test_flags[j] |= POST_SLOWTEST; in post_get_flags()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | post.h | 68 #define POST_SLOWTEST 0x04 /* test is slow, enabled by key press */ macro 84 POST_SLOWTEST | \
|
| /OK3568_Linux_fs/u-boot/post/drivers/ |
| H A D | memory.c | 528 if (flags & POST_SLOWTEST) { in memory_post_test()
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.POST | 119 #define POST_SLOWTEST 0x04 /* test is slow, enabled by key press */ 224 POST_SLOWTEST, POST_MANUAL) and whether the last execution of 265 POST_RAM | POST_SLOWTEST, \
|