Searched refs:POST_RAM (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/post/ |
| H A D | tests.c | 66 POST_RAM | POST_ALWAYS, 81 POST_RAM | POST_POWERON | POST_SLOWTEST | POST_MANUAL | POST_REBOOT, 94 POST_RAM | POST_ALWAYS, 106 POST_RAM | POST_SLOWTEST | POST_MANUAL, 131 POST_RAM | POST_ALWAYS, 144 POST_RAM | POST_ALWAYS, 159 POST_RAM | POST_SLOWTEST | POST_MANUAL, 172 POST_RAM | POST_ALWAYS, 184 POST_RAM | POST_ALWAYS, 196 POST_RAM | POST_ALWAYS, [all …]
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | diag.c | 37 post_run (NULL, POST_RAM | POST_MANUAL); in do_diag() 40 if (post_run (argv[i], POST_RAM | POST_MANUAL) != 0) in do_diag()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | post.h | 74 #define POST_RAM 0x0200 /* test runs in RAM */ macro 82 #define POST_MEM (POST_RAM | POST_ROM)
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | board_r.c | 725 post_run(NULL, POST_RAM | post_bootmode_get(0)); in initr_post()
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.POST | 122 #define POST_RAM 0x200 /* test runs in RAM */ 265 POST_RAM | POST_SLOWTEST, \ 278 POST_RAM | POST_NORMAL, \ 372 POST_RAM | POST_POWERON | POST_REBOOT, \
|