Searched refs:POST_RAM (Results 1 – 5 of 5) sorted by relevance
/u-boot/post/ |
A D | tests.c | 65 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 …]
|
/u-boot/cmd/ |
A D | diag.c | 36 post_run (NULL, POST_RAM | POST_MANUAL); in do_diag() 39 if (post_run (argv[i], POST_RAM | POST_MANUAL) != 0) in do_diag()
|
/u-boot/include/ |
A D | post.h | 73 #define POST_RAM 0x0200 /* test runs in RAM */ macro 81 #define POST_MEM (POST_RAM | POST_ROM)
|
/u-boot/common/ |
A D | board_r.c | 544 post_run(NULL, POST_RAM | post_bootmode_get(0)); in initr_post()
|
/u-boot/doc/ |
A D | README.POST | 122 #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, \
|
Completed in 6 milliseconds