/u-boot/scripts/ |
A D | Makefile.extrawarn | 26 warning-1 += $(call cc-option, -Wmissing-prototypes) 28 warning-1 += $(call cc-option, -Wmissing-include-dirs) 30 warning-1 += $(call cc-option, -Wunused-const-variable) 31 warning-1 += $(call cc-option, -Wpacked-not-aligned) 32 warning-1 += $(call cc-option, -Wstringop-truncation) 34 warning-1 += $(call cc-disable-warning, sign-compare) 41 warning-2 += $(call cc-option, -Wlogical-op) 43 warning-2 += $(call cc-option, -Wsign-compare) 44 warning-2 += $(call cc-option, -Wmaybe-uninitialized) 45 warning-2 += $(call cc-option, -Wunused-macros) [all …]
|
A D | Kconfig.include | 21 # $(cc-option,<flag>) 23 cc-option = $(success,$(CC) -Werror $(1) -E -x c /dev/null -o /dev/null) 25 # $(cc-define,<macro>) 27 cc-define = $(success,$(CC) -dM -E -x c /dev/null | grep -q '^#define \<$(1)\>')
|
A D | Kbuild.include | 72 # cc-cross-prefix 76 cc-cross-prefix = \ 118 # cc-option 128 # cc-option-yn 133 # cc-disable-warning 138 # cc-name 142 # cc-version 145 # cc-ifversion 147 cc-ifversion = $(shell [ $(cc-version) $(1) $(2) ] && echo $(3) || echo $(4)) 153 # cc-ldoption [all …]
|
/u-boot/arch/arm/ |
A D | config.mk | 26 $(call cc-option,-mgeneral-regs-only) \ 27 $(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,)) 30 LLVM_RELFLAGS := $(call cc-option,-mllvm,) \ 31 $(call cc-option,-mno-movt,) 47 $(call cc-option,-marm,)\ 48 $(call cc-option,-mno-thumb-interwork,)\ 51 PF_CPPFLAGS_ARM := $(call cc-option,-marm,) \ 52 $(call cc-option,-mno-thumb-interwork,) 87 PF_CPPFLAGS_ABI := $(call cc-option,\ 89 $(call cc-option,\ [all …]
|
/u-boot/post/lib_powerpc/ |
A D | b.c | 132 ulong cc, cd; in cpu_post_test_b() local 139 for (cc = 0; cc < 4 && ret == 0; cc++) in cpu_post_test_b() 151 int jumpc = cc >= 2 || in cpu_post_test_b() 152 (cc == 0 && !cond) || in cpu_post_test_b() 153 (cc == 1 && cond); in cpu_post_test_b() 160 (cc << 3) + (cd << 1), 0, jump, decr, link, in cpu_post_test_b()
|
/u-boot/tools/patman/ |
A D | series.py | 37 self.cc = [] 266 cc = [] 272 if type(add_maintainers) == type(cc): 273 cc += add_maintainers 277 all_skips |= set(cc) & set(settings.bounces) 278 cc = list(set(cc) - set(settings.bounces)) 280 cc = cc[:limit] 281 return cc 336 cc = commit.future.result() 337 all_ccs += cc [all …]
|
A D | __main__.py | 171 for cc in match.group(2).split('\0'): 172 cc = cc.strip() variable 173 if cc: 174 print(cc)
|
A D | patman | 171 for cc in match.group(2).split('\0'): 172 cc = cc.strip() variable 173 if cc: 174 print(cc)
|
/u-boot/arch/powerpc/cpu/mpc85xx/ |
A D | config.mk | 13 PLATFORM_CPPFLAGS += $(call cc-option,-mno-spe) \ 14 $(call cc-option,-mspe=no) 17 PLATFORM_CPPFLAGS += $(call cc-option,-mno-altivec) 18 PLATFORM_CPPFLAGS += $(call cc-option,-mno-vsx)
|
/u-boot/lib/rsa/ |
A D | rsa-keyprop.c | 333 uint32_t cc; in br_i32_add() local 336 cc = 0; in br_i32_add() 343 naw = aw + bw + cc; in br_i32_add() 349 cc = (cc & EQ(naw, aw)) | LT(naw, aw); in br_i32_add() 352 return cc; in br_i32_add() 366 uint32_t cc; in br_i32_sub() local 369 cc = 0; in br_i32_sub() 382 cc = (cc & EQ(naw, aw)) | GT(naw, aw); in br_i32_sub() 385 return cc; in br_i32_sub() 468 uint64_t cc; in br_i32_muladd_small() local [all …]
|
/u-boot/drivers/usb/musb-new/ |
A D | Makefile | 18 ccflags-y := $(call cc-option,-Wno-unused-variable) \ 19 $(call cc-option,-Wno-unused-but-set-variable) \ 20 $(call cc-option,-Wno-unused-label)
|
/u-boot/arch/arm/mach-octeontx2/ |
A D | config.mk | 2 PLATFORM_CPPFLAGS += $(call cc-option,-march=armv8.2-a,) 3 PLATFORM_CPPFLAGS += $(call cc-option,-mtune=octeontx2,)
|
/u-boot/post/lib_powerpc/fpu/ |
A D | darwin-ldouble.c | 49 long double __gcc_qadd(double a, double aa, double c, double cc) in __gcc_qadd() argument 57 z = cc + aa + c + a; in __gcc_qadd() 61 zz = aa + cc; in __gcc_qadd() 68 zz = q + c + (a - (q + z)) + aa + cc; in __gcc_qadd()
|
/u-boot/doc/ |
A D | README.VLAN | 13 01:00:0c:cc:cc:cc MAC address which is a multicast address.
|
/u-boot/arch/arm/cpu/armv8/ |
A D | config.mk | 5 PLATFORM_RELFLAGS += $(call cc-option,-mbranch-protection=none) 7 PF_NO_UNALIGNED := $(call cc-option, -mstrict-align)
|
/u-boot/arch/arm/dts/ |
A D | sun8i-h3-libretech-all-h3-cc.dts | 9 #include "sunxi-libretech-all-h3-cc.dtsi" 13 compatible = "libretech,all-h3-cc-h3", "allwinner,sun8i-h3";
|
A D | sun8i-h2-plus-libretech-all-h3-cc.dts | 8 #include "sunxi-libretech-all-h3-cc.dtsi" 12 compatible = "libretech,all-h3-cc-h2-plus", "allwinner,sun8i-h2-plus";
|
A D | rk3328-roc-cc-u-boot.dtsi | 19 product = "roc-rk3328-cc"; 24 product = "roc-rk3328-cc"; 29 product = "roc-rk3328-cc";
|
A D | sun50i-h5-libretech-all-h3-cc.dts | 8 #include <sunxi-libretech-all-h3-cc.dtsi> 12 compatible = "libretech,all-h3-cc-h5", "allwinner,sun50i-h5";
|
/u-boot/arch/powerpc/ |
A D | config.mk | 11 PF_CPPFLAGS_POWERPC := $(call cc-option,-fno-ira-hoist-pressure,) 38 $(call cc-version) -lt 0400; then \
|
/u-boot/tools/ |
A D | rmboard.py | 83 cc = [] 93 cc.append(fields[1]) 130 for name in cc:
|
/u-boot/tools/patman/test/ |
A D | test01.txt | 48 Series-cc: Stefan Brüns <stefan.bruens@rwth-aachen.de> 49 Cover-letter-cc: Lord Mëlchett <clergy@palace.gov> 51 Patch-cc: fred
|
/u-boot/arch/sh/cpu/sh4/ |
A D | config.mk | 9 PLATFORM_CPPFLAGS += $(call cc-option,-m4-nofpu,-m4)
|
/u-boot/arch/x86/ |
A D | config.mk | 7 PF_CPPFLAGS_X86 := $(call cc-option, -fno-toplevel-reorder, \ 8 $(call cc-option, -fno-unit-at-a-time)) 54 CFLAGS_EFI += $(call cc-option, -mno-red-zone)
|
/u-boot/arch/arm/cpu/armv7/ |
A D | config.mk | 10 PF_NO_UNALIGNED := $(call cc-option, -mno-unaligned-access,)
|