Home
last modified time | relevance | path

Searched refs:POST_RAM (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/post/
H A Dtests.c65 POST_RAM | POST_ALWAYS,
93 POST_RAM | POST_ALWAYS,
105 POST_RAM | POST_SLOWTEST | POST_MANUAL,
130 POST_RAM | POST_ALWAYS,
143 POST_RAM | POST_ALWAYS,
171 POST_RAM | POST_ALWAYS,
183 POST_RAM | POST_ALWAYS,
195 POST_RAM | POST_ALWAYS,
207 POST_RAM | POST_ALWAYS,
219 POST_RAM | POST_ALWAYS,
[all …]
/openbmc/u-boot/cmd/
H A Ddiag.c36 post_run (NULL, POST_RAM | POST_MANUAL); in do_diag()
39 if (post_run (argv[i], POST_RAM | POST_MANUAL) != 0) in do_diag()
/openbmc/u-boot/include/
H A Dpost.h73 #define POST_RAM 0x0200 /* test runs in RAM */ macro
81 #define POST_MEM (POST_RAM | POST_ROM)
/openbmc/u-boot/common/
H A Dboard_r.c572 post_run(NULL, POST_RAM | post_bootmode_get(0)); in initr_post()
/openbmc/u-boot/doc/
H A DREADME.POST122 #define POST_RAM 0x200 /* test runs in RAM */
254 POST_RAM | POST_SLOWTEST, \
267 POST_RAM | POST_NORMAL, \
361 POST_RAM | POST_POWERON | POST_REBOOT, \