/u-boot/test/py/tests/ |
A D | test_net.py | 69 init_usb = u_boot_console.config.env.get('env__net_uses_usb', False) 73 init_pci = u_boot_console.config.env.get('env__net_uses_pci', False) 85 test_dhcp = u_boot_console.config.env.get('env__net_dhcp_server', False) 143 f = u_boot_console.config.env.get('env__net_tftp_readable_file', None) 147 addr = f.get('addr', None) 155 sz = f.get('size', None) 160 expected_crc = f.get('crc32', None) 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) [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) 193 env_vars = cons.config.env.get('env__net_static_env_vars', None) 307 addr = fit.get('addr', None) 314 size = fit.get('size', None) 334 addr = fit.get('addr', None) 341 size = fit.get('size', None) 346 expected_crc = fit.get('crc32', None) 402 size = fit.get('size', 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_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')
|
A D | test_fpga.py | 67 f = u_boot_console.config.env.get('env__fpga_under_test', None) 71 dev = f.get('dev', -1) 80 addr = f.get('addr', -1) 438 addr = f.get('addr', -1) 492 addr = f.get('addr', -1) 515 f = u_boot_console.config.env.get('env__fpga_secure_readable_file', None) 519 addr = f.get('addr', None) 543 f = u_boot_console.config.env.get('env__fpga_secure_readable_file', None) 547 keyaddr = f.get('keyaddr', None) 555 addr = f.get('addr', None)
|
/u-boot/scripts/dtc/pylibfdt/ |
A D | setup.py | 96 files = os.environ.get('SOURCES', '').split() 97 cflags = os.environ.get('CPPFLAGS', '').split() 98 objdir = os.environ.get('OBJDIR') 99 version = os.environ.get('VERSION') 100 swig_opts = os.environ.get('SWIG_OPTS', '').split()
|
/u-boot/tools/patman/ |
A D | series.py | 116 self.get('cover') and 'a ' or 'no ')) 134 print('Version: ', self.get('version')) 135 print('Prefix:\t ', self.get('prefix')) 138 cover_cc = gitutil.BuildEmailList(self.get('cover_cc', '')) 182 process_it = self.get('process_log', '').split(',') 221 if self.get('version'): 224 if self.changes.get(version): 282 cover_cc = gitutil.BuildEmailList(self.get('cover_cc', '')) 301 if not self.changes.get(version): 318 if self.get('version'): [all …]
|
A D | tools.py | 234 host_name, *host_args = env.get('HOST' + name.upper(), '').split(' ') 236 host_name, *host_args = env.get('HOSTCXX', '').split(' ') 282 target_name, *extra_args = env.get(name.upper(), '').split(' ') 284 target_name, *extra_args = env.get('CXX', '').split(' ') 290 cross_compile = env.get('CROSS_COMPILE', '') 331 binary = kwargs.get('binary') 332 for_host = kwargs.get('for_host', False) 333 for_target = kwargs.get('for_target', not for_host) 356 package = packages.get(name)
|
A D | settings.py | 99 project_defaults = _default_settings.get(project_name, {}) 103 def get(self, section, option, *args, **kwargs): member in _ProjectConfigParser 112 val = ConfigParser.SafeConfigParser.get( 117 val = ConfigParser.SafeConfigParser.get( 183 list = alias.get(m.group(1), []) 262 val = config.get('settings', name)
|
/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
|
A D | rockchip,rk3288-dmc.txt | 4 - rockchip,cru: this driver should access cru regs, so need get cru here 5 - rockchip,grf: this driver should access grf regs, so need get grf here 6 - rockchip,pmu: this driver should access pmu regs, so need get pmu here 7 - rockchip,sgrf: this driver should access sgrf regs, so need get sgrf here 8 - rockchip,noc: this driver should access noc regs, so need get noc here 17 arm_clk: for get arm frequency 18 -logic-supply: this driver should adjust VDD_LOGIC according to dmc frequency, so need get logic-su…
|
/u-boot/arch/nds32/cpu/n1213/ |
A D | start.S | 326 ! get $p0 the index of I$ block 361 ! get $p0 the index of D$ block 393 ! FIXME: Other way to get PC? 435 move $r0, $sp ! To get the kernel stack 442 move $r0, $sp ! To get the kernel stack 449 move $r0, $sp ! To get the kernel stack 456 move $r0, $sp ! To get the kernel stack 463 move $r0, $sp ! To get the kernel stack 470 move $r0, $sp ! To get the kernel stack 477 move $r0, $sp ! To get the kernel stack [all …]
|
/u-boot/doc/sphinx/ |
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', []))
|
A D | kerneldoc.py | 85 tab_width = self.options.get('tab-width', self.state.document.settings.tab_width) 89 self.options['identifiers'] = self.options.get('functions') 94 export_file_patterns = str(self.options.get('export')).split() 97 export_file_patterns = str(self.options.get('internal')).split() 99 cmd += ['-function', str(self.options.get('doc'))] 101 identifiers = self.options.get('identifiers').split() 109 no_identifiers = self.options.get('no-identifiers').split()
|
/u-boot/drivers/power/regulator/ |
A D | Kconfig | 7 functions, like get/set Voltage or Current value, enable state, etc... 126 The driver implements a get/set api for the voltage of the 147 for enable and get only for voltage value. 163 features for gpio regulators. The driver implements get/set for 189 The driver implements get/set api for: value and enable. 246 The driver implements get/set api for: value and enable. 267 The driver implements get/set api for: value and enable. 277 get/set api for value and enable. 294 the get/set api for value and enable. 337 get/set api for value and enable in SPL. [all …]
|
/u-boot/drivers/smem/ |
A D | smem-uclass.c | 26 if (!ops->get) in smem_get() 29 return ops->get(host, item, size); in smem_get()
|
/u-boot/tools/dtoc/ |
A D | fdt_util.py | 102 prop = node.props.get(propname) 122 prop = node.props.get(propname) 158 prop = node.props.get(propname) 180 prop = node.props.get(propname)
|
/u-boot/test/py/ |
A D | conftest.py | 291 val = subconfig.get(fixture_name, []) 299 vals = subconfig.get(fixture_name+ 's', []) 416 anchor = anchors.get(test, None) 421 anchor = anchors.get(test, None) 426 anchor = anchors.get(test, None) 431 anchor = anchors.get(test, None) 436 anchor = anchors.get(test, None) 441 anchor = anchors.get(test, None) 488 if not ubconfig.buildconfig.get('config_' + option.lower(), None): 492 if ubconfig.buildconfig.get('config_' + option.lower(), None):
|
/u-boot/drivers/bootcount/ |
A D | bootcount-uclass.c | 17 if (!ops->get) in dm_bootcount_get() 19 return ops->get(dev, bootcount); in dm_bootcount_get()
|
/u-boot/test/py/tests/test_efi_capsule/ |
A D | test_capsule_firmware.py | 74 capsule_early = u_boot_config.buildconfig.get( 149 capsule_early = u_boot_config.buildconfig.get( 216 capsule_early = u_boot_config.buildconfig.get(
|
/u-boot/doc/board/google/ |
A D | chromebook_link.rst | 14 You can get these binary blobs by:: 26 As for the video ROM, you can get it `here`_ and rename it to vga.bin.
|