Home
last modified time | relevance | path

Searched +full:nios2 +full:- +full:linux +full:- +full:user (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0007-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch15 Upstream-Status: Inappropriate [OE configuration]
16 Signed-off-by: Khem Raj <raj.khem@gmail.com>
17 ---
18 gcc/config/aarch64/aarch64-linux.h | 4 ++--
19 gcc/config/alpha/linux-elf.h | 4 ++--
20 gcc/config/arm/linux-eabi.h | 6 +++---
21 gcc/config/arm/linux-elf.h | 2 +-
22 gcc/config/i386/linux.h | 4 ++--
23 gcc/config/i386/linux64.h | 12 ++++++------
24 gcc/config/linux.h | 8 ++++----
[all …]
/openbmc/linux/scripts/
H A Dheaders_install.sh2 # SPDX-License-Identifier: GPL-2.0
4 if [ $# -ne 2 ]
8 echo "Prepares kernel header files for use by user space, by removing"
24 trap 'rm -f $OUTFILE $TMPFILE' EXIT
26 # SPDX-License-Identifier with GPL variants must have "WITH Linux-syscall-note"
27 if [ -n "$(sed -n -e "/SPDX-License-Identifier:.*GPL-/{/WITH Linux-syscall-note/!p}" $INFILE)" ]; t…
28 echo "error: $INFILE: missing \"WITH Linux-syscall-note\" for SPDX-License-Identifier" >&2
32 sed -E -e '
35 s@^#include <linux/compiler(|_types).h>@@
36 s/(^|[^a-zA-Z0-9])__packed([^a-zA-Z0-9_]|$)/\1__attribute__((packed))\2/g
[all …]
/openbmc/linux/arch/nios2/kernel/
H A Dptrace.c10 #include <linux/elf.h>
11 #include <linux/errno.h>
12 #include <linux/kernel.h>
13 #include <linux/mm.h>
14 #include <linux/ptrace.h>
15 #include <linux/regset.h>
16 #include <linux/sched.h>
17 #include <linux/sched/task_stack.h>
18 #include <linux/uaccess.h>
19 #include <linux/user.h>
[all …]
H A Dmisaligned.c2 * linux/arch/nios2/kernel/misaligned.c
4 * basic emulation for mis-aligned accesses on the NIOS II cpu
17 #include <linux/errno.h>
18 #include <linux/string.h>
19 #include <linux/proc_fs.h>
20 #include <linux/init.h>
21 #include <linux/sched.h>
22 #include <linux/uaccess.h>
23 #include <linux/seq_file.h>
41 /* see arch/nios2/include/asm/ptrace.h */
[all …]
H A Dentry.S2 * linux/arch/nios2/kernel/entry.S
4 * Copyright (C) 2013-2014 Altera Corporation
9 * Copyright (C) 1999-2002, Greg Ungerer (gerg@snapgear.com)
19 * Linux/m68k support by Hamish Macdonald
24 * linux 2.4 support David McCullough <davidm@snapgear.com>
27 #include <linux/sys.h>
28 #include <linux/linkage.h>
29 #include <asm/asm-offsets.h>
30 #include <asm/asm-macros.h>
40 andhi \reg, sp, %hi(~(THREAD_SIZE-1))
[all …]
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dsiteinfo.bbclass4 # SPDX-License-Identifier: MIT
13 # where 'target' == "<arch>-<os>"
16 # * target: Returns the target name ("<arch>-<os>")
26 …"allarch": "endian-little bit-32", # bogus, but better than special-casing the checks below for al…
27 "aarch64": "endian-little bit-64 arm-common arm-64",
28 "aarch64_be": "endian-big bit-64 arm-common arm-64",
29 "arc": "endian-little bit-32 arc-common",
30 "arceb": "endian-big bit-32 arc-common",
31 "arm": "endian-little bit-32 arm-common arm-32",
32 "armeb": "endian-big bit-32 arm-common arm-32",
[all …]
/openbmc/openbmc/poky/meta/lib/oe/
H A Delf.py4 # SPDX-License-Identifier: GPL-2.0-only
35 "linux" : {
61 "nios2": (113, 0, 0, True, 32),
70 "linux-android" : {
75 "linux-androideabi" : {
78 "linux-musl" : {
101 "uclinux-uclibc" : {
104 "linux-gnueabi" : {
108 "linux-musleabi" : {
112 "linux-gnuspe" : {
[all …]
/openbmc/qemu/docs/about/
H A Dremoved-features.rst10 --------------------------------------
12 ``-hdachs`` (removed in 2.12)
15 The geometry defined by ``-hdachs c,h,s,t`` should now be specified via
16 ``-device ide-hd,drive=dr,cyls=c,heads=h,secs=s,bios-chs-trans=t``
17 (together with ``-drive if=none,id=dr,...``).
19 ``-net channel`` (removed in 2.12)
22 This option has been replaced by ``-net user,guestfwd=...``.
24 ``-net dump`` (removed in 2.12)
27 ``-net dump[,vlan=n][,file=filename][,len=maxlen]`` has been replaced by
28 ``-object filter-dump,id=id,netdev=dev[,file=filename][,maxlen=maxlen]``.
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/
H A Dgcc-runtime.inc1 require gcc-configure-common.inc
5 # Over-ride the LICENSE set by gcc-${PV}.inc to remove "& GPLv3"
6 # All gcc-runtime packages are now covered by the runtime exception.
7 LICENSE = "GPL-3.0-with-GCC-exception"
9 CXXFLAGS:remove = "-fvisibility-inlines-hidden"
12 --with-gxx-include-dir=${includedir}/c++/${BINV} \
13 --with-sysroot=/not/exist \
14 --with-build-sysroot=${STAGING_DIR_TARGET} \
17 EXTRA_OECONF:append:linuxstdbase = " --enable-clocale=gnu"
18 EXTRA_OECONF:append = " --cache-file=${B}/config.cache"
[all …]
/openbmc/qemu/linux-user/riscv/
H A Dsyscall.tbl1 # SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note
9 # and implement the less feature-full calls in user space.
301 244 nios2 cacheflush sys_cacheflush
/openbmc/qemu/linux-user/loongarch64/
H A Dsyscall.tbl1 # SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note
9 # and implement the less feature-full calls in user space.
301 244 nios2 cacheflush sys_cacheflush
/openbmc/qemu/linux-user/hexagon/
H A Dsyscall.tbl1 # SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note
9 # and implement the less feature-full calls in user space.
301 244 nios2 cacheflush sys_cacheflush
/openbmc/qemu/linux-user/openrisc/
H A Dsyscall.tbl1 # SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note
9 # and implement the less feature-full calls in user space.
301 244 nios2 cacheflush sys_cacheflush
/openbmc/qemu/linux-user/aarch64/
H A Dsyscall_64.tbl1 # SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note
9 # and implement the less feature-full calls in user space.
301 244 nios2 cacheflush sys_cacheflush
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dlayers.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
11 ":ref:`overview-manual/yp-intro:the yocto project layer model`"
23 layer-creation tools, see the
24 ":ref:`bsp-guide/bsp:creating a new bsp layer using the \`\`bitbake-layers\`\` script`"
26 …Guide and the ":ref:`dev-manual/layers:creating a general layer using the \`\`bitbake-layers\`\` s…
44 the string "meta-". For example::
46 meta-mylayer
47 meta-GUI_xyz
48 meta-mymachine
52 meta-root_name
[all …]
/openbmc/u-boot/doc/uImage.FIT/
H A Dsource_file_format.txt1 U-Boot new uImage source file format (bindings definition)
8 ---------------
10 Evolution of the 2.6 Linux kernel for embedded PowerPC systems introduced new
15 replace direct passing of 'struct bd_info' which was used to boot pre-FDT
18 However, U-Boot needs to support both techniques to provide backward
21 blob. Kernel image, FDT blob and possibly ramdisk image - all must be placed
24 Additionally, old uImage format has been extended to support multi sub-images
34 --------------------------------
40 (3) increases code reuse as it is already part of the U-Boot source tree.
45 uImage internals. Bindings are defined from U-Boot perspective, i.e. describe
[all …]
/openbmc/u-boot/common/
H A DKconfig15 additional 'user' IDs can be used by passing BOOTSTAGE_ID_ALLOC
25 Enable recording of boot time in SPL. To make this visible to U-Boot
27 information when SPL finishes and load it when U-Boot proper starts
34 Enable recording of boot time in SPL. To make this visible to U-Boot
36 information when TPL finishes and load it when U-Boot proper starts
44 This shows how long it took U-Boot to go through each stage of the
94 Code in the Linux kernel can find this in /proc/devicetree.
129 Enabling this will make a U-Boot binary that is capable of being
139 Enabling this will make a U-Boot binary that is capable of being
148 Enabling this will make a U-Boot binary that is capable of being
[all …]
H A Dimage.c1 // SPDX-License-Identifier: GPL-2.0+
5 * (C) Copyright 2000-2006
24 #include <linux/libfdt.h>
30 #include <u-boot/md5.h>
31 #include <u-boot/sha1.h>
32 #include <linux/errno.h>
47 #include <u-boot/md5.h>
56 #include <u-boot/crc.h>
72 { IH_ARCH_NIOS2, "nios2", "NIOS II", },
88 { IH_ARCH_RISCV, "riscv", "RISC-V", },
[all …]
/openbmc/linux/mm/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
6 # For some reason microblaze and nios2 hard code SWAP=n. Hopefully we can
33 compress them into a dynamically allocated RAM-based memory pool.
62 swapped out again, it will be re-compressed.
190 linux-mm@kvack.org and the zswap maintainers.
208 zsmalloc is a slab-based memory allocator designed to store
223 int "Maximum number of physical pages per-zspage"
256 If you cannot migrate to SLUB, please contact linux-mm@kvack.org
325 sanity-checking than others. This option is most effective with
339 Try running: slabinfo -DA
[all …]
/openbmc/u-boot/
H A DREADME1 # SPDX-License-Identifier: GPL-2.0+
3 # (C) Copyright 2000 - 2013
9 This directory contains the source code for U-Boot, a boot loader for
15 The development of U-Boot is closely related to Linux: some parts of
16 the source code originate in the Linux source tree, we have some
18 support booting of Linux images.
37 scattered throughout the U-Boot source identifying the people or
41 actual U-Boot source tree; however, it can be created dynamically
51 U-Boot, you should send a message to the U-Boot mailing list at
52 <u-boot@lists.denx.de>. There is also an archive of previous traffic
[all …]
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0004-FF-A-v15-arm_ffa-introduce-Arm-FF-A-support.patch4 Subject: [PATCH] FF-A v15: arm_ffa: introduce Arm FF-A support
6 Add Arm FF-A support implementing Arm Firmware Framework for Armv8-A v1.0
8 The Firmware Framework for Arm A-profile processors (FF-A v1.0) [1]
13 This driver uses 64-bit registers as per SMCCCv1.2 spec and comes
14 on top of the SMCCC layer. The driver provides the FF-A ABIs needed for
15 querying the FF-A framework from the secure world.
18 32-bit data of the Xn registers.
20 All supported ABIs come with their 32-bit version except FFA_RXTX_MAP
21 which has 64-bit version supported.
23 Both 32-bit and 64-bit direct messaging are supported which allows both
[all …]
/openbmc/
Dopengrok1.0.log1 2025-02-01 03:00:36.913-0600 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler
2 2025-02-01 03:00:37.033-0600 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, -
[all...]
Dopengrok2.0.log1 2025-01-31 03:00:42.685-0600 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler
2 2025-01-31 03:00:42.799-0600 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, -
[all...]
/openbmc/qemu/pc-bios/
HDu-boot.e500 ... --------------------- ...
/openbmc/linux/
H A Dopengrok1.0.log1 2024-12-28 20:07:11.902-0600 FINER t583 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c'
2 2024-12-28 20:07:11.913-0600 FINEST t583 Statistics.logIt: Added: '/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' (CAnalyzer) (took 116 ms)
3 2024-1
[all...]

12