Lines Matching refs:u_boot_console
54 def __init__(self, u_boot_console, fn, size): argument
75 self.abs_fn = u_boot_console.config.persistent_data_dir + '/' + fn
78 u_boot_console.log.action('Persistent data file ' + self.abs_fn +
82 u_boot_console.log.action('Generating ' + self.abs_fn +
156 def run_and_log(u_boot_console, cmd, ignore_errors=False): argument
174 runner = u_boot_console.log.get_runner(cmd[0], sys.stdout)
179 def run_and_log_expect_exception(u_boot_console, cmd, retcode, msg): argument
192 runner = u_boot_console.log.get_runner(cmd[0], sys.stdout)
204 def find_ram_base(u_boot_console): argument
222 if u_boot_console.config.buildconfig.get('config_cmd_bdi', 'n') != 'y':
229 with u_boot_console.log.section('find_ram_base'):
230 response = u_boot_console.run_command('bdinfo')