Lines Matching refs:run_command
34 response = u_boot_console.run_command('avb init %s' %str(mmc_dev))
36 response = u_boot_console.run_command('avb verify')
48 response = u_boot_console.run_command('avb init %s' % str(mmc_dev))
51 response = u_boot_console.run_command('mmc rescan; mmc dev %s' %
55 part_lines = u_boot_console.run_command('mmc part').splitlines()
71 avb_guid_resp = u_boot_console.run_command('avb get_uuid %s' % part)
80 response = u_boot_console.run_command('avb init %s' % str(mmc_dev))
83 response = u_boot_console.run_command('avb read_rb 1')
92 response = u_boot_console.run_command('avb init %s' % str(mmc_dev))
95 response = u_boot_console.run_command('avb is_unlocked')
106 response = u_boot_console.run_command('mmc rescan; mmc dev %s 0' %
110 response = u_boot_console.run_command('mmc read 0x%x 0x100 0x1' % temp_addr)
113 response = u_boot_console.run_command('avb init %s' % str(mmc_dev))
116 response = u_boot_console.run_command('avb read_part xloader 0 100 0x%x' %
121 response = u_boot_console.run_command('cmp 0x%x 0x%x 40' %
132 response = u_boot_console.run_command('avb init %s' % str(mmc_dev))
135 response = u_boot_console.run_command('avb write_pvalue test value_value')
138 response = u_boot_console.run_command('avb read_pvalue test 12')