Lines Matching refs:run_command
33 response = u_boot_console.run_command('avb init %s' %str(mmc_dev))
35 response = u_boot_console.run_command('avb verify')
45 response = u_boot_console.run_command('avb init %s' % str(mmc_dev))
48 response = u_boot_console.run_command('mmc rescan; mmc dev %s' %
52 part_lines = u_boot_console.run_command('mmc part').splitlines()
68 avb_guid_resp = u_boot_console.run_command('avb get_uuid %s' % part)
77 response = u_boot_console.run_command('avb init %s' % str(mmc_dev))
80 response = u_boot_console.run_command('avb read_rb 1')
89 response = u_boot_console.run_command('avb init %s' % str(mmc_dev))
92 response = u_boot_console.run_command('avb is_unlocked')
101 response = u_boot_console.run_command('mmc rescan; mmc dev %s 0' %
105 response = u_boot_console.run_command('mmc read 0x%x 0x100 0x1' % temp_addr)
108 response = u_boot_console.run_command('avb init %s' % str(mmc_dev))
111 response = u_boot_console.run_command('avb read_part xloader 0 100 0x%x' %
116 response = u_boot_console.run_command('cmp 0x%x 0x%x 40' %