Home
last modified time | relevance | path

Searched refs:ARCH (Results 1 – 25 of 156) sorted by relevance

1234567

/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A Dinclude_next.patch9 -$(KEXEC): CPPFLAGS+=-I$(srcdir)/kexec/arch/$(ARCH)/include
10 +$(KEXEC): CPPFLAGS+=-I$(srcdir)/kexec/arch/$(ARCH)/include -I$(shell $(CC) -print-file-name=includ…
12 kexec/fs2dt.o: CPPFLAGS+=$($(ARCH)_FS2DT_INCLUDE)
20 - -Iinclude/ $($(ARCH)_CPPFLAGS)
21 + -Iinclude/ $($(ARCH)_CPPFLAGS) -I$(shell $(CC) -print-file-name=include)
24 ASFLAGS = @ASFLAGS@ $($(ARCH)_ASFLAGS)
H A D0011-purgatory-Makefile-adapt-to-klcc.patch18 $($(ARCH)_PURGATORY_EXTRA_CFLAGS) \
24 @@ -59,8 +59,8 @@ $(PURGATORY): CPPFLAGS=$($(ARCH)_PURGATO
27 $(PURGATORY): LDFLAGS=$($(ARCH)_PURGATORY_EXTRA_CFLAGS)\
H A D0001-force-static-build.patch20 -Iinclude/ $($(ARCH)_CPPFLAGS)
24 ASFLAGS = @ASFLAGS@ $($(ARCH)_ASFLAGS)
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/files/
H A Dfix_header_file.patch5 ARCH is host arch, not target arch
18 -#if ARCH == x86_64
21 -#elif ARCH == ia32
25 #error "Unsupported ARCH."
H A Dconfigure_oe_fixup.patch11 [with_efi_lds="/usr/lib/elf_${ARCH}_efi.lds"])
21 [with_efi_crt0="/usr/lib/crt0-efi-${ARCH}.o"])
/openbmc/u-boot/examples/api/
H A DMakefile8 ifeq ($(ARCH),powerpc)
11 ifeq ($(ARCH),arm)
14 ifeq ($(ARCH),mips)
42 ifeq ($(ARCH),arm)
70 $(addprefix $(obj)/,$(notdir $(EXT_SOBJ-y))): $(obj)/%.o: arch/$(ARCH)/lib/%.S FORCE
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0014-Fix-reproducibility-issues.patch26 - $(patsubst $(com32)/lib/%.c,%.o,$(wildcard $(com32)/lib/$(ARCH)/libgcc/*.c)) \
27 - $(patsubst $(com32)/lib/%.S,%.o,$(wildcard $(com32)/lib/$(ARCH)/libgcc/*.S))
28 + $(sort $(patsubst $(com32)/lib/%.c,%.o,$(wildcard $(com32)/lib/$(ARCH)/libgcc/*.c))) \
29 + $(sort $(patsubst $(com32)/lib/%.S,%.o,$(wildcard $(com32)/lib/$(ARCH)/libgcc/*.S)))
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/libpfm/
H A Dlibpfm4_4.13.0.bb24 EXTRA_OEMAKE:append:powerpc = " ARCH=\"powerpc\""
25 EXTRA_OEMAKE:append:powerpc64 = " ARCH=\"powerpc\" BITMODE=\"64\""
26 EXTRA_OEMAKE:append:powerpc64le = " ARCH=\"powerpc\" BITMODE=\"64\""
27 EXTRA_OEMAKE:append:aarch64 = " ARCH=\"arm64\""
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/debootstrap/debootstrap/
H A D0002-support-to-override-usr-bin-arch-test.patch35 - ret=0; arch-test "$ARCH" || ret=$?
36 + ret=0; ${ARCH_TEST} "$ARCH" || ret=$?
39 - ret=0; arch-test -c "$TARGET" "$ARCH" || ret=$?
41 + ret=0; ${ARCH_TEST} -c "$TARGET" "$ARCH" || ret=$?
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dkernel-uboot.bbclass15 if [ -e arch/${ARCH}/boot/compressed/vmlinux ]; then
16 vmlinux_path="arch/${ARCH}/boot/compressed/vmlinux"
19 elif [ -e arch/${ARCH}/boot/vmlinuz.bin ]; then
21 cp -l arch/${ARCH}/boot/vmlinuz.bin linux.bin
/openbmc/u-boot/
H A DKbuild53 ifneq ($(wildcard $(srctree)/arch/$(ARCH)/lib/asm-offsets.c),)
58 targets += arch/$(ARCH)/lib/asm-offsets.s
63 arch/$(ARCH)/lib/asm-offsets.s: arch/$(ARCH)/lib/asm-offsets.c FORCE
67 $(obj)/$(offsets-file): arch/$(ARCH)/lib/asm-offsets.s FORCE
H A Dconfig.mk24 ARCH := $(CONFIG_SYS_ARCH:"%"=%)
43 CPUDIR=arch/$(ARCH)/cpu$(if $(CPU),/$(CPU),)
45 sinclude $(srctree)/arch/$(ARCH)/config.mk # include architecture dependend rules
/openbmc/u-boot/scripts/
H A DMakefile.autoconf36 -I$(srctree)/arch/$(ARCH)/include \
127 $(Q)if [ -d $(KBUILD_SRC)/arch/$(ARCH)/mach-$(SOC)/include/mach ]; then \
128 dest=arch/$(ARCH)/mach-$(SOC)/include/mach; \
130 dest=arch/$(ARCH)/include/asm/arch-$(if $(SOC),$(SOC),$(CPU)); \
134 $(Q)if [ -d arch/$(ARCH)/mach-$(SOC)/include/mach ]; then \
139 ln -fsn $$dest arch/$(ARCH)/include/asm/arch
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/
H A Dcrash.inc62 aarch64*) ARCH=ARM64 ;;
63 arm*) ARCH=ARM ;;
64 i*86*) ARCH=X86 ;;
65 x86_64*) ARCH=X86_64 ;;
66 powerpc64*) ARCH=PPC64 ;;
67 powerpc*) ARCH=PPC ;;
68 mips*) ARCH=MIPS ;;
71 sed -i s/FORCE_DEFINE_ARCH/"${ARCH}"/g ${S}/configure.c
/openbmc/openbmc/poky/meta/recipes-kernel/linux/
H A Dkernel-devsrc.bb98 if [ -d arch/${ARCH}/scripts ]; then
99 cp -a arch/${ARCH}/scripts $kerneldir/build/arch/${ARCH}
101 if [ -f arch/${ARCH}/*lds ]; then
102 cp -a arch/${ARCH}/*lds $kerneldir/build/arch/${ARCH}
108 if [ "${ARCH}" = "powerpc" ]; then
115 if [ "${ARCH}" = "arm64" -o "${ARCH}" = "riscv" ]; then
116 if [ -e arch/${ARCH}/kernel/vdso/vdso.lds ]; then
117 cp -a --parents arch/${ARCH}/kernel/vdso/vdso.lds $kerneldir/build/
120 if [ "${ARCH}" = "powerpc" ]; then
171 cp -a --parents $(find tools/arch/${ARCH}/ -type f) $kerneldir/build/
[all …]
/openbmc/ipmitool/control/
H A Dpkginfo.in3 ARCH="@ARCH@"
/openbmc/openbmc/poky/meta/recipes-kernel/makedumpfile/makedumpfile/
H A D0001-makedumpfile-replace-hardcode-CFLAGS.patch44 ARCH := $(shell echo ${TARGET} | sed -e s/i.86/x86/ -e s/sun4u/sparc64/ \
56 -CFLAGS += -D__$(ARCH)__ $(CROSS)
57 CFLAGS_ARCH += -D__$(ARCH)__ $(CROSS)
59 -ifeq ($(ARCH), powerpc64)
61 +ifeq ($(ARCH), __powerpc64__)
65 -ifeq ($(ARCH), powerpc32)
67 +ifeq ($(ARCH), __powerpc32__)
/openbmc/openbmc-build-scripts/
H A Drun-qemu-robot-test.sh80 ARCH=$(uname -m)
83 case ${ARCH} in
94 echo "Unsupported system architecture(${ARCH}) found for docker image"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/zabbix/zabbix/
H A D0001-Fix-configure.ac.patch14 @@ -924,7 +924,7 @@ AC_MSG_RESULT([$ARCH ($host_os)])
15 if test "x$ARCH" = "xlinux"; then
/openbmc/openbmc/poky/meta/recipes-core/ifupdown/files/
H A D0001-Makefile-do-not-use-dpkg-for-determining-OS-type.patch19 -ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
20 +ARCH := linux
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/spidev-test/
H A Dspidev-test.bb11 …AKE = "-C ${S}/tools/spi O=${B} CROSS=${TARGET_PREFIX} CC="${CC}" LD="${LD}" AR=${AR} ARCH=${ARCH}"
/openbmc/openbmc-tools/openbmctool/build-scripts/
H A DMakefile15 ARCH=noarch macro
18 NAME=$(PROD)-$(VER)-$(REL).$(ARCH)
62 dpkg-deb -b $(DEBDIR) $(DEBDIR)/DEBIAN/openbmctool-$(VER).$(REL)-$(ARCH).deb
/openbmc/u-boot/arch/arm/mach-keystone/
H A Dconfig.mk18 MKIMAGEFLAGS_u-boot-spl.gph = -A $(ARCH) -T gpimage -C none \
29 MKIMAGEFLAGS_MLO = -A $(ARCH) -T gpimage -C none \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/intel-speed-select/
H A Dintel-speed-select.bb21 …r/x86/intel-speed-select O=${B} CROSS=${TARGET_PREFIX} CC="${CC}" LD="${LD}" AR=${AR} ARCH=${ARCH}"
/openbmc/openbmc/poky/meta/recipes-kernel/kexec/kexec-tools/
H A D0005-Disable-PIE-during-link.patch21 @@ -60,7 +60,7 @@ $(PURGATORY): CPPFLAGS=$($(ARCH)_PURGATORY_EXTRA_CFLAGS) \
24 $(PURGATORY): LDFLAGS=$($(ARCH)_PURGATORY_EXTRA_CFLAGS)\

1234567