Home
last modified time | relevance | path

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

/external/u-boot/post/
Dpost.c80 newword = BOOTMODE_MAGIC | POST_POWERON; 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()
227 if (test_flags[j] & POST_POWERON) in post_get_flags()
Dtests.c80 POST_RAM | POST_POWERON | POST_SLOWTEST | POST_MANUAL | POST_REBOOT,
117 POST_ROM | POST_POWERON | POST_SLOWTEST | POST_PREREL,
/external/u-boot/include/
Dpost.h65 #define POST_POWERON 0x01 /* test runs on power-on booting */ macro
85 POST_POWERON )
/external/u-boot/doc/
DREADME.POST117 #define POST_POWERON 0x01 /* test runs on power-on booting */
212 mode the test is running in (POST_POWERON, POST_NORMAL,
361 POST_RAM | POST_POWERON | POST_REBOOT, \