| /u-boot/test/py/tests/ |
| A D | test_net.py | 80 init_usb = u_boot_console.config.env.get('env__net_uses_usb', False) 84 init_pci = u_boot_console.config.env.get('env__net_uses_pci', False) 96 test_dhcp = u_boot_console.config.env.get('env__net_dhcp_server', False) 197 f = u_boot_console.config.env.get('env__net_tftp_readable_file', None) 201 addr = f.get('addr', None) 209 sz = f.get('size', None) 214 expected_crc = f.get('crc32', None) 238 f = u_boot_console.config.env.get('env__net_nfs_readable_file', None) 242 addr = f.get('addr', None) 249 sz = f.get('size', None) [all …]
|
| A D | test_efi_loader.py | 62 init_usb = u_boot_console.config.env.get('env__net_uses_usb', False) 66 init_pci = u_boot_console.config.env.get('env__net_uses_pci', False) 78 test_dhcp = u_boot_console.config.env.get('env__net_dhcp_server', False) 80 env_vars = u_boot_console.config.env.get('env__net_static_env_vars', None) 100 env_vars = u_boot_console.config.env.get('env__net_static_env_vars', None) 102 test_dhcp = u_boot_console.config.env.get('env__net_dhcp_server', False) 122 f = u_boot_console.config.env.get(env_conf, None) 126 addr = f.get('addr', None) 133 sz = f.get('size', None) 138 expected_crc = f.get('crc32', None) [all …]
|
| A D | test_efi_fit.py | 151 init_usb = cons.config.env.get('env__net_uses_usb', False) 155 init_pci = cons.config.env.get('env__net_uses_pci', False) 171 test_dhcp = cons.config.env.get('env__net_dhcp_server', False) 308 addr = fit.get('addr', None) 315 size = fit.get('size', None) 335 addr = fit.get('addr', None) 342 size = fit.get('size', None) 347 expected_crc = fit.get('crc32', None) 403 size = fit.get('size', None) 405 if not fit.get('dn', None): [all …]
|
| A D | test_mmc_rd.py | 150 partid = env__mmc_dev_config.get('partid', 0) 171 partid = env__mmc_dev_config.get('partid', 0) 197 partid = env__mmc_dev_config.get('partid', 0) 234 partid = env__mmc_rd_config.get('partid', 0) 235 sector = env__mmc_rd_config.get('sector', 0) 236 count_sectors = env__mmc_rd_config.get('count', 1) 237 expected_crc32 = env__mmc_rd_config.get('crc32', None) 238 read_duration_max = env__mmc_rd_config.get('read_duration_max', 0) 242 has_cmd_memory = bcfg.get('config_cmd_memory', 'n') == 'y' 243 has_cmd_crc32 = bcfg.get('config_cmd_crc32', 'n') == 'y'
|
| A D | test_sleep.py | 26 sleep_skip = u_boot_console.config.env.get('env__sleep_accurate', True) 30 if u_boot_console.config.buildconfig.get('config_cmd_misc', 'n') != 'y': 34 sleep_time = u_boot_console.config.env.get('env__sleep_time', 3) 35 sleep_margin = u_boot_console.config.env.get('env__sleep_margin', 0.25)
|
| A D | test_sf.py | 62 probe_id = env__sf_config.get('id', 0) 63 speed = env__sf_config.get('speed', 0) 91 sf_params['len'] = env__sf_config.get('len', sf_params['erase_size']) 98 assert not (env__sf_config.get('writeable', False) and 122 crc_expected = env__sf_config.get('crc32', None) 190 if not env__sf_config.get('writeable', False): 213 if not env__sf_config.get('writeable', False):
|
| A D | test_mmc_wr.py | 56 partid = env__mmc_wr_config.get('partid', 0) 57 sector = env__mmc_wr_config.get('sector', 0) 58 count_sectors = env__mmc_wr_config.get('count', 1) 59 test_iterations = env__mmc_wr_config.get('test_iterations', 1)
|
| A D | test_gpio.py | 104 f = u_boot_console.config.env.get('env__gpio_dev_config',False) 128 f = u_boot_console.config.env.get('env__gpio_dev_config',False) 152 f = u_boot_console.config.env.get('env__gpio_dev_config',False) 176 f = u_boot_console.config.env.get('env__gpio_dev_config',False) 204 f = u_boot_console.config.env.get('env__gpio_dev_config',False)
|
| A D | test_tpm2.py | 41 skip_test = u_boot_console.config.env.get('env__tpm_device_test_skip', False) 57 sys_arch = cons.config.buildconfig.get('config_sys_arch', '"sandbox"')[1:-1] 63 skip_test = u_boot_console.config.env.get('env__tpm_device_test_skip', False) 90 skip_test = u_boot_console.config.env.get('env__tpm_device_test_skip', False) 117 skip_test = u_boot_console.config.env.get('env__tpm_device_test_skip', False) 132 skip_test = u_boot_console.config.env.get('env__tpm_device_test_skip', False) 156 skip_test = u_boot_console.config.env.get('env__tpm_device_test_skip', False)
|
| A D | test_dfu.py | 157 dfu_alt_info_env = env__dfu_config.get('alt_info_env_name', \ 294 sizes = env__dfu_config.get('test_sizes', test_sizes_default) 301 alt_setting_test_file = env__dfu_config.get('alt_id_test_file', '0') 302 alt_setting_dummy_file = env__dfu_config.get('alt_id_dummy_file', '1')
|
| /u-boot/doc/usage/cmd/ |
| A D | temperature.rst | 12 temperature get [thermal device name] 17 The *temperature* command is used to list thermal sensors and get their 22 The 'temperature get' command is used to get the reading in degrees C from 38 => temperature get tmon@610508110
|
| /u-boot/tools/u_boot_pylib/ |
| A D | tools.py | 241 host_name, *host_args = env.get('HOSTCXX', '').split(' ') 287 target_name, *extra_args = env.get(name.upper(), '').split(' ') 289 target_name, *extra_args = env.get('CXX', '').split(' ') 295 cross_compile = env.get('CROSS_COMPILE', '') 350 binary = kwargs.get('binary') 351 for_host = kwargs.get('for_host', False) 352 for_target = kwargs.get('for_target', not for_host) 353 raise_on_error = kwargs.get('raise_on_error', True) 374 package = packages.get(name) 393 pathvar = os.environ.get('PATH') [all …]
|
| /u-boot/tools/dtoc/ |
| A D | fdt_util.py | 114 prop = node.props.get(propname) 137 prop = node.props.get(propname) 157 prop = node.props.get(propname) 180 prop = node.props.get(propname) 192 prop = node.props.get(propname) 234 prop = node.props.get(propname) 258 prop = node.props.get(propname) 276 prop = node.props.get(propname) 298 prop = node.props.get(propname)
|
| /u-boot/tools/patman/ |
| A D | series.py | 119 self.get('cover') and 'a ' or 'no ')) 136 print('Version: ', self.get('version')) 137 print('Prefix:\t ', self.get('prefix')) 138 print('Postfix:\t ', self.get('postfix')) 185 process_it = self.get('process_log', '').split(',') 224 if self.get('version'): 227 if self.changes.get(version): 364 if not self.changes.get(version): 381 if self.get('version'): 386 if self.get('prefix'): [all …]
|
| A D | settings.py | 101 project_defaults = _default_settings.get(project_name, {}) 105 def get(self, section, option, *args, **kwargs): member in _ProjectConfigParser 114 val = ConfigParser.ConfigParser.get( 119 val = ConfigParser.ConfigParser.get( 186 list = alias.get(m.group(1), []) 269 val = config.get('settings', name)
|
| /u-boot/doc/sphinx/ |
| A D | kerneldoc.py | 75 tab_width = self.options.get('tab-width', self.state.document.settings.tab_width) 79 self.options['identifiers'] = self.options.get('functions') 84 export_file_patterns = str(self.options.get('export')).split() 87 export_file_patterns = str(self.options.get('internal')).split() 89 cmd += ['-function', str(self.options.get('doc'))] 91 identifiers = self.options.get('identifiers').split() 99 no_identifiers = self.options.get('no-identifiers').split()
|
| A D | kernel_include.py | 98 encoding = self.options.get( 101 tab_width = self.options.get( 116 startline = self.options.get('start-line', None) 117 endline = self.options.get('end-line', None) 129 after_text = self.options.get('start-after', None) 137 before_text = self.options.get('end-before', None) 155 classes=self.options.get('class', []))
|
| /u-boot/scripts/dtc/pylibfdt/ |
| A D | setup.py | 118 files = os.environ.get('SOURCES', '').split() 119 cflags = os.environ.get('CPPFLAGS', '').split() 120 objdir = os.environ.get('OBJDIR') 122 version = sic(os.environ.get('VERSION')) 124 version = os.environ.get('VERSION') 125 swig_opts = os.environ.get('SWIG_OPTS', '').split()
|
| /u-boot/doc/device-tree-bindings/clock/ |
| A D | rockchip,rk3399-dmc.txt | 4 - rockchip,cru: this driver should access cru regs, so need get cru here 5 - rockchip,pmucru: this driver should access pmucru regs, so need get pmucru here 6 - rockchip,pmugrf: this driver should access pmugrf regs, so need get pmugrf here 7 - rockchip,pmusgrf: this driver should access pmusgrf regs, so need get pmusgrf here 8 - rockchip,cic: this driver should access cic regs, so need get cic here
|
| /u-boot/drivers/power/regulator/ |
| A D | Kconfig | 158 get/set api for setting the value. 170 The driver implements a get/set api for the voltage of the 191 for enable and get only for voltage value. 233 The driver implements get/set api for: value and enable. 290 The driver implements get/set api for: value and enable. 311 The driver implements get/set api for: value and enable. 321 get/set api for value and enable. 338 the get/set api for value and enable. 391 get/set api for value and enable in SPL. 409 get/set api for value and enable. [all …]
|
| /u-boot/test/py/ |
| A D | conftest.py | 195 worker_id = os.environ.get("PYTEST_XDIST_WORKER") 330 val = subconfig.get(fixture_name, []) 338 vals = subconfig.get(fixture_name+ 's', []) 458 anchor = anchors.get(test, None) 463 anchor = anchors.get(test, None) 468 anchor = anchors.get(test, None) 473 anchor = anchors.get(test, None) 478 anchor = anchors.get(test, None) 483 anchor = anchors.get(test, None) 534 if ubconfig.buildconfig.get('config_' + option.lower(), None): [all …]
|
| /u-boot/drivers/smem/ |
| A D | smem-uclass.c | 28 if (!ops->get) in smem_get() 31 return ops->get(host, item, size); in smem_get()
|
| /u-boot/test/py/tests/test_efi_capsule/ |
| A D | test_capsule_firmware_raw.py | 78 capsule_early = u_boot_config.buildconfig.get( 157 capsule_early = u_boot_config.buildconfig.get( 238 capsule_early = u_boot_config.buildconfig.get( 240 capsule_auth = u_boot_config.buildconfig.get(
|
| A D | test_capsule_firmware_fit.py | 75 capsule_early = u_boot_config.buildconfig.get( 148 capsule_early = u_boot_config.buildconfig.get( 150 capsule_auth = u_boot_config.buildconfig.get(
|
| /u-boot/tools/buildman/ |
| A D | cfgutil.py | 71 adj = adjust_cfg.get(opt) 105 adj = adjust_cfg.get(opt) 198 adj = adjust_cfg.get(opt)
|