Lines Matching full:run
45 "init_mmc=run args_all args_mmc\0" \
47 "${bootdir}/${name_fw_rd}; run set_rd_spec\0" \
57 "run findfdt; " \
58 "run envboot; " \
59 "run init_${boot}; " \
60 "run get_mon_${boot} run_mon; " \
61 "run set_name_pmmc get_pmmc_${boot} run_pmmc; " \
62 "run get_kern_${boot}; " \
63 "run init_fw_rd_${boot}; " \
64 "run get_fdt_${boot}; " \
65 "run run_kern"
68 "run findfdt; " \
69 "run envboot; " \
70 "run run_mon_hs; " \
71 "run init_${boot}; " \
72 "run set_name_pmmc get_pmmc_${boot} run_pmmc; " \
73 "run get_fit_${boot}; " \