Searched refs:POST_SLOWTEST (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/post/ |
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,
|
D | post.c | 78 newword = BOOTMODE_MAGIC | POST_SLOWTEST; in post_bootmode_init() 81 else if (bootmode == POST_POWERON || bootmode == POST_SLOWTEST) in post_bootmode_init() 166 int flag[] = { POST_POWERON, POST_NORMAL, POST_SLOWTEST, in post_get_env_flags() 228 test_flags[j] |= POST_SLOWTEST; in post_get_flags()
|
/external/u-boot/include/ |
D | post.h | 67 #define POST_SLOWTEST 0x04 /* test is slow, enabled by key press */ macro 83 POST_SLOWTEST | \
|
/external/u-boot/post/drivers/ |
D | memory.c | 527 if (flags & POST_SLOWTEST) { in memory_post_test()
|
/external/u-boot/doc/ |
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, \
|