Searched +full:nios2 +full:- +full:linux +full:- +full:user (Results 1 – 18 of 18) sorted by relevance
4 # SPDX-License-Identifier: MIT13 # 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 …]
4 # SPDX-License-Identifier: GPL-2.0-only35 "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 …]
1 require gcc-configure-common.inc5 # 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 …]
10 --------------------------------------12 ``-hdachs`` (removed in 2.12)15 The geometry defined by ``-hdachs c,h,s,t`` should now be specified via16 ``-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 by28 ``-object filter-dump,id=id,netdev=dev[,file=filename][,maxlen=maxlen]``.[all …]
1 # SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note9 # and implement the less feature-full calls in user space.301 244 nios2 cacheflush sys_cacheflush
1 U-Boot new uImage source file format (bindings definition)8 ---------------10 Evolution of the 2.6 Linux kernel for embedded PowerPC systems introduced new15 replace direct passing of 'struct bd_info' which was used to boot pre-FDT18 However, U-Boot needs to support both techniques to provide backward21 blob. Kernel image, FDT blob and possibly ramdisk image - all must be placed24 Additionally, old uImage format has been extended to support multi sub-images34 --------------------------------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 …]
1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK11 ":ref:`overview-manual/yp-intro:the yocto project layer model`"23 layer-creation tools, see the24 ":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-mylayer47 meta-GUI_xyz48 meta-mymachine52 meta-root_name[all …]
15 additional 'user' IDs can be used by passing BOOTSTAGE_ID_ALLOC25 Enable recording of boot time in SPL. To make this visible to U-Boot27 information when SPL finishes and load it when U-Boot proper starts34 Enable recording of boot time in SPL. To make this visible to U-Boot36 information when TPL finishes and load it when U-Boot proper starts44 This shows how long it took U-Boot to go through each stage of the94 Code in the Linux kernel can find this in /proc/devicetree.129 Enabling this will make a U-Boot binary that is capable of being139 Enabling this will make a U-Boot binary that is capable of being148 Enabling this will make a U-Boot binary that is capable of being[all …]
1 // SPDX-License-Identifier: GPL-2.0+5 * (C) Copyright 2000-200624 #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 …]
1 # SPDX-License-Identifier: GPL-2.0+3 # (C) Copyright 2000 - 20139 This directory contains the source code for U-Boot, a boot loader for15 The development of U-Boot is closely related to Linux: some parts of16 the source code originate in the Linux source tree, we have some18 support booting of Linux images.37 scattered throughout the U-Boot source identifying the people or41 actual U-Boot source tree; however, it can be created dynamically51 U-Boot, you should send a message to the U-Boot mailing list at52 <u-boot@lists.denx.de>. There is also an archive of previous traffic[all …]
1 2025-12-10 03:01:05.333-0600 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler2 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...]
1 2025-12-09 03:01:08.224-0600 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler2 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...]
4 Subject: [PATCH] FF-A v15: arm_ffa: introduce Arm FF-A support6 Add Arm FF-A support implementing Arm Firmware Framework for Armv8-A v1.08 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 comes14 on top of the SMCCC layer. The driver provides the FF-A ABIs needed for15 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_MAP21 which has 64-bit version supported.23 Both 32-bit and 64-bit direct messaging are supported which allows both[all …]
... --------------------- ...