Searched refs:POST_RAM (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/post/ |
D | tests.c | 65 POST_RAM | POST_ALWAYS, 80 POST_RAM | POST_POWERON | POST_SLOWTEST | POST_MANUAL | POST_REBOOT, 93 POST_RAM | POST_ALWAYS, 105 POST_RAM | POST_SLOWTEST | POST_MANUAL, 130 POST_RAM | POST_ALWAYS, 143 POST_RAM | POST_ALWAYS, 158 POST_RAM | POST_SLOWTEST | POST_MANUAL, 171 POST_RAM | POST_ALWAYS, 183 POST_RAM | POST_ALWAYS, 195 POST_RAM | POST_ALWAYS, [all …]
|
/external/u-boot/cmd/ |
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()
|
/external/u-boot/include/ |
D | post.h | 73 #define POST_RAM 0x0200 /* test runs in RAM */ macro 81 #define POST_MEM (POST_RAM | POST_ROM)
|
/external/u-boot/common/ |
D | board_r.c | 585 post_run(NULL, POST_RAM | post_bootmode_get(0)); in initr_post()
|
/external/u-boot/doc/ |
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, \
|