Searched refs:POST_RAM (Results 1 - 4 of 4) sorted by path

/u-boot/cmd/
H A Ddiag.c35 post_run (NULL, POST_RAM | POST_MANUAL);
38 if (post_run (argv[i], POST_RAM | POST_MANUAL) != 0)
/u-boot/common/
H A Dboard_r.c491 post_run(NULL, POST_RAM | post_bootmode_get(0));
/u-boot/include/
H A Dpost.h67 #define POST_RAM 0x0200 /* test runs in RAM */ macro
75 #define POST_MEM (POST_RAM | POST_ROM)
/u-boot/post/
H A Dtests.c66 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_ALWAY
[all...]

Completed in 81 milliseconds