| /u-boot/tools/buildman/ |
| A D | control.py | 40 count = (count + options.step - 1) // options.step 48 GetPlural(options.threads), options.jobs, GetPlural(options.jobs)) 76 options)) 167 options.git_dir = os.path.join(options.git, '.git') 194 toolchains.Scan(options.list_tool_chains and options.verbose) 247 has_range = options.branch and '..' in options.branch 355 show_unknown=options.show_unknown, step=options.step, 401 options.show_errors, options.show_sizes, options.show_detail, 402 options.show_bloat, options.list_error_boards, options.show_config, 403 options.show_environment, options.filter_dtb_warnings, [all …]
|
| A D | main.py | 50 options, args = cmdline.ParseArgs() 52 if not options.debug: 56 if cmdline.HAS_TESTS and options.test: 57 RunTests(options.skip_net_tests, options.verbose, args) 61 bsettings.Setup(options.config_file) 62 ret_code = control.DoBuildman(options, args)
|
| A D | buildman | 50 options, args = cmdline.ParseArgs() 52 if not options.debug: 56 if cmdline.HAS_TESTS and options.test: 57 RunTests(options.skip_net_tests, options.verbose, args) 61 bsettings.Setup(options.config_file) 62 ret_code = control.DoBuildman(options, args)
|
| A D | test.py | 451 options = Options() 452 options.git = os.getcwd() 453 options.summary = False 454 options.jobs = None 455 options.dry_run = False 458 options.force_build = False 460 options.count = -1 461 options.git_dir = None 462 options.threads = None 464 options.quick = False [all …]
|
| /u-boot/drivers/crypto/fsl/ |
| A D | desc_constr.h | 88 *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/doc/sphinx/ |
| A D | kerneldoc.py | 78 if 'functions' in self.options: 79 self.options['identifiers'] = self.options.get('functions') 82 if 'export' in self.options: 84 export_file_patterns = str(self.options.get('export')).split() 85 elif 'internal' in self.options: 88 elif 'doc' in self.options: 89 cmd += ['-function', str(self.options.get('doc'))] 90 elif 'identifiers' in self.options: 91 identifiers = self.options.get('identifiers').split() 98 if 'no-identifiers' in self.options: [all …]
|
| 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) 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 D | rstFlatTable.py | 81 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/tools/ |
| A D | microcode-tool | 273 (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 D | microcode-tool.py | 273 (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/drivers/mtd/nand/raw/ |
| A D | nand_bbt.c | 115 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 …]
|
| /u-boot/drivers/video/ |
| A D | videomodes.h | 77 unsigned int *depth, unsigned int *freq, const char **options); 82 const char **options); 84 void video_get_option_string(const char *options, const char *name, 87 int video_get_option_int(const char *options, const char *name, int def);
|
| A D | videomodes.c | 236 unsigned int *depth, unsigned int *freq, const char **options) in video_get_video_mode() argument 277 *options = p ? p + 1 : NULL; in video_get_video_mode() 296 const char **options) in video_get_ctfb_res_modes() argument 302 *options = NULL; in video_get_ctfb_res_modes() 304 if (!video_get_video_mode(&xres, &yres, &depth, &refresh, options)) in video_get_ctfb_res_modes() 332 void video_get_option_string(const char *options, const char *name, in video_get_option_string() argument 335 const char *p = options; in video_get_option_string() 363 int video_get_option_int(const char *options, const char *name, int def) in video_get_option_int() argument 365 const char *p = options; in video_get_option_int()
|
| /u-boot/drivers/ddr/fsl/ |
| A D | Makefile | 5 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 D | android_bootloader_message.h | 217 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 D | Kconfig | 13 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/develop/driver-model/ |
| A D | migration.rst | 27 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 driver model options in time for inclusion in the 2019.07 release. 92 other base driver model options in time for inclusion in the 2020.07 release. 100 other base driver model options in time for inclusion in the 2021.10 release. 106 These are legacy options which have been replaced by driver model. 108 other base driver model options in time for inclusion in the 2022.10 release. 120 other base driver model options in time for inclusion in the 2022.10 release.
|
| /u-boot/test/py/tests/ |
| A D | test_vboot.py | 126 def dtc_options(dts, options): argument 183 def sign_fit(sha_algo, options): argument 195 if options: 196 args += options.split(' ') 212 if options: 213 args += options.split(' ') 229 if options: 230 args += options.split(' ') 583 def sign_fit(sha_algo, options): argument 594 if options: [all …]
|
| /u-boot/scripts/ |
| A D | config | 15 Manipulate options in a .config file from the command line. 17 $myname options command ... 38 options:
|
| /u-boot/arch/arm/dts/ |
| A D | cn9130-db-dev-info.dtsi | 23 options = "0x0", "CPU/DDR = 0x0: 2000/1200 Mhz, PIDI = 0: 1Ghz", 31 description = "Boot mode options"; 35 options = "0xE", "CP0_NAND PIDI BW-8bit, PS-4KB, ECC-4bit\t(supported configuration: B)",
|
| /u-boot/include/fsl-mc/ |
| A D | fsl_dpni.h | 119 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);\ 448 uint32_t options; member 643 uint32_t options; member 780 uint16_t options; member 870 uint64_t options; member 895 uint64_t options; member 1048 uint32_t options; member 1092 uint32_t options; member [all …]
|
| /u-boot/arch/arm/ |
| A D | Kconfig.debug | 21 selecting one of the platform specific options above if 25 options; the platform specific options are deprecated 36 # Compatibility options for 8250
|
| /u-boot/doc/develop/ |
| A D | moveconfig.rst | 3 moveconfig - Migrating and querying CONFIG options 7 config options from headers to Kconfig (defconfig). 89 defconfig. The config options defined in Kconfig appear in the .config 91 On the other hand, the config options defined by board headers are seen 93 of them to decide the appropriate action for the options. If the given 226 options (use '-I help' to see possible options and their meaning). 230 When you have finished adding 'imply' options you can regenerate the 241 Available options 273 Look for moved config options in spl/include/autoconf.mk instead of 275 because SPL related options (mostly prefixed with CONFIG_SPL\_) are [all …]
|
| /u-boot/include/linux/mtd/ |
| A D | bbm.h | 42 int options; member 140 int options; member
|
| /u-boot/board/mntre/imx8mq_reform2/ |
| A D | lpddr4_timing_ch2.h | 90 #error unsupported options 93 #error unsupported options
|