Home
last modified time | relevance | path

Searched refs:options (Results 1 – 25 of 221) sorted by relevance

123456789

/u-boot/tools/buildman/
A Dcontrol.py33 count = (count + options.step - 1) // options.step
41 GetPlural(options.threads), options.jobs, GetPlural(options.jobs))
69 options))
142 options.git_dir = os.path.join(options.git, '.git')
169 toolchains.Scan(options.list_tool_chains and options.verbose)
229 has_range = options.branch and '..' in options.branch
323 show_unknown=options.show_unknown, step=options.step,
364 options.show_errors, options.show_sizes, options.show_detail,
365 options.show_bloat, options.list_error_boards, options.show_config,
366 options.show_environment, options.filter_dtb_warnings,
[all …]
A Dbuildman55 options, args = cmdline.ParseArgs() variable
58 if options.test:
59 RunTests(options.skip_net_tests)
63 bsettings.Setup(options.config_file)
64 ret_code = control.DoBuildman(options, args)
A Dmain.py55 options, args = cmdline.ParseArgs() variable
58 if options.test:
59 RunTests(options.skip_net_tests)
63 bsettings.Setup(options.config_file)
64 ret_code = control.DoBuildman(options, args)
A Dtest.py449 options = Options()
450 options.git = os.getcwd()
451 options.summary = False
452 options.jobs = None
453 options.dry_run = False
456 options.force_build = False
458 options.count = -1
459 options.git_dir = None
460 options.threads = None
462 options.quick = False
[all …]
/u-boot/drivers/crypto/fsl/
A Ddesc_constr.h88 *desc = (options | HDR_ONE) + 1; in init_desc()
102 options); in init_job_desc_pdb()
229 u32 options) \
240 u32 options)
244 cmd_src = options & LDST_SRCDST_MASK;
259 u32 options) \
272 unsigned int len, u32 options) \
282 unsigned int len, u32 options) \
296 type len, u32 options) \
314 unsigned int len, u32 options) \
[all …]
/u-boot/tools/dtoc/
A Ddtoc67 ['tools/patman/*.py', '*/fdt*', '*test*'], options.build_dir)
92 (options, args) = parser.parse_args()
95 if options.test:
96 ret_code = run_tests(options.processes, args)
99 elif options.test_coverage:
103 dtb_platdata.run_steps(args, options.dtb_file, options.include_disabled,
104 options.output,
105 [options.c_output_dir, options.h_output_dir])
A Dmain.py67 ['tools/patman/*.py', '*/fdt*', '*test*'], options.build_dir)
92 (options, args) = parser.parse_args()
95 if options.test:
96 ret_code = run_tests(options.processes, args)
99 elif options.test_coverage:
103 dtb_platdata.run_steps(args, options.dtb_file, options.include_disabled,
104 options.output,
105 [options.c_output_dir, options.h_output_dir])
/u-boot/tools/
A Dmoveconfig.py554 if not options.yes:
583 if options.dry_run:
642 if options.dry_run:
720 if options.dry_run:
877 self.options = options
1119 self.options = options
1359 self.options = options
1496 if options.git_ref:
1878 if len(configs) == 0 and not any((options.force_sync, options.build_db,
1889 if options.imply:
[all …]
A Dmicrocode-tool273 (options, args) = parser.parse_args()
280 if (not not options.mcfile) != (not not options.mcfile):
282 if options.headerfile:
284 elif options.mcfile:
285 date, license_text, microcodes = ParseFile(options.mcfile)
290 List(date, microcodes, options.model)
294 if not options.model:
296 model = options.model.lower()
297 if options.model == 'all':
298 options.multiple = True
[all …]
A Dmicrocode-tool.py273 (options, args) = parser.parse_args()
280 if (not not options.mcfile) != (not not options.mcfile):
282 if options.headerfile:
284 elif options.mcfile:
285 date, license_text, microcodes = ParseFile(options.mcfile)
290 List(date, microcodes, options.model)
294 if not options.model:
296 model = options.model.lower()
297 if options.model == 'all':
298 options.multiple = True
[all …]
/u-boot/doc/sphinx/
A Dkernel_include.py98 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)
148 if 'literal' in self.options:
158 if 'number-lines' in self.options:
177 if 'code' in self.options:
178 self.options['source'] = path
[all …]
A Dkerneldoc.py88 if 'functions' in self.options:
89 self.options['identifiers'] = self.options.get('functions')
92 if 'export' in self.options:
94 export_file_patterns = str(self.options.get('export')).split()
95 elif 'internal' in self.options:
98 elif 'doc' in self.options:
99 cmd += ['-function', str(self.options.get('doc'))]
100 elif 'identifiers' in self.options:
101 identifiers = self.options.get('identifiers').split()
108 if 'no-identifiers' in self.options:
[all …]
A DrstFlatTable.py81 def c_span(name, rawtext, text, lineno, inliner, options=None, content=None): argument
85 options = options if options is not None else {}
92 def r_span(name, rawtext, text, lineno, inliner, options=None, content=None): argument
96 options = options if options is not None else {}
163 stub_columns = self.directive.options.get('stub-columns', 0)
164 header_rows = self.directive.options.get('header-rows', 0)
183 stub_columns = self.directive.options.get('stub-columns', 0)
289 if 'fill-cells' in self.directive.options:
/u-boot/drivers/mtd/nand/raw/
A Dnand_bbt.c115 if (td->options & NAND_BBT_NO_OOB) in check_pattern()
152 if (!(td->options & NAND_BBT_NO_OOB)) in add_marker_len()
156 if (td->options & NAND_BBT_VERSION) in add_marker_len()
270 if (td->options & NAND_BBT_PERCHIP) { in read_abs_bbt()
298 if (td->options & NAND_BBT_VERSION) in scan_read_data()
348 if (td->options & NAND_BBT_NO_OOB) in scan_read()
848 if (td->options & NAND_BBT_PERCHIP) in check_create()
1041 if (bd->options & NAND_BBT_VERSION) in verify_bbt_descr()
1053 if (bd->options & NAND_BBT_PERCHIP) in verify_bbt_descr()
1059 if (bd->options & NAND_BBT_NO_OOB) in verify_bbt_descr()
[all …]
A Dkirkwood_nand.c78 nand->options = NAND_COPYBACK | NAND_CACHEPRG | NAND_NO_PADDING; in board_nand_init()
80 nand->options |= NAND_NO_SUBPAGE_WRITE; in board_nand_init()
/u-boot/drivers/video/
A Dvideomodes.h81 unsigned int *depth, unsigned int *freq, const char **options);
86 const char **options);
88 void video_get_option_string(const char *options, const char *name,
91 int video_get_option_int(const char *options, const char *name, int def);
A Dvideomodes.c237 unsigned int *depth, unsigned int *freq, const char **options) in video_get_video_mode() argument
278 *options = p ? p + 1 : NULL; in video_get_video_mode()
297 const char **options) in video_get_ctfb_res_modes() argument
303 *options = NULL; in video_get_ctfb_res_modes()
305 if (!video_get_video_mode(&xres, &yres, &depth, &refresh, options)) in video_get_ctfb_res_modes()
333 void video_get_option_string(const char *options, const char *name, in video_get_option_string() argument
336 const char *p = options; in video_get_option_string()
364 int video_get_option_int(const char *options, const char *name, int def) in video_get_option_int() argument
366 const char *p = options; in video_get_option_int()
/u-boot/drivers/ddr/fsl/
A DMakefile5 obj-$(CONFIG_SYS_FSL_DDR1) += main.o util.o ctrl_regs.o options.o \
7 obj-$(CONFIG_SYS_FSL_DDR2) += main.o util.o ctrl_regs.o options.o \
9 obj-$(CONFIG_SYS_FSL_DDR3) += main.o util.o ctrl_regs.o options.o \
11 obj-$(CONFIG_SYS_FSL_DDR4) += main.o util.o ctrl_regs.o options.o \
/u-boot/include/
A Dandroid_bootloader_message.h217 bool write_bootloader_message(const std::vector<std::string>& options, std::string* err);
221 bool write_bootloader_message_to(const std::vector<std::string>& options,
226 bool update_bootloader_message(const std::vector<std::string>& options, std::string* err);
231 const std::vector<std::string>& options);
250 bool write_bootloader_message(const char* options);
/u-boot/board/synopsys/nsim/
A DKconfig13 string "board arc-specific compiler options"
15 For nSIM we allow to set custom arc-specific compiler options
19 This variable takes space separated compiler options list.
/u-boot/doc/driver-model/
A Dmigration.rst27 switching over to using CONFIG_DM_MMC and other base driver model options in
38 other base driver model options in time for inclusion in the 2019.07 rerelease.
48 other base driver model options in time for inclusion in the 2019.07 rerelease.
84 model options in time for inclusion in the 2019.07 release.
93 driver model options in time for inclusion in the 2019.07 release.
101 other base driver model options in time for inclusion in the 2020.07 release.
109 other base driver model options in time for inclusion in the 2021.10 release.
/u-boot/arch/arm/
A DKconfig.debug21 selecting one of the platform specific options above if
25 options; the platform specific options are deprecated
36 # Compatibility options for 8250
/u-boot/include/fsl-mc/
A Dfsl_dpni.h119 MC_RSP_OP(cmd, 0, 0, 32, int, attr->options);\
165 MC_CMD_OP(cmd, 2, 0, 64, uint64_t, cfg->options);\
173 MC_RSP_OP(cmd, 2, 0, 64, uint64_t, state->options);\
450 uint32_t options; member
645 uint32_t options; member
782 uint16_t options; member
872 uint64_t options; member
897 uint64_t options; member
1050 uint32_t options; member
1094 uint32_t options; member
[all …]
/u-boot/include/linux/mtd/
A Dbbm.h47 int options; member
145 int options; member
/u-boot/test/py/tests/
A Dtest_vboot.py121 def sign_fit(sha_algo, options): argument
133 if options:
134 args += options.split(' ')
138 def sign_fit_norequire(sha_algo, options): argument
150 if options:
151 args += options.split(' ')

Completed in 29 milliseconds

123456789