Home
last modified time | relevance | path

Searched refs:config (Results 1 – 25 of 46) sorted by relevance

12

/tools/buildman/test/
A DKconfig2 config SYS_ARCH
5 config SYS_CPU
8 config SYS_SOC
11 config SYS_VENDOR
14 config SYS_BOARD
32 config SYS_ARCH
35 config SYS_CPU
38 #config SYS_SOC
54 config SYS_ARCH
57 config SYS_CPU
[all …]
/tools/binman/test/
A D294_ti_board_cfg_combined.dts6 ti-board-config {
8 config = "yaml/config.yaml";
12 config = "yaml/config.yaml";
16 config = "yaml/config.yaml";
20 config = "yaml/config.yaml";
A D295_ti_board_cfg_no_type.dts6 ti-board-config {
7 config = "yaml/config.yaml";
A D293_ti_board_cfg.dts9 ti-board-config {
10 config = "yaml/config.yaml";
A D276_fit_firmware_loadables.dts64 description = "uboot config";
70 description = "atf config";
76 description = "missing uboot config";
82 description = "missing atf config";
88 description = "missing tee config";
A D228_fit_bad_dir_config.dts7 &config {
8 fit,config = "bad";
A D275_fit_align.dts50 default = "config-1";
51 config-1 {
52 description = "test config";
A D323_ti_board_cfg_phony.dts9 ti-board-config {
10 config = "yaml/config_phony.yaml";
A D226_fit_split_elf.dts61 default = "@config-DEFAULT-SEQ";
62 config: @config-SEQ { label
A D171_fit_fdt_missing_prop.dts42 default = "config-1";
43 @config-SEQ {
A D170_fit_fdt.dts60 default = "@config-DEFAULT-SEQ";
61 @config-SEQ {
A D333_fit_fdt_dir.dts60 default = "@config-DEFAULT-SEQ";
61 @config-SEQ {
A D345_fit_fdt_name.dts60 default = "@config-DEFAULT-NAME";
61 @config-NAME {
A D223_fit_fdt_oper.dts58 default = "@config-DEFAULT-SEQ";
59 @config-SEQ {
A D284_fit_fdt_list.dts60 default = "@config-DEFAULT-SEQ";
61 @config-SEQ {
A D334_fit_fdt_compat.dts60 default = "@config-DEFAULT-SEQ";
61 @config-SEQ {
A D335_fit_fdt_phase.dts61 default = "@config-DEFAULT-SEQ";
62 @config-SEQ {
/tools/
A DKconfig3 config MKIMAGE_DTC_PATH
17 config TOOLS_CRC16
22 config TOOLS_CRC32
27 config TOOLS_LIBCRYPTO
43 config TOOLS_FIT
79 config TOOLS_MD5
89 config TOOLS_SHA1
94 config TOOLS_SHA256
99 config TOOLS_SHA384
104 config TOOLS_SHA512
[all …]
A Dmtk_nand_headers.h48 uint32_t config; /* Header config */ member
81 uint32_t config; /* Header config */ member
117 uint32_t config; /* Header config */ member
/tools/binman/etype/
A Dnxp_imx8mcst.py140 config = configparser.ConfigParser()
142 config.optionxform = str
144 config.read_string(CSF_CONFIG_TEMPLATE)
145 config['Install SRK']['File'] = f'"{self.srk_table}"'
147 config.remove_section('Install NOCAK')
148 config['Install CSFK']['File'] = f'"{self.csf_crt}"'
151 config.remove_section('Install CSFK')
152 config.remove_section('Install Key')
156 config['Authenticate Data']['Blocks'] = \
160 config.remove_section('Unlock')
[all …]
/tools/patman/
A Dsettings.py231 def _UpdateDefaults(main_parser, config, argv): argument
299 for name, val in config.items('settings'):
307 val = config.get('settings', name)
365 def GetItems(config, section): argument
376 return config.items(section)
400 config = _ProjectConfigParser(project_name)
419 config.read(config_fname)
421 config.read(git_local_config_fname)
427 for name, value in GetItems(config, 'alias'):
431 for name, value in GetItems(config, 'bounces'):
[all …]
A Dtest_common.py234 repo.config.set_multivar('branch.first.remote', '', '.')
235 repo.config.set_multivar('branch.first.merge', '', 'refs/heads/base')
238 repo.config.set_multivar('branch.second.remote', '', '.')
239 repo.config.set_multivar('branch.second.merge', '', 'refs/heads/base')
244 repo.config.set_multivar('branch.third4.remote', '', '.')
245 repo.config.set_multivar('branch.third4.merge', '',
/tools/buildman/
A Dbuilder.py138 self.config = {}
140 self.config[fname] = {}
143 self.config[fname][key] = value
147 for fname in self.config:
254 self.config = config
754 config = {}
775 return config
820 config = {}
930 config = {}
965 if outcome.config:
[all …]
/tools/binman/test/yaml/
A Dconfig.yaml3 # Test config
A Dconfig_phony.yaml3 # Test config

Completed in 30 milliseconds

12