Home
last modified time | relevance | path

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

1234

/u-boot/scripts/
A DMakefile.extrawarn19 warning- := $(empty)
28 warning-1 += $(call cc-disable-warning, missing-field-initializers)
31 warning-2 += -Wcast-align
34 warning-2 += -Wshadow
39 warning-3 += -Wcast-qual
40 warning-3 += -Wconversion
41 warning-3 += -Wpacked
42 warning-3 += -Wpadded
49 warning := $(warning-$(findstring 1, $(KBUILD_ENABLE_EXTRA_GCC_CHECKS)))
50 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/arch/riscv/cpu/
A Dcpu.c54 #warning "There is no way to determine the available extensions in S-mode." in supports_extension()
55 #warning "Please convert your board to use the RISC-V CPU driver." in supports_extension()
/u-boot/include/
A Ddm.h7 #warning "Suspect dm.h is included from a header file - please fix"
/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/test/py/
A Dmultiplexed_log.css52 .warning {
72 .status-warning {
/u-boot/tools/patman/
A Dtout.py55 def Progress(msg, warning=False, trailer='...'): argument
66 col = _color.YELLOW if warning else _color.GREEN
/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')
/u-boot/doc/
A DMakefile24 …$(warning The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed and in P…
80 …$(warning The '$(PDFLATEX)' command was not found. Make sure you have it installed and in PATH to …
/u-boot/board/sbc8349/
A Dsbc8349.c91 #warning Currently any ddr size other than 256 is not supported in fixed_sdram()
95 #warning Chip select bounds is only configurable in 16MB increments in fixed_sdram()
/u-boot/arch/xtensa/lib/
A Dtime.c33 #warning "Without Xtensa timer option, timing will not be accurate." in delay_cycles()
/u-boot/doc/usage/
A Dexit.rst27 When executed outside a script a warning is written. Following commands are not
/u-boot/board/xilinx/zynq/
A DMakefile30 $(warning Put custom ps7_init_gpl.c/h to board/xilinx/zynq/custom_hw_platform/))
/u-boot/board/freescale/mpc8349emds/
A Dmpc8349emds.c103 #warning Currenly any ddr size other than 256 is not supported in fixed_sdram()
121 #warning Chip select bounds is only configurable in 16MB increments in fixed_sdram()
/u-boot/arch/arm/mach-k3/
A Dconfig.mk24 $(warning "WARNING: signing key not found. Random key will NOT work on HS hardware!")
/u-boot/fs/reiserfs/
A Dmode_string.c27 #warning mode type bitflag value assumption(s) violated! falling back to larger version
/u-boot/board/xilinx/zynqmp/
A DMakefile30 $(warning Put custom psu_init_gpl.c/h to board/xilinx/zynqmp/custom_hw_platform/))
/u-boot/include/linux/
A Dcompiler-gcc.h161 #define __diag_GCC_warn warning
/u-boot/scripts/coccinelle/free/
A Difnullfree.cocci4 /// Based on checkpatch warning
/u-boot/board/freescale/mpc832xemds/
A Dmpc832xemds.c135 #warning Currenly any ddr size other than 128 is not supported in fixed_sdram()
/u-boot/board/freescale/mpc8313erdb/
A Dsdram.c64 #warning Chip select bounds is only configurable in 16MB increments in fixed_sdram()

Completed in 20 milliseconds

1234