| /rk3399_rockchip-uboot/arch/arm/ |
| H A D | config.mk | 22 PLATFORM_RELFLAGS += $(call cc-option, -msoft-float) \ 23 $(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,)) 26 LLVMS_RELFLAGS := $(call cc-option,-mllvm,) \ 27 $(call cc-option,-target arm-none-eabi,) \ 28 $(call cc-option,-arm-use-movt=0,) 43 $(call cc-option, -mthumb -mthumb-interwork,\ 44 $(call cc-option,-marm,)\ 45 $(call cc-option,-mno-thumb-interwork,)\ 48 PF_CPPFLAGS_ARM := $(call cc-option,-marm,) \ 49 $(call cc-option,-mno-thumb-interwork,) [all …]
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | series.py | 33 self.cc = [] 104 cc_set = set(gitutil.BuildEmailList(self.cc)); 228 cc = [] 230 cc += gitutil.BuildEmailList(commit.tags, 232 cc += gitutil.BuildEmailList(commit.cc_list, 234 if type(add_maintainers) == type(cc): 235 cc += add_maintainers 237 cc += get_maintainer.GetMaintainer(commit.patch) 238 for x in set(cc) & set(settings.bounces): 240 cc = set(cc) - set(settings.bounces) [all …]
|
| H A D | patman.py | 112 for cc in match.group(2).split(', '): 113 cc = cc.strip() variable 114 if cc: 115 print(cc)
|
| H A D | patman | 112 for cc in match.group(2).split(', '): 113 cc = cc.strip() variable 114 if cc: 115 print(cc)
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | Makefile.extrawarn | 26 warning-1 += $(call cc-option, -Wmissing-prototypes) 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) 37 warning-2 += $(call cc-option, -Wlogical-op) 38 warning-2 += $(call cc-option, -Wmissing-field-initializers) 48 warning-3 += $(call cc-option, -Wpacked-bitfield-compat) 49 warning-3 += $(call cc-option, -Wvla)
|
| H A D | Kbuild.include | 72 # cc-cross-prefix 73 # Usage: CROSS_COMPILE := $(call cc-cross-prefix, m68k-linux-gnu- m68k-linux-) 76 cc-cross-prefix = \ 90 # modifed for U-Boot: prevent cc-option from leaving .*.su files 113 # cc-option 114 # Usage: cflags-y += $(call cc-option,-march=winchip-c6,-march=i586) 116 cc-option = $(call try-run,\ 119 # cc-option-yn 120 # Usage: flag := $(call cc-option-yn,-march=winchip-c6) 121 cc-option-yn = $(call try-run,\ [all …]
|
| /rk3399_rockchip-uboot/post/lib_powerpc/ |
| H 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()
|
| /rk3399_rockchip-uboot/scripts/kconfig/lxdialog/ |
| H A D | check-lxdialog.sh | 11 $cc -print-file-name=lib${lib}.${ext} | grep -q / 48 $cc -x c - -o $tmp 2>/dev/null <<'EOF' 72 cc="" 76 cc="$@" 84 cc="$@"
|
| /rk3399_rockchip-uboot/drivers/usb/musb-new/ |
| H 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)
|
| /rk3399_rockchip-uboot/post/lib_powerpc/fpu/ |
| H A D | darwin-ldouble.c | 50 long double __gcc_qadd(double a, double aa, double c, double cc) in __gcc_qadd() argument 58 z = cc + aa + c + a; in __gcc_qadd() 62 zz = aa + cc; in __gcc_qadd() 69 zz = q + c + (a - (q + z)) + aa + cc; in __gcc_qadd()
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.VLAN | 13 01:00:0c:cc:cc:cc MAC address which is a multicast address.
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/ |
| H A D | config.mk | 13 PLATFORM_CPPFLAGS += $(call cc-option,-mspe=yes) \ 14 $(call cc-option,-mno-spe)
|
| /rk3399_rockchip-uboot/arch/powerpc/ |
| H A D | config.mk | 18 PF_CPPFLAGS_POWERPC := $(call cc-option,-fno-ira-hoist-pressure,) 45 $(call cc-version) -lt 0400; then \
|
| /rk3399_rockchip-uboot/tools/patman/test/ |
| H A D | test01.txt | 44 Series-cc: Stefan Brüns <stefan.bruens@rwth-aachen.de> 45 Cover-letter-cc: Lord Mëlchett <clergy@palace.gov> 47 Patch-cc: fred
|
| H A D | 0002-fdt-Correct-cast-for-sandbox-in-fdtdec_setup_memory_.patch | 20 Series-cc: Stefan Brüns <stefan.bruens@rwth-aachen.de> 21 Cover-letter-cc: Lord Mëlchett <clergy@palace.gov> 23 Patch-cc: fred
|
| /rk3399_rockchip-uboot/include/power/power_delivery/ |
| H A D | tcpm.h | 136 int (*set_cc)(struct tcpc_dev *dev, enum typec_cc_status cc); 137 int (*apply_rc)(struct tcpc_dev *dev, enum typec_cc_status cc, 151 enum typec_cc_status cc);
|
| /rk3399_rockchip-uboot/arch/x86/ |
| H A D | config.mk | 12 PF_CPPFLAGS_X86 := $(call cc-option, -fno-toplevel-reorder, \ 13 $(call cc-option, -fno-unit-at-a-time)) 53 CFLAGS_EFI += $(call cc-option, -mno-red-zone)
|
| /rk3399_rockchip-uboot/lib/zlib/ |
| H A D | deflate.h | 320 { uch cc = (c); \ 322 s->l_buf[s->last_lit++] = cc; \ 323 s->dyn_ltree[cc].Freq++; \
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/ |
| H A D | config.mk | 12 PF_NO_UNALIGNED := $(call cc-option, -mno-unaligned-access,)
|
| /rk3399_rockchip-uboot/drivers/power/power_delivery/ |
| H A D | tcpci.c | 111 static int tcpci_set_cc(struct tcpc_dev *tcpc, enum typec_cc_status cc) in tcpci_set_cc() argument 117 switch (cc) { in tcpci_set_cc() 160 enum typec_cc_status cc) in tcpci_start_toggling() argument 171 ret = tcpci->data->start_drp_toggling(tcpci, tcpci->data, cc); in tcpci_start_toggling() 176 switch (cc) { in tcpci_start_toggling() 192 if (cc == TYPEC_CC_RD) in tcpci_start_toggling() 205 static enum typec_cc_status tcpci_to_typec_cc(unsigned int cc, bool sink) in tcpci_to_typec_cc() argument 207 switch (cc) { in tcpci_to_typec_cc()
|
| /rk3399_rockchip-uboot/arch/arm/mach-at91/ |
| H A D | config.mk | 2 PLATFORM_CPPFLAGS += $(call cc-option,-mtune=arm926ejs,)
|
| /rk3399_rockchip-uboot/arch/sh/cpu/sh2/ |
| H A D | config.mk | 15 PLATFORM_CPPFLAGS += $(call cc-option,-mno-fdpic)
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv8/ |
| H A D | config.mk | 9 PF_NO_UNALIGNED := $(call cc-option, -mstrict-align)
|
| /rk3399_rockchip-uboot/board/Synology/ds414/ |
| H A D | MAINTAINERS | 2 M: Phil Sutter <phil@nwl.cc>
|
| /rk3399_rockchip-uboot/board/buffalo/lsxl/ |
| H A D | MAINTAINERS | 2 M: Michael Walle <michael@walle.cc>
|