Searched refs:warning (Results 1 - 25 of 47) sorted by relevance

12

/u-boot/scripts/
H A DMakefile.extrawarn14 KBUILD_CFLAGS += $(call cc-disable-warning, packed-not-aligned)
21 warning- := $(empty)
23 warning-1 := -Wextra -Wunused -Wno-unused-parameter
24 warning-1 += -Wmissing-declarations
25 warning-1 += -Wmissing-format-attribute
26 warning-1 += $(call cc-option, -Wmissing-prototypes)
27 warning-1 += -Wold-style-definition
28 warning-1 += $(call cc-option, -Wmissing-include-dirs)
29 warning-1 += $(call cc-option, -Wunused-but-set-variable)
30 warning
[all...]
/u-boot/include/
H A Ddm.h7 #warning "Suspect dm.h is included from a header file - please fix"
/u-boot/tools/u_boot_pylib/
H A Dtout.py55 def progress(msg, warning=False, trailer='...'):
60 warning: True if this is a warning."""
66 col = _color.YELLOW if warning else _color.GREEN
109 def warning(msg): function
110 """Display a warning message
/u-boot/doc/sphinx/
H A Dkernellog.py18 logger.warning(message)
H A Dkernel_feat.py91 raise self.warning("docutils: file insertion disabled")
/u-boot/dts/upstream/include/dt-bindings/pinctrl/
H A Dsamsung.h18 #warning "These bindings are deprecated. Instead use the header in the DTS source directory."
/u-boot/arch/riscv/cpu/
H A Dcpu.c91 #warning "There is no way to determine the available extensions in S-mode."
92 #warning "Please convert your board to use the RISC-V CPU driver."
/u-boot/board/xilinx/zynq/
H A DMakefile30 $(warning Put custom ps7_init_gpl.c/h to board/xilinx/zynq/custom_hw_platform/))
41 # Suppress "warning: function declaration isn't a prototype"
/u-boot/arch/xtensa/lib/
H A Dtime.c34 #warning "Without Xtensa timer option, timing will not be accurate."
/u-boot/test/py/tests/
H A Dtest_mmc_rd.py260 u_boot_console.log.warning(
279 u_boot_console.log.warning('CONFIG_CMD_CRC32 != y: Skipping check')
H A Dtest_ums.py99 u_boot_console.log.warning(
H A Dtest_efi_fit.py168 cons.log.warning('CONFIG_CMD_DHCP != y: Skipping DHCP network setup')
190 cons.log.warning('CONFIG_NET != y: Skipping static network setup')
/u-boot/doc/
H A DMakefile24 $(warning The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed and in PATH, or set the SPHINXBUILD make variable to point to the full path of the '$(SPHINXBUILD)' executable.)
89 $(warning The '$(PDFLATEX)' command was not found. Make sure you have it installed and in PATH to produce PDF output.)
/u-boot/include/linux/
H A Dcompiler-gcc.h62 * A trick to suppress uninitialized variable warning without generating any
161 #define __diag_GCC_warn warning
/u-boot/board/xilinx/zynqmp/
H A DMakefile30 $(warning Put custom psu_init_gpl.c/h to board/xilinx/zynqmp/custom_hw_platform/))
47 # Suppress "warning: function declaration isn't a prototype"
53 # To suppress "warning: cast to pointer from integer of different size"
/u-boot/common/
H A Dusb_kbd.c749 printf("%s: warning, ret=%d", __func__, ret);
/u-boot/arch/arm/mach-sunxi/
H A Dcpu_info.c108 #warning Please update cpu_info.c with correct CPU information
/u-boot/tools/binman/
H A Dcontrol.py459 tout.warning("Skipping entry '%s' from missing file '%s'" %
702 tout.warning(
710 tout.warning(
718 tout.warning(
868 tout.warning(msg)
/u-boot/tools/patman/
H A Dstatus.py248 tout.warning('Warning: Patchwork reports %d patches, series has %d' %
260 tout.warning(' (total of %d warnings)' % warn_count)
440 tout.warning(warn)
/u-boot/arch/arm/dts/include/dt-bindings/mux/
H A Dti-serdes.h15 #warning "These bindings are deprecated. Instead, use the header in the DTS source directory."
/u-boot/arch/xtensa/dts/include/dt-bindings/mux/
H A Dti-serdes.h15 #warning "These bindings are deprecated. Instead, use the header in the DTS source directory."
/u-boot/arch/x86/dts/include/dt-bindings/mux/
H A Dti-serdes.h15 #warning "These bindings are deprecated. Instead, use the header in the DTS source directory."
/u-boot/arch/sandbox/dts/include/dt-bindings/mux/
H A Dti-serdes.h15 #warning "These bindings are deprecated. Instead, use the header in the DTS source directory."
/u-boot/arch/nios2/dts/include/dt-bindings/mux/
H A Dti-serdes.h15 #warning "These bindings are deprecated. Instead, use the header in the DTS source directory."
/u-boot/arch/microblaze/dts/include/dt-bindings/mux/
H A Dti-serdes.h15 #warning "These bindings are deprecated. Instead, use the header in the DTS source directory."

Completed in 108 milliseconds

12