Home
last modified time | relevance | path

Searched refs:POST_POWERON (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/post/
H A Dpost.c81 newword = BOOTMODE_MAGIC | POST_POWERON; 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()
228 if (test_flags[j] & POST_POWERON) in post_get_flags()
H A Dtests.c81 POST_RAM | POST_POWERON | POST_SLOWTEST | POST_MANUAL | POST_REBOOT,
118 POST_ROM | POST_POWERON | POST_SLOWTEST | POST_PREREL,
/OK3568_Linux_fs/u-boot/include/
H A Dpost.h66 #define POST_POWERON 0x01 /* test runs on power-on booting */ macro
86 POST_POWERON )
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.POST117 #define POST_POWERON 0x01 /* test runs on power-on booting */
165 (POST_POWERON, POST_NORMAL or POST_SHUTDOWN).
223 mode the test is running in (POST_POWERON, POST_NORMAL,
372 POST_RAM | POST_POWERON | POST_REBOOT, \