Lines Matching refs:run_command
64 u_boot_console.run_command('usb start')
68 u_boot_console.run_command('pci enum')
85 u_boot_console.run_command('setenv autoload no')
86 output = u_boot_console.run_command('dhcp')
108 u_boot_console.run_command('setenv %s %s' % (var, val))
131 output = u_boot_console.run_command('tftpboot %x %s' % (addr, fn))
145 output = u_boot_console.run_command('crc32 %x $filesize' % addr)
161 output = u_boot_console.run_command('bootefi %x' % addr)
175 output = u_boot_console.run_command('bootefi hello')
190 u_boot_console.run_command('bootefi %x' % addr, wait_for_prompt=False)
196 … output = u_boot_console.run_command('lsefisystab', wait_for_prompt=False, wait_for_echo=False)
201 u_boot_console.run_command('exit', wait_for_prompt=False, wait_for_echo=False)
204 u_boot_console.run_command('')