Home
last modified time | relevance | path

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

/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" : {
102 "uclinux-uclibc" : {
105 "linux-gnueabi" : {
109 "linux-musleabi" : {
113 "linux-gnuspe" : {
[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/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/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/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/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/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/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/
Dopengrok1.0.log1 2025-12-10 03:01:05.333-0600 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler
2 2025-12-10 03:01:05.409-0600 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, -
[all...]
Dopengrok2.0.log1 2025-12-09 03:01:08.224-0600 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler
2 2025-12-09 03:01:08.298-0600 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, -
[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/qemu/pc-bios/
HDu-boot.e500 ... --------------------- ...