Lines Matching refs:run_command
64 u_boot_console.run_command('usb start')
68 u_boot_console.run_command('pci enum')
82 u_boot_console.run_command('setenv autoload no')
83 output = u_boot_console.run_command('dhcp')
102 u_boot_console.run_command('setenv %s %s' % (var, val))
125 output = u_boot_console.run_command('tftpboot %x %s' % (addr, fn))
139 output = u_boot_console.run_command('crc32 %x $filesize' % addr)
154 output = u_boot_console.run_command('bootefi %x' % addr)
166 output = u_boot_console.run_command('bootefi hello')
180 u_boot_console.run_command('bootefi %x' % addr, wait_for_prompt=False)
186 … output = u_boot_console.run_command('lsefisystab', wait_for_prompt=False, wait_for_echo=False)
191 output = u_boot_console.run_command('exit', wait_for_prompt=False, wait_for_echo=False)
195 u_boot_console.run_command('')