Home
last modified time | relevance | path

Searched refs:GD_FLG_POSTFAIL (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/post/
H A Dpost.c246 (gd->flags & GD_FLG_POSTFAIL) ? in post_run_single()
265 gd->flags |= GD_FLG_POSTFAIL; in post_run_single()
275 gd->flags |= GD_FLG_POSTFAIL; in post_run_single()
309 gd->flags |= GD_FLG_POSTFAIL; in post_run()
/openbmc/u-boot/include/asm-generic/
H A Dglobal_data.h151 #define GD_FLG_POSTFAIL 0x00008 /* Critical POST test failed */ macro
/openbmc/u-boot/common/
H A Dautoboot.c313 if (gd->flags & GD_FLG_POSTFAIL) { in bootdelay_process()