Home
last modified time | relevance | path

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

123

/rk3399_rockchip-uboot/scripts/
H A DMakefile.extrawarn21 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-1 += $(call cc-disable-warning, missing-field-initializers)
32 warning-2 := -Waggregate-return
[all …]
/rk3399_rockchip-uboot/tools/patman/test/
H A Dtest01.txt7 This gives a warning with some native compilers:
9 cmd/pci.c:152:11: warning: format ‘%llx’ expects argument of type
33 This gives a warning with some native compilers:
35 lib/fdtdec.c:1203:8: warning: format ‘%llx’ expects argument of type
H 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
H A D0002-fdt-Correct-cast-for-sandbox-in-fdtdec_setup_memory_.patch9 This gives a warning with some native compilers:
11 lib/fdtdec.c:1203:8: warning: format ‘%llx’ expects argument of type
/rk3399_rockchip-uboot/doc/device-tree-bindings/exynos/
H A Dtmu.txt10 - samsung,start-warning : Temperature at which TMU starts giving warning (degree celsius)
36 samsung,start-warning = <95>;
/rk3399_rockchip-uboot/tools/patman/
H A Dtout.py56 def Progress(msg, warning=False, trailer='...'): argument
66 col = _color.YELLOW if warning else _color.GREEN
/rk3399_rockchip-uboot/board/sbc8349/
H A Dsbc8349.c87 #warning Currently any ddr size other than 256 is not supported in fixed_sdram()
91 #warning Chip select bounds is only configurable in 16MB increments in fixed_sdram()
/rk3399_rockchip-uboot/board/xilinx/zynq/
H A DMakefile19 $(warning Put custom ps7_init_gpl.c/h to board/xilinx/zynq/custom_hw_platform/))
/rk3399_rockchip-uboot/board/xilinx/zynqmp/
H A DMakefile19 $(warning Put custom psu_init_gpl.c/h to board/xilinx/zynqmp/custom_hw_platform/))
/rk3399_rockchip-uboot/arch/xtensa/lib/
H A Dtime.c32 #warning "Without Xtensa timer option, timing will not be accurate." in delay_cycles()
/rk3399_rockchip-uboot/board/freescale/mpc8349emds/
H A Dmpc8349emds.c99 #warning Currenly any ddr size other than 256 is not supported in fixed_sdram()
117 #warning Chip select bounds is only configurable in 16MB increments in fixed_sdram()
/rk3399_rockchip-uboot/fs/reiserfs/
H A Dmode_string.c28 #warning mode type bitflag value assumption(s) violated! falling back to larger version
/rk3399_rockchip-uboot/test/py/
H A Dmultiplexed_log.css53 .warning {
/rk3399_rockchip-uboot/board/freescale/mpc8313erdb/
H A Dsdram.c62 #warning Chip select bounds is only configurable in 16MB increments in fixed_sdram()
/rk3399_rockchip-uboot/board/freescale/mpc832xemds/
H A Dmpc832xemds.c132 #warning Currenly any ddr size other than 128 is not supported in fixed_sdram()
/rk3399_rockchip-uboot/test/py/tests/
H A Dtest_ums.py100 u_boot_console.log.warning(
H A Dtest_hush_if_test.py106 u_boot_console.log.warning('CONFIG_SYS_MAXARGS too low; need ' +
/rk3399_rockchip-uboot/arch/arm/mach-sunxi/
H A Dcpu_info.c101 #warning Please update cpu_info.c with correct CPU information in print_cpuinfo()
/rk3399_rockchip-uboot/post/drivers/
H A Dmemory.c152 #warning "Injecting data line errors for testing purposes"
156 #warning "Injecting address line errors for testing purposes"
/rk3399_rockchip-uboot/tools/
H A Dgenboardscfg.py171 for warning in warnings:
172 print '%s: %s' % (defconfig, warning)
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf530x/
H A Dcpu_init.c49 #warning "Chip Select 0 are not initialized/used" in init_csm()
/rk3399_rockchip-uboot/include/linux/
H A Dcompiler-gcc.h185 # define __compiletime_warning(message) __attribute__((warning(message)))
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dzconf.l187 printf("%s:%d:warning: multi-line strings not supported\n", zconf_curname(), zconf_lineno());
/rk3399_rockchip-uboot/doc/
H A DREADME.enetaddr36 struct eth_device->enetaddr. If they differ, a warning is printed, and the
39 eth_device->enetaddr, and a warning will be printed.
/rk3399_rockchip-uboot/include/configs/
H A Dsbc8548.h495 #warning undefined environment size/location.

123