Home
last modified time | relevance | path

Searched full:nios2 (Results 1 – 25 of 137) sorted by relevance

123456

/openbmc/linux/arch/nios2/
H A DMakefile13 # Nios2 port by Wind River Systems Inc trough:
40 libs-y += arch/nios2/lib/ $(LIBGCC)
43 nios2-boot := arch/$(ARCH)/boot
46 KBUILD_IMAGE := $(nios2-boot)/vmImage
51 $(Q)$(MAKE) $(build)=$(nios2-boot) $(nios2-boot)/$@
H A DKconfig2 config NIOS2 config
63 source "arch/nios2/platform/Kconfig.platform"
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0009-yes-within-the-path-sets-wrong-config-variables.patch23 sysdeps/nios2/configure | 4 ++--
24 sysdeps/nios2/configure.ac | 4 ++--
32 mode change 100644 => 100755 sysdeps/nios2/configure
142 diff --git a/sysdeps/nios2/configure b/sysdeps/nios2/configure
146 --- a/sysdeps/nios2/configure
147 +++ b/sysdeps/nios2/configure
163 diff --git a/sysdeps/nios2/configure.ac b/sysdeps/nios2/configure.ac
165 --- a/sysdeps/nios2/configure.ac
166 +++ b/sysdeps/nios2/configure.ac
/openbmc/u-boot/arch/nios2/
H A DMakefile3 head-y := arch/nios2/cpu/start.o
5 libs-y += arch/nios2/cpu/
6 libs-y += arch/nios2/lib/
H A DKconfig2 depends on NIOS2
5 default "nios2"
/openbmc/u-boot/doc/
H A DREADME.nios217 arch/nios2/dts/mysystem.dts
33 example at, arch/nios2/dts/10m50_devboard.dts.
72 binary. This is handy for development, eg, using gdb or nios2-download.
91 $ export CROSS_COMPILE=nios2-elf- (or nios2-linux-gnu-)
H A Dgit-mailrc50 alias arch arc, arm, m68k, microblaze, mips, nds32, nios2, powerpc, sandbox, superh, x86
87 alias nios2 nios
/openbmc/openbmc/poky/meta/recipes-core/packagegroups/
H A Dpackagegroup-core-tools-profile.bb12 # sysprof doesn't support aarch64 and nios2
32 SYSTEMTAP:nios2 = ""
47 VALGRIND:nios2 = ""
H A Dpackagegroup-core-tools-testapps.bb12 # kexec-tools doesn't work on e5500-64b, microblaze and nios2 yet
17 KEXECTOOLS:nios2 ?= ""
/openbmc/linux/arch/nios2/kernel/
H A Dirq.c43 .name = "NIOS2-INTC",
66 node = of_find_compatible_node(NULL, NULL, "altr,nios2-1.0"); in init_IRQ()
68 node = of_find_compatible_node(NULL, NULL, "altr,nios2-1.1"); in init_IRQ()
H A Dptrace.c90 * Define the register sets available on Nios2 under Linux
108 .name = "nios2",
/openbmc/u-boot/doc/device-tree-bindings/cpu/
H A Dnios2.txt11 - compatible: Compatible property value should be "altr,nios2-1.0" or
12 "altr,nios2-1.1".
33 compatible = "altr,nios2-1.0";
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-core/images/
H A Dinitramfs-kexecboot-klibc-image.bb10 if d.getVar('TARGET_ARCH') == "nios2":
11 raise bb.parse.SkipRecipe("'nios2' not supported arch")
/openbmc/u-boot/board/altera/nios2/
H A DMAINTAINERS4 F: arch/nios2/dts/3c120_devboard.dts
11 F: arch/nios2/dts/10m50_devboard.dts
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr/
H A D0003-Add-nios2-support.patch4 Subject: [PATCH] Add nios2 support
6 Add support for the nios2 CPU.
81 +#define _PR_SI_ARCHITECTURE "nios2"
/openbmc/openbmc/poky/meta/recipes-kernel/linux/
H A Dlinux-yocto.inc26 DEPENDS:append:nios2 = " libgcc"
27 KERNEL_CC:append:nios2 = " ${TOOLCHAIN_OPTIONS}"
28 KERNEL_LD:append:nios2 = " ${TOOLCHAIN_OPTIONS}"
/openbmc/u-boot/arch/nios2/cpu/
H A Dcpu.c139 { .compatible = "altr,nios2-1.0" },
140 { .compatible = "altr,nios2-1.1" },
153 /* This is a dummy function on nios2 */
H A Du-boot.lds10 OUTPUT_ARCH(nios2)
18 arch/nios2/cpu/start.o (.text)
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0007-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch28 gcc/config/nios2/linux.h | 4 ++--
251 diff --git a/gcc/config/nios2/linux.h b/gcc/config/nios2/linux.h
253 --- a/gcc/config/nios2/linux.h
254 +++ b/gcc/config/nios2/linux.h
259 -#define GLIBC_DYNAMIC_LINKER "/lib/ld-linux-nios2.so.1"
260 +#define GLIBC_DYNAMIC_LINKER SYSTEMLIBS_DIR "ld-linux-nios2.so.1"
263 -#define MUSL_DYNAMIC_LINKER "/lib/ld-musl-nios2.so.1"
264 +#define MUSL_DYNAMIC_LINKER SYSTEMLIBS_DIR "ld-musl-nios2.so.1"
/openbmc/linux/Documentation/devicetree/bindings/nios2/
H A Dnios2.txt11 - compatible: Compatible property value should be "altr,nios2-1.0".
41 compatible = "altr,nios2-1.0";
/openbmc/linux/drivers/net/ethernet/smsc/
H A DKconfig10 ISA || MAC || MIPS || NIOS2 || PCI || \
43 MIPS || NIOS2 || SUPERH || XTENSA || COMPILE_TEST
/openbmc/u-boot/arch/
H A DKconfig47 config NIOS2 config in choice92ce57e50104
236 source "arch/nios2/Kconfig"
/openbmc/linux/scripts/
H A Dheaders_install.sh80 arch/nios2/include/uapi/asm/swab.h:CONFIG_NIOS2_CI_SWAB_NO
81 arch/nios2/include/uapi/asm/swab.h:CONFIG_NIOS2_CI_SWAB_SUPPORT
/openbmc/linux/Documentation/arch/nios2/
H A Dfeatures.rst3 .. kernel-feat:: features nios2
/openbmc/linux/arch/nios2/lib/
H A DMakefile3 # Makefile for Nios2-specific library files.

123456