Home
last modified time | relevance | path

Searched full:arch (Results 1 – 25 of 2599) sorted by relevance

12345678910>>...104

/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A DFix-building-on-x86_64-with-binutils-2.41.patch7 complain about the ".arch i386" in files assembled with "as --64",
10 Fix by moving ".arch i386" below the relevant ".code32" directive, so
12 by the time that the ".arch i386" directive is encountered.
23 purgatory/arch/i386/entry32-16-debug.S | 2 +-
24 purgatory/arch/i386/entry32-16.S | 2 +-
25 purgatory/arch/i386/entry32.S | 2 +-
26 purgatory/arch/i386/setup-x86.S | 2 +-
29 diff --git a/purgatory/arch/i386/entry32-16-debug.S b/purgatory/arch/i386/entry32-16-debug.S
31 --- a/purgatory/arch/i386/entry32-16-debug.S
32 +++ b/purgatory/arch/i386/entry32-16-debug.S
[all …]
H A D0003-kexec-elf-rel-use-our-elf.h.patch17 kexec/arch/arm/kexec-elf-rel-arm.c | 2 +-
18 kexec/arch/i386/kexec-elf-rel-x86.c | 2 +-
19 kexec/arch/ppc/kexec-elf-rel-ppc.c | 2 +-
20 kexec/arch/ppc64/kexec-elf-rel-ppc64.c | 2 +-
21 kexec/arch/x86_64/kexec-elf-rel-x86_64.c | 2 +-
25 diff --git a/kexec/arch/arm/kexec-elf-rel-arm.c b/kexec/arch/arm/kexec-elf-rel-arm.c
27 --- a/kexec/arch/arm/kexec-elf-rel-arm.c
28 +++ b/kexec/arch/arm/kexec-elf-rel-arm.c
36 diff --git a/kexec/arch/i386/kexec-elf-rel-x86.c b/kexec/arch/i386/kexec-elf-rel-x86.c
38 --- a/kexec/arch/i386/kexec-elf-rel-x86.c
[all …]
H A Dx86_sys_io.patch10 purgatory/arch/i386/pic.c | 2 +-
11 purgatory/arch/i386/vga.c | 2 +-
14 diff --git a/purgatory/arch/i386/pic.c b/purgatory/arch/i386/pic.c
16 --- a/purgatory/arch/i386/pic.c
17 +++ b/purgatory/arch/i386/pic.c
23 +#include "include/arch/io.h"
27 diff --git a/purgatory/arch/i386/vga.c b/purgatory/arch/i386/vga.c
29 --- a/purgatory/arch/i386/vga.c
30 +++ b/purgatory/arch/i386/vga.c
33 +#include "include/arch/io.h"
H A Dpowerpc-purgatory-Makefile-remove-unknown-flags.patch16 purgatory/arch/ppc/Makefile | 2 +-
19 diff --git a/purgatory/arch/ppc/Makefile b/purgatory/arch/ppc/Makefile
21 --- a/purgatory/arch/ppc/Makefile
22 +++ b/purgatory/arch/ppc/Makefile
23 @@ -7,7 +7,7 @@ ppc_PURGATORY_SRCS += purgatory/arch/ppc/misc.S
24 ppc_PURGATORY_SRCS += purgatory/arch/ppc/purgatory-ppc.c
25 ppc_PURGATORY_SRCS += purgatory/arch/ppc/console-ppc.c
30 dist += purgatory/arch/ppc/Makefile $(ppc_PURGATORY_SRCS) \
31 purgatory/arch/ppc/purgatory-ppc.h purgatory/arch/ppc/ppc_asm.h
H A Dkexec-x32.patch12 purgatory/arch/x86_64/Makefile: Not use mcmodel large when
14 kexec/arch/x86_64/kexec-elf-rel-x86_64.c: When x32 ABI is set
25 kexec/arch/x86_64/kexec-elf-rel-x86_64.c | 4 ++++
27 purgatory/arch/x86_64/Makefile | 4 +++-
37 ARCH="$target_cpu"
40 + if test "x$ARCH" = "xx86_64" ; then
50 diff --git a/kexec/arch/x86_64/kexec-elf-rel-x86_64.c b/kexec/arch/x86_64/kexec-elf-rel-x86_64.c
52 --- a/kexec/arch/x86_64/kexec-elf-rel-x86_64.c
53 +++ b/kexec/arch/x86_64/kexec-elf-rel-x86_64.c
83 diff --git a/purgatory/arch/x86_64/Makefile b/purgatory/arch/x86_64/Makefile
[all …]
/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
109 if [ -e arch/powerpc/lib/crtsavres.S ] ||
110 [ -e arch/powerpc/lib/crtsavres.o ]; then
111 cp -a --parents arch/powerpc/lib/crtsavres.[So] $kerneldir/build/
115 if [ "${ARCH}" = "arm64" -o "${ARCH}" = "riscv" ]; then
116 if [ -e arch/${ARCH}/kernel/vdso/vdso.lds ]; then
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/
H A Dqemu-targets.inc1 # possible arch values are:
13 for arch in archs.copy():
14 if "64" in arch:
15 archs.remove(arch)
17 for arch in ['ppcemb', 'lm32']:
18 if arch in archs:
19 softmmuonly += arch + "-softmmu,"
20 archs.remove(arch)
22 for arch in ['armeb', 'alpha', 'ppc64abi32', 'ppc64le', 'sparc32plus', 'aarch64_be']:
23 if arch in archs:
[all …]
/openbmc/u-boot/board/engicam/imx6q/
H A DMAINTAINERS12 F: arch/arm/dts/imx6qdl.dtsi
13 F: arch/arm/dts/imx6qdl-u-boot.dtsi
14 F: arch/arm/dts/imx6qdl-icore.dtsi
15 F: arch/arm/dts/imx6qdl-icore-u-boot.dtsi
16 F: arch/arm/dts/imx6q-icore.dts
17 F: arch/arm/dts/imx6q-icore-u-boot.dtsi
18 F: arch/arm/dts/imx6dl-icore.dts
19 F: arch/arm/dts/imx6dl-icore-u-boot.dtsi
20 F: arch/arm/dts/imx6qdl-icore-rqs.dtsi
21 F: arch/arm/dts/imx6qdl-icore-rqs-u-boot.dtsi
[all …]
/openbmc/u-boot/arch/nios2/lib/
H A Dcache.c17 start &= ~(gd->arch.dcache_line_size - 1); in __flush_dcache()
18 end += (gd->arch.dcache_line_size - 1); in __flush_dcache()
19 end &= ~(gd->arch.dcache_line_size - 1); in __flush_dcache()
21 for (addr = start; addr < end; addr += gd->arch.dcache_line_size) { in __flush_dcache()
33 start &= ~(gd->arch.dcache_line_size - 1); in __flush_dcache_all()
34 end += (gd->arch.dcache_line_size - 1); in __flush_dcache_all()
35 end &= ~(gd->arch.dcache_line_size - 1); in __flush_dcache_all()
37 if (end > start + gd->arch.dcache_size) in __flush_dcache_all()
38 end = start + gd->arch.dcache_size; in __flush_dcache_all()
40 for (addr = start; addr < end; addr += gd->arch.dcache_line_size) { in __flush_dcache_all()
[all …]
/openbmc/u-boot/arch/mips/mach-ath79/include/mach/
H A Dath79.h41 return gd->arch.soc == ATH79_SOC_AR7130 || in soc_is_ar71xx()
42 gd->arch.soc == ATH79_SOC_AR7141 || in soc_is_ar71xx()
43 gd->arch.soc == ATH79_SOC_AR7161; in soc_is_ar71xx()
48 return gd->arch.soc == ATH79_SOC_AR7240 || in soc_is_ar724x()
49 gd->arch.soc == ATH79_SOC_AR7241 || in soc_is_ar724x()
50 gd->arch.soc == ATH79_SOC_AR7242; in soc_is_ar724x()
55 return gd->arch.soc == ATH79_SOC_AR7240; in soc_is_ar7240()
60 return gd->arch.soc == ATH79_SOC_AR7241; in soc_is_ar7241()
65 return gd->arch.soc == ATH79_SOC_AR7242; in soc_is_ar7242()
70 return gd->arch.soc == ATH79_SOC_AR9130 || in soc_is_ar913x()
[all …]
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dmeson-routines.bbclass13 # Map our ARCH values to what Meson expects:
17 arch = d.getVar(var)
18 if arch == 'powerpc':
20 elif arch == 'powerpc64' or arch == 'powerpc64le':
22 elif arch == 'armeb':
24 elif arch == 'aarch64_be':
26 elif arch == 'loongarch64':
28 elif arch == 'mipsel':
30 elif arch == 'mips64el':
32 elif re.match(r"i[3-6]86", arch):
[all …]
/openbmc/u-boot/arch/arm/include/asm/arch-mxs/
H A Dimx-regs.h13 #include <asm/arch/regs-base.h>
15 #include <asm/arch/regs-digctl.h>
18 #include <asm/arch/regs-i2c.h>
19 #include <asm/arch/regs-lradc.h>
20 #include <asm/arch/regs-ocotp.h>
21 #include <asm/arch/regs-pinctrl.h>
22 #include <asm/arch/regs-rtc.h>
23 #include <asm/arch/regs-ssp.h>
24 #include <asm/arch/regs-timrot.h>
25 #include <asm/arch/regs-usb.h>
[all …]
/openbmc/u-boot/arch/arm/
H A DMakefile9 arch-$(CONFIG_CPU_ARM720T) =-march=armv4
10 arch-$(CONFIG_CPU_ARM920T) =-march=armv4t
11 arch-$(CONFIG_CPU_ARM926EJS) =-march=armv5te
12 arch-$(CONFIG_CPU_ARM946ES) =-march=armv5te
13 arch-$(CONFIG_CPU_SA1100) =-march=armv4
14 arch-$(CONFIG_CPU_PXA) =
15 arch-$(CONFIG_CPU_ARM1136) =-march=armv5
16 arch-$(CONFIG_CPU_ARM1176) =-march=armv5t
17 arch-$(CONFIG_CPU_V7A) =$(call cc-option, -march=armv7-a, \
19 arch-$(CONFIG_CPU_V7M) =-march=armv7-m
[all …]
/openbmc/openbmc/meta-yadro/meta-nicole/recipes-bsp/u-boot/files/
H A D0001-Add-system-reset-status-support.patch15 arch/arm/include/asm/arch-aspeed/ast_scu.h | 2 +-
16 arch/arm/include/asm/arch-aspeed/platform.h | 2 +
17 arch/arm/mach-aspeed/Makefile | 1 +
18 arch/arm/mach-aspeed/ast-late-init.c | 114 ++++++++++++++++++++
19 arch/arm/mach-aspeed/ast-scu.c | 6 +-
21 create mode 100644 arch/arm/mach-aspeed/ast-late-init.c
23 diff --git a/arch/arm/include/asm/arch-aspeed/ast_scu.h b/arch/arm/include/asm/arch-aspeed/ast_scu.h
25 --- a/arch/arm/include/asm/arch-aspeed/ast_scu.h
26 +++ b/arch/arm/include/asm/arch-aspeed/ast_scu.h
36 diff --git a/arch/arm/include/asm/arch-aspeed/platform.h b/arch/arm/include/asm/arch-aspeed/platfor…
[all …]
/openbmc/qemu/scripts/
H A Dupdate-syscalltbl.sh2 arch/alpha/kernel/syscalls/syscall.tbl,linux-user/alpha/syscall.tbl \
3 arch/arm/tools/syscall.tbl,linux-user/arm/syscall.tbl \
7 arch/m68k/kernel/syscalls/syscall.tbl,linux-user/m68k/syscall.tbl \
8 arch/microblaze/kernel/syscalls/syscall.tbl,linux-user/microblaze/syscall.tbl \
9 arch/mips/kernel/syscalls/syscall_n32.tbl,linux-user/mips64/syscall_n32.tbl \
10 arch/mips/kernel/syscalls/syscall_n64.tbl,linux-user/mips64/syscall_n64.tbl \
11 arch/mips/kernel/syscalls/syscall_o32.tbl,linux-user/mips/syscall_o32.tbl \
13 arch/parisc/kernel/syscalls/syscall.tbl,linux-user/hppa/syscall.tbl \
14 arch/powerpc/kernel/syscalls/syscall.tbl,linux-user/ppc/syscall.tbl \
16 arch/s390/kernel/syscalls/syscall.tbl,linux-user/s390x/syscall.tbl \
[all …]
/openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-bsp/u-boot/files/
H A D0001-aspeed-Disable-unnecessary-features.patch13 arch/arm/include/asm/arch-aspeed/regs-lpc.h | 29 +++++++++++
14 arch/arm/include/asm/arch-aspeed/regs-scu.h | 8 ++-
15 arch/arm/include/asm/arch-aspeed/regs-sdmc.h | 17 +++++++
19 create mode 100644 arch/arm/include/asm/arch-aspeed/regs-lpc.h
21 diff --git a/arch/arm/include/asm/arch-aspeed/regs-lpc.h b/arch/arm/include/asm/arch-aspeed/regs-lp…
25 +++ b/arch/arm/include/asm/arch-aspeed/regs-lpc.h
27 +/* arch/arm/mach-aspeed/include/mach/regs-sdmc.h
56 diff --git a/arch/arm/include/asm/arch-aspeed/regs-scu.h b/arch/arm/include/asm/arch-aspeed/regs-sc…
58 --- a/arch/arm/include/asm/arch-aspeed/regs-scu.h
59 +++ b/arch/arm/include/asm/arch-aspeed/regs-scu.h
[all …]
/openbmc/u-boot/dts/
H A DMakefile16 DTB := arch/$(ARCH)/dts/$(DEVICE_TREE).dtb
27 $(DTB): arch-dtbs
36 PHONY += arch-dtbs
37 arch-dtbs:
38 $(Q)$(MAKE) $(build)=arch/$(ARCH)/dts dtbs
55 subdir- += ../arch/arm/dts ../arch/microblaze/dts ../arch/mips/dts ../arch/sandbox/dts ../arch/x86/…
/openbmc/u-boot/
H A DMAINTAINERS59 F: arch/arc/
81 F: arch/arm/
87 F: arch/arm/mach-socfpga/
94 F: arch/arm/mach-meson/
95 F: arch/arm/include/asm/arch-meson/
114 F: arch/arm/mach-bcm283x/
127 F: arch/arm/mach-bcmstb/
137 F: arch/arm/dts/armada-3720-turris-mox.dts
148 F: arch/arm/cpu/arm1136/mx*/
149 F: arch/arm/cpu/arm926ejs/mx*/
[all …]
/openbmc/u-boot/scripts/
H A DMakefile.autoconf3 # - symbolic links (arch/$ARCH/include/asm/arch
27 # in arch/$(ARCH)/config.mk
36 -I$(srctree)/arch/$(ARCH)/include \
119 # If arch/$(ARCH)/mach-$(SOC)/include/mach exists,
121 # Otherwise, create a symbolic link to arch/$(ARCH)/include/asm/arch-$(SOC).
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)); \
132 ln -fsn $(KBUILD_SRC)/$$dest include/asm/arch
134 $(Q)if [ -d arch/$(ARCH)/mach-$(SOC)/include/mach ]; then \
[all …]
/openbmc/u-boot/arch/
H A DKconfig178 appropriate arch/<CONFIG_SYS_ARCH> directory.
185 arch/<CONFIG_SYS_ARCH>/cpu/<CONFIG_SYS_CPU> directory.
194 arch/<CONFIG_SYS_ARCH>/cpu/<CONFIG_SYS_CPU>/<CONFIG_SYS_SOC>.
230 source "arch/arc/Kconfig"
231 source "arch/arm/Kconfig"
232 source "arch/m68k/Kconfig"
233 source "arch/microblaze/Kconfig"
234 source "arch/mips/Kconfig"
235 source "arch/nds32/Kconfig"
236 source "arch/nios2/Kconfig"
[all …]
/openbmc/u-boot/arch/nios2/cpu/
H A Dcpu.c35 nios2_callr(gd->arch.reset_addr); in do_reset()
49 void *except_target = (void *)gd->arch.exception_addr; in copy_exception_trampoline()
54 flush_cache(gd->arch.exception_addr, in copy_exception_trampoline()
92 (gd->arch.has_mmu ? (1 << CPU_FEAT_MMU) : 0); in altera_nios2_get_info()
109 gd->arch.dcache_line_size = fdtdec_get_int(blob, node, in altera_nios2_probe()
111 gd->arch.icache_line_size = fdtdec_get_int(blob, node, in altera_nios2_probe()
113 gd->arch.dcache_size = fdtdec_get_int(blob, node, in altera_nios2_probe()
115 gd->arch.icache_size = fdtdec_get_int(blob, node, in altera_nios2_probe()
117 gd->arch.reset_addr = fdtdec_get_int(blob, node, in altera_nios2_probe()
119 gd->arch.exception_addr = fdtdec_get_int(blob, node, in altera_nios2_probe()
[all …]
/openbmc/u-boot/arch/mips/
H A DMakefile3 head-y := arch/mips/cpu/start.o
11 libs-y += arch/mips/cpu/
12 libs-y += arch/mips/lib/
21 machdirs := $(patsubst %,arch/mips/mach-%/,$(machine-y))
27 arch-$(CONFIG_CPU_MIPS32_R1) += -march=mips32 -Wa,-mips32
28 arch-$(CONFIG_CPU_MIPS32_R2) += -march=mips32r2 -Wa,-mips32r2
29 arch-$(CONFIG_CPU_MIPS32_R6) += -march=mips32r6 -Wa,-mips32r6
30 arch-$(CONFIG_CPU_MIPS64_R1) += -march=mips64 -Wa,-mips64
31 arch-$(CONFIG_CPU_MIPS64_R2) += -march=mips64r2 -Wa,-mips64r2
32 arch-$(CONFIG_CPU_MIPS64_R6) += -march=mips64r6 -Wa,-mips64r6
[all …]
/openbmc/u-boot/board/engicam/imx6ul/
H A DMAINTAINERS11 F: arch/arm/dts/imx6ul.dtsi
12 F: arch/arm/dts/imx6ul-u-boot.dtsi
13 F: arch/arm/dts/imx6ul-geam-kit.dts
14 F: arch/arm/dts/imx6ul-geam-kit-u-boot.dtsi
15 F: arch/arm/dts/imx6ul-isiot.dtsi
16 F: arch/arm/dts/imx6ul-isiot-u-boot.dtsi
17 F: arch/arm/dts/imx6ul-isiot-emmc.dts
18 F: arch/arm/dts/imx6ul-isiot-emmc-u-boot.dtsi
19 F: arch/arm/dts/imx6ul-isiot-nand.dts
/openbmc/u-boot/arch/arm/mach-imx/
H A Dspeed.c11 #include <asm/arch/imx-regs.h>
12 #include <asm/arch/clock.h>
23 gd->arch.sdhc_clk = mxc_get_clock(MXC_ESDHC2_CLK); in get_clocks()
25 gd->arch.sdhc_clk = mxc_get_clock(MXC_ESDHC3_CLK); in get_clocks()
27 gd->arch.sdhc_clk = mxc_get_clock(MXC_ESDHC4_CLK); in get_clocks()
29 gd->arch.sdhc_clk = mxc_get_clock(MXC_ESDHC_CLK); in get_clocks()
33 gd->arch.sdhc_clk = mxc_get_clock(MXC_ESDHC2_CLK); in get_clocks()
35 gd->arch.sdhc_clk = mxc_get_clock(MXC_ESDHC3_CLK); in get_clocks()
37 gd->arch.sdhc_clk = mxc_get_clock(MXC_ESDHC4_CLK); in get_clocks()
39 gd->arch.sdhc_clk = mxc_get_clock(MXC_ESDHC_CLK); in get_clocks()
/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dhardware.h11 # include <asm/arch/at91rm9200.h>
14 # include <asm/arch/at91sam9260.h>
16 # include <asm/arch/at91sam9261.h>
18 # include <asm/arch/at91sam9263.h>
20 # include <asm/arch/at91sam9rl.h>
22 # include <asm/arch/at91sam9g45.h>
24 # include <asm/arch/at91sam9x5.h>
26 # include <asm/arch/sama5d2.h>
28 # include <asm/arch/sama5d3.h>
30 # include <asm/arch/sama5d4.h>

12345678910>>...104