Lines Matching refs:run_command
71 u_boot_console.run_command('usb start')
75 u_boot_console.run_command('pci enum')
89 u_boot_console.run_command('setenv autoload no')
90 output = u_boot_console.run_command('dhcp')
109 u_boot_console.run_command('setenv %s %s' % (var, val))
126 output = u_boot_console.run_command('ping $serverip')
151 output = u_boot_console.run_command('tftpboot %s' % (fn))
153 output = u_boot_console.run_command('tftpboot %x %s' % (addr, fn))
167 output = u_boot_console.run_command('crc32 $fileaddr $filesize')
193 output = u_boot_console.run_command('nfs %x %s' % (addr, fn))
207 output = u_boot_console.run_command('crc32 %x $filesize' % addr)