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')
47 response = u_boot_console.run_command('avb init %s' % str(mmc_dev))
50 response = u_boot_console.run_command('mmc rescan; mmc dev %s' %
54 part_lines = u_boot_console.run_command('mmc part').splitlines()
70 avb_guid_resp = u_boot_console.run_command('avb get_uuid %s' % part)
79 response = u_boot_console.run_command('avb init %s' % str(mmc_dev))
82 response = u_boot_console.run_command('avb read_rb 1')
91 response = u_boot_console.run_command('avb init %s' % str(mmc_dev))
94 response = u_boot_console.run_command('avb is_unlocked')
104 response = u_boot_console.run_command('mmc rescan; mmc dev %s 0' %
108 response = u_boot_console.run_command('mmc read 0x%x 0x100 0x1' % temp_addr)
111 response = u_boot_console.run_command('avb init %s' % str(mmc_dev))
114 response = u_boot_console.run_command('avb read_part xloader 0 100 0x%x' %
119 response = u_boot_console.run_command('cmp 0x%x 0x%x 40' %
130 response = u_boot_console.run_command('avb init %s' % str(mmc_dev))
133 response = u_boot_console.run_command('avb write_pvalue test value_value')
136 response = u_boot_console.run_command('avb read_pvalue test 12')