Lines Matching full:cons
124 return os.path.join(cons.config.build_dir, leaf)
157 util.run_and_log(cons, ['dtc', src, '-O', 'dtb', '-o', dtb])
187 util.run_and_log(cons, [mkimage, '-f', its, fit])
361 cons.config.dtb = control_dtb
362 cons.restart_uboot()
363 with cons.log.section('Kernel load'):
364 output = cons.run_command_list(cmd.splitlines())
384 with cons.log.section('Kernel + FDT load'):
387 cons.restart_uboot()
388 output = cons.run_command_list(cmd.splitlines())
395 with cons.log.section('Kernel + FDT + Ramdisk load'):
399 cons.restart_uboot()
400 output = cons.run_command_list(cmd.splitlines())
404 with cons.log.section('Kernel + FDT + Ramdisk load + Loadables'):
411 cons.restart_uboot()
412 output = cons.run_command_list(cmd.splitlines())
418 cons = u_boot_console
422 old_dtb = cons.config.dtb
423 mkimage = cons.config.build_dir + '/tools/mkimage'
427 cons.config.dtb = old_dtb
428 cons.restart_uboot()