Lines Matching refs:get
70 init_usb = u_boot_console.config.env.get('env__net_uses_usb', False)
74 init_pci = u_boot_console.config.env.get('env__net_uses_pci', False)
86 test_dhcp = u_boot_console.config.env.get('env__net_dhcp_server', False)
105 env_vars = u_boot_console.config.env.get('env__net_static_env_vars', None)
144 f = u_boot_console.config.env.get('env__net_tftp_readable_file', None)
148 addr = f.get('addr', None)
155 sz = f.get('size', None)
160 expected_crc = f.get('crc32', None)
164 if u_boot_console.config.buildconfig.get('config_cmd_crc32', 'n') != 'y':
184 f = u_boot_console.config.env.get('env__net_nfs_readable_file', None)
188 addr = f.get('addr', None)
195 sz = f.get('size', None)
200 expected_crc = f.get('crc32', None)
204 if u_boot_console.config.buildconfig.get('config_cmd_crc32', 'n') != 'y':