Searched refs:verbose (Results 1 - 25 of 52) sorted by relevance

123

/u-boot/arch/microblaze/cpu/
H A Drelocate.c19 * @verbose: enable version messages
25 void mb_fix_rela(u32 reloc_addr, u32 verbose, u32 rela_start, argument
36 debug_cond(verbose,
43 debug_cond(verbose, "Relocation address:\t0x%08x\n", reloc_addr);
44 debug_cond(verbose, "Relocation offset:\t0x%08x\n", reloc_off);
45 debug_cond(verbose, "Origin address:\t0x%08x\n", origin_addr);
46 debug_cond(verbose, "Rela start:\t0x%08x\n", rela_start);
47 debug_cond(verbose, "Rela end:\t0x%08x\n", rela_end);
48 debug_cond(verbose, "Dynsym start:\t0x%08x\n", dyn_start);
52 debug_cond(verbose, "Numbe
[all...]
/u-boot/include/
H A Dsata.h12 int sata_rescan(bool verbose);
H A Dcedit.h87 * @verbose: true to print each var as it is set
90 int cedit_write_settings_env(struct expo *exp, bool verbose);
96 * @verbose: true to print each var before it is read
98 int cedit_read_settings_env(struct expo *exp, bool verbose);
108 * @verbose: true to print a summary at the end
111 bool verbose);
120 * @verbose: true to print a summary at the end
123 bool verbose);
/u-boot/doc/sphinx/
H A Dkernellog.py22 def verbose(app, message): function
24 logger.verbose(message)
26 app.verbose(message)
H A Dkfigure.py171 Check available build tools and log some *verbose* messages.
176 kernellog.verbose(app, "kfigure: check installed tools ...")
182 kernellog.verbose(app, "use dot(1) from: " + dot_cmd)
187 kernellog.verbose(app, "use convert(1) from: " + convert_cmd)
223 # in kernel builds, use 'make SPHINXOPTS=-v' to see verbose messages
225 kernellog.verbose(app, 'assert best format for: ' + img_node['uri'])
230 kernellog.verbose(app,
258 kernellog.verbose(app,
272 kernellog.verbose(app,
280 kernellog.verbose(ap
[all...]
/u-boot/tools/gdb/
H A Dgdbcont.c17 int verbose = 0; variable
42 verbose = 1;
53 if (verbose)
66 if (verbose)
H A Dgdbsend.c20 int verbose = 0, docont = 0; variable
61 verbose = 1;
76 if (verbose)
97 if (verbose)
108 if (verbose)
116 if (verbose)
/u-boot/lib/zlib/
H A Dzutil.c28 #ifndef verbose
29 #define verbose 0 macro
31 int z_verbose = verbose;
/u-boot/tools/u_boot_pylib/
H A Dtout.py26 verbose: Verbosity level: 0=silent, 1=progress, 3=full, 4=debug
45 return stdout_is_tty and verbose > 0
50 if verbose > 0 and stdout_is_tty and in_progress:
63 if verbose > 0:
82 if verbose >= level:
162 verbose: Verbosity level (0-4).
165 global verbose, _progress, _color, _stdout, stdout_is_tty
167 verbose = _verbose
/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dmp.h8 int hold_cores_in_reset(int verbose);
/u-boot/tools/patman/
H A Dget_maintainer.py30 def get_maintainer(script_file_name, fname, verbose=False):
55 if verbose:
H A Dcheckpatch.py118 def check_patch_parse(checkpatch_output, verbose=False):
123 verbose: True to print out every line of the checkpatch output as it is
163 if verbose:
190 def check_patch(fname, verbose=False, show_types=False, use_tree=False):
195 verbose: True to print out every line of the checkpatch output as it is
222 return check_patch_parse(output, verbose)
243 def check_patches(verbose, args, use_tree):
251 f = executor.submit(check_patch, fname, verbose, use_tree=use_tree)
H A Dcontrol.py72 def check_patches(series, patch_files, run_checkpatch, verbose, use_tree):
83 verbose (bool): True to print out every line of the checkpatch output as
95 ok = checkpatch.check_patches(verbose, patch_files, use_tree)
177 args.verbose, args.check_patch_use_tree)
/u-boot/drivers/ata/
H A Dsata.c51 int sata_rescan(bool verbose) argument
56 if (verbose)
73 if (verbose)
79 if (verbose)
/u-boot/tools/buildman/
H A Dmain.py29 def run_tests(skip_net_tests, debug, verbose, args):
51 'buildman', debug, verbose, False, args.threads, test_name, [],
80 return run_tests(args.skip_net_tests, args.debug, args.verbose, args)
H A Dtoolchain.py63 def __init__(self, fname, test, verbose=False, priority=PRIORITY_CALC,
70 verbose: True to print out the information
105 if verbose:
289 def Add(self, fname, test=True, verbose=False, priority=PRIORITY_CALC,
302 toolchain = Toolchain(fname, test, verbose, priority, arch,
310 elif verbose:
316 def ScanPath(self, path, verbose):
321 verbose: True to print out progress information
328 if verbose: print(" - looking in '%s'" % dirname)
330 if verbose
[all...]
H A Dbuildman29 def run_tests(skip_net_tests, debug, verbose, args):
51 'buildman', debug, verbose, False, args.threads, test_name, [],
80 return run_tests(args.skip_net_tests, args.debug, args.verbose, args)
H A Dcontrol.py75 board_warnings, step, threads, jobs, verbose):
92 verbose (bool): True to indicate why each board was selected
113 if verbose:
334 list_tool_chains, verbose):
344 verbose (bool): True for verbose output when listing toolchains
360 toolchains.Scan(list_tool_chains and verbose)
369 threads, verbose):
382 verbose (bool): False to suppress output from boards-file generation
407 quiet=not verbose)
[all...]
/u-boot/cmd/
H A Dcedit.c143 bool verbose; local
149 verbose = argc > 1 && !strcmp(argv[1], "-v");
151 ret = cedit_write_settings_env(cur_exp, verbose);
163 bool verbose; local
169 verbose = argc > 1 && !strcmp(argv[1], "-v");
171 ret = cedit_read_settings_env(cur_exp, verbose);
184 bool verbose = false; local
191 verbose = true;
205 if (cedit_write_settings_cmos(cur_exp, dev, verbose)) {
217 bool verbose local
[all...]
H A Dnvedit_efi.c47 * @verbose: if true, dump data
51 static void efi_dump_single_var(u16 *name, const efi_guid_t *guid, bool verbose) argument
93 if (verbose)
134 * @verbose: if true, dump data
140 const efi_guid_t *guid_p, bool verbose)
180 efi_dump_single_var(var_name16, &guid, verbose);
212 bool verbose = true; local
234 verbose = false;
241 return efi_dump_var_all(argc, argv, guid_p, verbose);
384 bool default_guid, verbose, value_on_memor local
139 efi_dump_var_all(int argc, char *const argv[], const efi_guid_t *guid_p, bool verbose) argument
[all...]
/u-boot/include/power/
H A Dregulator.h426 int regulators_enable_boot_on(bool verbose);
435 int regulators_enable_boot_off(bool verbose);
498 * @verbose - (true/false) print each regulator setup info, or be quiet
513 bool verbose);
632 static inline int regulators_enable_boot_on(bool verbose) argument
648 bool verbose)
647 regulator_list_autoset(const char *list_platname[], struct udevice *list_devp[], bool verbose) argument
/u-boot/cmd/x86/
H A Dhob.c100 bool verbose = false; local
107 verbose = true;
153 if (verbose)
/u-boot/boot/
H A Dcedit.c38 * @verbose: true to show writing to environment variables
47 bool verbose; member in struct:cedit_iter_priv
485 if (priv->verbose)
497 if (priv->verbose)
513 if (priv->verbose)
523 int cedit_write_settings_env(struct expo *exp, bool verbose) argument
529 priv.verbose = verbose;
556 if (priv->verbose)
577 if (priv->verbose)
587 cedit_read_settings_env(struct expo *exp, bool verbose) argument
673 cedit_write_settings_cmos(struct expo *exp, struct udevice *dev, bool verbose) argument
774 cedit_read_settings_cmos(struct expo *exp, struct udevice *dev, bool verbose) argument
[all...]
/u-boot/board/xilinx/common/
H A Dfru_ops.c308 static int fru_display_board(struct fru_board_data *brd, int verbose) argument
331 if (verbose) {
343 if (verbose)
384 static void fru_display_common_hdr(struct fru_common_hdr *hdr, int verbose) argument
386 if (!verbose)
422 int fru_display(int verbose) argument
429 fru_display_common_hdr(&fru_data.hdr, verbose);
431 return fru_display_board(&fru_data.brd, verbose);
/u-boot/board/keymile/common/
H A Dcommon.c268 int verbose = argc > 1 && *argv[1] == 'v'; local
318 if (verbose) {
351 if (verbose) {
387 "[v]\n - check environment parameter \"boardIdListHex\" against stored boardid and hwkey from the IVM\n v: verbose output"
401 int verbose = argc > 1 && *argv[1] == 'v'; local
410 if (verbose) {
422 "[v]\n v - verbose output"

Completed in 209 milliseconds

123