Home
last modified time | relevance | path

Searched refs:warning (Results 1 – 25 of 85) sorted by relevance

1234

/u-boot/scripts/
A DMakefile.extrawarn21 warning- := $(empty)
33 warning-1 += $(call cc-disable-warning, missing-field-initializers)
34 warning-1 += $(call cc-disable-warning, sign-compare)
37 warning-2 += -Wcast-align
40 warning-2 += -Wshadow
48 warning-3 += -Wcast-qual
50 warning-3 += -Wpacked
51 warning-3 += -Wpadded
58 warning := $(warning-$(findstring 1, $(KBUILD_ENABLE_EXTRA_GCC_CHECKS)))
59 warning += $(warning-$(findstring 2, $(KBUILD_ENABLE_EXTRA_GCC_CHECKS)))
[all …]
/u-boot/tools/patman/test/
A Dtest01.txt7 This gives a warning with some native compilers:
9 cmd/pci.c:152:11: warning: format ‘%llx’ expects argument of type
36 This gives a warning with some native compilers:
38 lib/fdtdec.c:1203:8: warning: format ‘%llx’ expects argument of type
A D0001-pci-Correct-cast-for-sandbox.patch9 This gives a warning with some native compilers:
11 cmd/pci.c:152:11: warning: format ‘%llx’ expects argument of type
A D0002-fdt-Correct-cast-for-sandbox-in-fdtdec_setup_mem_siz.patch9 This gives a warning with some native compilers:
11 lib/fdtdec.c:1203:8: warning: format ‘%llx’ expects argument of type
/u-boot/tools/u_boot_pylib/
A Dtout.py55 def progress(msg, warning=False, trailer='...'): argument
66 col = _color.YELLOW if warning else _color.GREEN
109 def warning(msg): function
/u-boot/doc/device-tree-bindings/exynos/
A Dtmu.txt10 - samsung,start-warning : Temperature at which TMU starts giving warning (degree celsius)
36 samsung,start-warning = <95>;
/u-boot/include/
A Ddm.h7 #warning "Suspect dm.h is included from a header file - please fix"
/u-boot/arch/riscv/cpu/
A Dcpu.c63 #warning "There is no way to determine the available extensions in S-mode." in supports_extension()
64 #warning "Please convert your board to use the RISC-V CPU driver." in supports_extension()
/u-boot/test/py/
A Dmultiplexed_log.css52 .warning {
72 .status-warning {
/u-boot/arch/arm/mach-k3/
A Dconfig.mk24 $(warning "WARNING: signing key not found. Random key will NOT work on HS hardware!")
38 $(warning "WARNING: Software revision file not found. Default may not work on HS hardware.")
/u-boot/tools/binman/
A Dcontrol.py114 tout.warning('\n%s:' % path)
116 tout.warning(' %s' % line)
449 tout.warning("Skipping entry '%s' from missing file '%s'" %
633 tout.warning("Image '%s' is missing external blobs and is non-functional: %s" %
640 tout.warning(
648 tout.warning(
656 tout.warning(
804 tout.warning(msg)
/u-boot/doc/sphinx/
A Dkernellog.py18 logger.warning(message)
/u-boot/test/py/tests/
A Dtest_mmc_rd.py260 u_boot_console.log.warning(
279 u_boot_console.log.warning('CONFIG_CMD_CRC32 != y: Skipping check')
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')
A Dtest_ums.py99 u_boot_console.log.warning(
/u-boot/doc/
A DMakefile24 …$(warning The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed and in P…
89 …$(warning The '$(PDFLATEX)' command was not found. Make sure you have it installed and in PATH to …
/u-boot/arch/xtensa/lib/
A Dtime.c34 #warning "Without Xtensa timer option, timing will not be accurate." in delay_cycles()
/u-boot/board/xilinx/zynq/
A DMakefile30 $(warning Put custom ps7_init_gpl.c/h to board/xilinx/zynq/custom_hw_platform/))
/u-boot/doc/usage/cmd/
A Dexit.rst27 When executed outside a script a warning is written. Following commands are not
/u-boot/board/xilinx/zynqmp/
A DMakefile30 $(warning Put custom psu_init_gpl.c/h to board/xilinx/zynqmp/custom_hw_platform/))
/u-boot/fs/reiserfs/
A Dmode_string.c27 #warning mode type bitflag value assumption(s) violated! falling back to larger version
/u-boot/scripts/coccinelle/free/
A Difnullfree.cocci4 /// Based on checkpatch warning
/u-boot/include/linux/
A Dcompiler-gcc.h161 #define __diag_GCC_warn warning
/u-boot/tools/patman/
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/post/drivers/
A Dmemory.c153 #warning "Injecting data line errors for testing purposes"
157 #warning "Injecting address line errors for testing purposes"

Completed in 53 milliseconds

1234