Home
last modified time | relevance | path

Searched refs:silent (Results 1 – 21 of 21) sorted by relevance

/u-boot/scripts/kconfig/
A DMakefile22 silent := -s macro
29 $< $(silent) $(Kconfig)
32 $< $(silent) $(Kconfig)
35 $< $(silent) $(Kconfig)
38 $< $(silent) --oldaskconfig $(Kconfig)
41 $< $(silent) $(Kconfig)
57 $< $(silent) --oldconfig $(Kconfig); \
61 $< $(silent) --oldconfig $(Kconfig); \
75 $< $(silent) --$@ $(Kconfig)
94 $< $(silent) --$@=defconfig $(Kconfig)
[all …]
A Dmconf.c281 static int silent; variable
777 if (!silent) in conf_message_callback()
978 if (!silent) in handle_exit()
986 if (!silent) in handle_exit()
1010 silent = 1; in main()
/u-boot/drivers/sound/
A Dsandbox.c26 bool silent; /* Sound is silent, don't use SDL */ member
116 if (!priv->silent) { in sandbox_i2s_tx_data()
141 priv->silent = dev_read_bool(dev, "sandbox,silent"); in sandbox_i2s_probe()
143 if (priv->silent) { in sandbox_i2s_probe()
148 priv->silent = true; in sandbox_i2s_probe()
/u-boot/lib/
A Dgetopt.c22 const char *optstring, bool silent) in __getopt() argument
61 if (!silent) in __getopt()
117 if (!silent) in __getopt()
/u-boot/doc/
A DREADME.silent3 silenced by setting the environment variable "silent".
6 When the "silent" variable is changed with env set, the change
14 The following actions are taken if "silent" is set at boot time:
A DREADME.scrapyard2 while other board support code dies a silent death caused by
/u-boot/drivers/ram/octeon/
A Ddimm_spd_eeprom.c84 int dimm_index, int twsi_addr, int silent) in validate_spd_checksum_ddr4() argument
100 if (!silent) { in validate_spd_checksum_ddr4()
111 int silent, u8 rv) in validate_spd_checksum() argument
124 twsi_addr, silent); in validate_spd_checksum()
127 if (!silent) { in validate_spd_checksum()
/u-boot/include/
A Dgetopt.h49 const char *optstring, bool silent);
/u-boot/arch/x86/dts/
A Dchromebox_panther.dts20 silent-console = <0>;
/u-boot/doc/device-tree-bindings/
A Dconfig.txt10 silent-console
/u-boot/common/
A DKconfig16 Console output is recorded even when the console is silent.
85 bool "Support a silent console"
89 setting the environment variable 'silent' to a non-empty value.
106 bool "Changes to the 'silent' environment variable update immediately"
110 When the 'silent' environment variable is changed, update the
122 (e.g. NAND). This option makes the value of the 'silent'
238 Enable creation of a "nulldev" stdio device. This allows silent
A Dconsole.c89 U_BOOT_ENV_CALLBACK(silent, on_silent);
/u-boot/fs/btrfs/
A Ddisk-io.c314 int verify, int silent, u16 csum_type) in __csum_tree_block_size() argument
326 if (!silent) in __csum_tree_block_size()
/u-boot/tools/
A Dmxsimage.c2205 static int mxsimage_verify_print_header(char *file, int silent) in mxsimage_verify_print_header() argument
2213 ctx.silent_dump = silent; in mxsimage_verify_print_header()
/u-boot/arch/sandbox/dts/
A Dtest.dts719 sandbox,silent; /* Don't emit sounds while testing */
/u-boot/drivers/mmc/
A DKconfig445 This is silent Kconfig symbol that is selected by the drivers that
/u-boot/fs/ubifs/
A Dsuper.c2244 static int ubifs_fill_super(struct super_block *sb, void *data, int silent) in ubifs_fill_super() argument
/u-boot/drivers/video/
A DKconfig887 redirected to the "nulldev", too. This allows for a "silent" boot
/u-boot/
A DREADME3348 made silent. If "no" it will not be made silent. If
3349 unset, then it will be made silent if the U-Boot console
3350 is silent.
/u-boot/tools/binman/
A DREADME645 0: silent
/u-boot/tools/buildman/
A DREADME671 in silent mode. Use -V to force a verbose build (this passes V=1

Completed in 49 milliseconds