Lines Matching refs:run_command
82 u_boot_console.run_command('usb start')
86 u_boot_console.run_command('pci enum')
100 u_boot_console.run_command('setenv autoload no')
101 output = u_boot_console.run_command('dhcp')
119 u_boot_console.run_command('setenv autoload no')
120 output = u_boot_console.run_command('dhcp6')
139 u_boot_console.run_command('setenv %s %s' % (var, val))
156 output = u_boot_console.run_command('ping $serverip')
178 output = u_boot_console.run_command('ping6 ' + fake_host_ip)
205 output = u_boot_console.run_command('tftpboot %s' % (fn))
207 output = u_boot_console.run_command('tftpboot %x %s' % (addr, fn))
221 output = u_boot_console.run_command('crc32 $fileaddr $filesize')
247 output = u_boot_console.run_command('nfs %x %s' % (addr, fn))
261 output = u_boot_console.run_command('crc32 %x $filesize' % addr)