Searched refs:warning (Results 1 – 25 of 85) sorted by relevance
1234
| /u-boot/scripts/ |
| A D | Makefile.extrawarn | 21 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 D | test01.txt | 7 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 D | 0001-pci-Correct-cast-for-sandbox.patch | 9 This gives a warning with some native compilers: 11 cmd/pci.c:152:11: warning: format ‘%llx’ expects argument of type
|
| A D | 0002-fdt-Correct-cast-for-sandbox-in-fdtdec_setup_mem_siz.patch | 9 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 D | tout.py | 55 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 D | tmu.txt | 10 - samsung,start-warning : Temperature at which TMU starts giving warning (degree celsius) 36 samsung,start-warning = <95>;
|
| /u-boot/include/ |
| A D | dm.h | 7 #warning "Suspect dm.h is included from a header file - please fix"
|
| /u-boot/arch/riscv/cpu/ |
| A D | cpu.c | 63 #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 D | multiplexed_log.css | 52 .warning { 72 .status-warning {
|
| /u-boot/arch/arm/mach-k3/ |
| A D | config.mk | 24 $(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 D | control.py | 114 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 D | kernellog.py | 18 logger.warning(message)
|
| /u-boot/test/py/tests/ |
| A D | test_mmc_rd.py | 260 u_boot_console.log.warning( 279 u_boot_console.log.warning('CONFIG_CMD_CRC32 != y: Skipping check')
|
| A D | test_efi_fit.py | 168 cons.log.warning('CONFIG_CMD_DHCP != y: Skipping DHCP network setup') 190 cons.log.warning('CONFIG_NET != y: Skipping static network setup')
|
| A D | test_ums.py | 99 u_boot_console.log.warning(
|
| /u-boot/doc/ |
| A D | Makefile | 24 …$(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 D | time.c | 34 #warning "Without Xtensa timer option, timing will not be accurate." in delay_cycles()
|
| /u-boot/board/xilinx/zynq/ |
| A D | Makefile | 30 $(warning Put custom ps7_init_gpl.c/h to board/xilinx/zynq/custom_hw_platform/))
|
| /u-boot/doc/usage/cmd/ |
| A D | exit.rst | 27 When executed outside a script a warning is written. Following commands are not
|
| /u-boot/board/xilinx/zynqmp/ |
| A D | Makefile | 30 $(warning Put custom psu_init_gpl.c/h to board/xilinx/zynqmp/custom_hw_platform/))
|
| /u-boot/fs/reiserfs/ |
| A D | mode_string.c | 27 #warning mode type bitflag value assumption(s) violated! falling back to larger version
|
| /u-boot/scripts/coccinelle/free/ |
| A D | ifnullfree.cocci | 4 /// Based on checkpatch warning
|
| /u-boot/include/linux/ |
| A D | compiler-gcc.h | 161 #define __diag_GCC_warn warning
|
| /u-boot/tools/patman/ |
| A D | status.py | 248 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 D | memory.c | 153 #warning "Injecting data line errors for testing purposes" 157 #warning "Injecting address line errors for testing purposes"
|
Completed in 53 milliseconds
1234