Searched refs:config (Results 1 – 25 of 46) sorted by relevance
12
/tools/buildman/test/ |
A D | Kconfig | 2 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 D | 294_ti_board_cfg_combined.dts | 6 ti-board-config { 8 config = "yaml/config.yaml"; 12 config = "yaml/config.yaml"; 16 config = "yaml/config.yaml"; 20 config = "yaml/config.yaml";
|
A D | 295_ti_board_cfg_no_type.dts | 6 ti-board-config { 7 config = "yaml/config.yaml";
|
A D | 293_ti_board_cfg.dts | 9 ti-board-config { 10 config = "yaml/config.yaml";
|
A D | 276_fit_firmware_loadables.dts | 64 description = "uboot config"; 70 description = "atf config"; 76 description = "missing uboot config"; 82 description = "missing atf config"; 88 description = "missing tee config";
|
A D | 228_fit_bad_dir_config.dts | 7 &config { 8 fit,config = "bad";
|
A D | 275_fit_align.dts | 50 default = "config-1"; 51 config-1 { 52 description = "test config";
|
A D | 323_ti_board_cfg_phony.dts | 9 ti-board-config { 10 config = "yaml/config_phony.yaml";
|
A D | 226_fit_split_elf.dts | 61 default = "@config-DEFAULT-SEQ"; 62 config: @config-SEQ { label
|
A D | 171_fit_fdt_missing_prop.dts | 42 default = "config-1"; 43 @config-SEQ {
|
A D | 170_fit_fdt.dts | 60 default = "@config-DEFAULT-SEQ"; 61 @config-SEQ {
|
A D | 333_fit_fdt_dir.dts | 60 default = "@config-DEFAULT-SEQ"; 61 @config-SEQ {
|
A D | 345_fit_fdt_name.dts | 60 default = "@config-DEFAULT-NAME"; 61 @config-NAME {
|
A D | 223_fit_fdt_oper.dts | 58 default = "@config-DEFAULT-SEQ"; 59 @config-SEQ {
|
A D | 284_fit_fdt_list.dts | 60 default = "@config-DEFAULT-SEQ"; 61 @config-SEQ {
|
A D | 334_fit_fdt_compat.dts | 60 default = "@config-DEFAULT-SEQ"; 61 @config-SEQ {
|
A D | 335_fit_fdt_phase.dts | 61 default = "@config-DEFAULT-SEQ"; 62 @config-SEQ {
|
/tools/ |
A D | Kconfig | 3 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 D | mtk_nand_headers.h | 48 uint32_t config; /* Header config */ member 81 uint32_t config; /* Header config */ member 117 uint32_t config; /* Header config */ member
|
/tools/binman/etype/ |
A D | nxp_imx8mcst.py | 140 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 D | settings.py | 231 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 D | test_common.py | 234 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 D | builder.py | 138 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 D | config.yaml | 3 # Test config
|
A D | config_phony.yaml | 3 # Test config
|
Completed in 30 milliseconds
12