Home
last modified time | relevance | path

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

/u-boot/include/
A Dpost.h65 #define POST_POWERON 0x01 /* test runs on power-on booting */ macro
85 POST_POWERON )
/u-boot/post/
A Dpost.c86 newword = BOOTMODE_MAGIC | POST_POWERON; 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()
235 if (test_flags[j] & POST_POWERON) in post_get_flags()
A Dtests.c80 POST_RAM | POST_POWERON | POST_SLOWTEST | POST_MANUAL | POST_REBOOT,
117 POST_ROM | POST_POWERON | POST_SLOWTEST | POST_PREREL,
/u-boot/doc/
A 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, \

Completed in 5 milliseconds