| /openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
| H A D | 0001-Define-more-ioctl-codes-on-riscv32gc-unknown-linux-g.patch | 3 Date: Sun, 6 Apr 2025 08:29:28 -0700 4 Subject: [PATCH] Define more ioctl codes on riscv32gc-unknown-linux-gnu 7 riscv32gc-unknown-linux-gnu. 9 Upstream-Status: Submitted [https://github.com/rust-lang/libc/pull/4382] 11 Signed-off-by: Khem Raj <raj.khem@gmail.com> 12 --- 13 vendor/libc-0.2.158/.cargo-checksum.json | 2 +- 14 .../src/unix/linux_like/linux/arch/generic/mod.rs | 6 +++++- 15 vendor/libc-0.2.167/.cargo-checksum.json | 2 +- 16 .../src/unix/linux_like/linux/arch/generic/mod.rs | 4 +++- [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/flashrom/flashrom/ |
| H A D | 0002-meson-Add-options-pciutils-ftdi-usb.patch | 9 Upstream-Status: Inappropriate Just to fix yocto build system 11 Change-Id: Ib697b9f7cc7fc553cfdeb75ae9d49a367badd286 12 Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> 13 --- 14 meson.build | 6 +++--- 16 2 files changed, 6 insertions(+), 3 deletions(-) 18 diff --git a/meson.build b/meson.build 20 --- a/meson.build 22 @@ -150,9 +150,9 @@ systems_serial = [ 'linux', 'openbsd', 'freebsd', 'dragonfly', 'netbsd', 'da 24 cpus_port_io = [ 'x86', 'x86_64' ] [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-core/packagegroups/ |
| H A D | packagegroup-meta-networking.bb | 1 SUMMARY = "Meta-networking packagegroups" 8 packagegroup-meta-networking \ 9 packagegroup-meta-networking-connectivity \ 10 packagegroup-meta-networking-daemons \ 11 packagegroup-meta-networking-devtools \ 12 packagegroup-meta-networking-extended \ 13 packagegroup-meta-networking-filter \ 14 packagegroup-meta-networking-irc \ 15 packagegroup-meta-networking-kernel \ 16 packagegroup-meta-networking-protocols \ [all …]
|
| /openbmc/qemu/docs/about/ |
| H A D | build-platforms.rst | 1 .. _Supported-build-platforms: 25 support for those backports, unless the feature is auto-detectable in a 33 :ref:`setup-build-env` page. 36 ---------------------------- 40 .. list-table:: 41 :header-rows: 1 43 * - CPU Architecture 44 - Accelerators 45 * - Arm 46 - hvf (64 bit only), kvm (64 bit only), tcg, xen [all …]
|
| /openbmc/qemu/hw/core/ |
| H A D | uboot_image.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 5 * (C) Copyright 2000-2005 8 * NOTE: This header file defines an interface to U-Boot. Including 10 * use of U-Boot, and does *not* fall under the heading of "derived 27 IH_OS_OPENBSD, /* OpenBSD */ 53 IH_OS_OPENSBI, /* RISC-V OpenSBI */ 70 IH_ARCH_I386, /* Intel x86 */ 80 IH_ARCH_NIOS, /* Nios-32 */ 82 IH_ARCH_NIOS2, /* Nios-II */ 87 IH_ARCH_NDS32, /* ANDES Technology - NDS32 */ [all …]
|
| /openbmc/qemu/docs/user/ |
| H A D | main.rst | 1 .. _user-mode: 7 --------------------------- 11 - Linux (referred as qemu-linux-user) 13 - BSD (referred as qemu-bsd-user) 16 -------- 23 System calls are the principle interface between user-space and the 42 normal and real-time signals. 52 supported. QEMU user-mode processes can still be run inside containers 63 .. _linux-user-mode: 66 ------------------------- [all …]
|
| /openbmc/qemu/bsd-user/ |
| H A D | syscall_defs.h | 4 * Copyright (c) 2013-15 Stacey D. Son (sson at FreeBSD) 30 #include "openbsd/syscall_nr.h" 34 * or x86/_types.h 43 * On NetBSD time_t is always defined as an int64_t. On OpenBSD time_t 243 * to cover up to 64 bits on 32-bit machines. We assume that 246 unsigned int:(8 / 2) * (16 - (int)sizeof(struct target_freebsd_timespec)); 247 unsigned int:(8 / 2) * (16 - (int)sizeof(struct target_freebsd_timespec)); 312 * to cover up to 64 bits on 32-bit machines. We assume that 315 unsigned int:(8 / 2) * (16 - (int)sizeof(struct target_freebsd_timespec)); 316 unsigned int:(8 / 2) * (16 - (int)sizeof(struct target_freebsd_timespec)); [all …]
|
| /openbmc/u-boot/doc/uImage.FIT/ |
| H A D | source_file_format.txt | 1 U-Boot new uImage source file format (bindings definition) 8 --------------- 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 46 final form of the uImage at the moment when it reaches U-Boot. User [all …]
|
| /openbmc/qemu/ |
| H A D | meson.build | 15 meson.add_postconf_script(find_program('scripts/symlink-install-tree.py')) 28 config_host = keyval.load(meson.current_build_dir() / 'config-host.mak') 35 tmpdir = meson.current_build_dir() / 'meson-private/temp' 52 bsd_oses = ['gnu/kfreebsd', 'freebsd', 'netbsd', 'openbsd', 'dragonfly', 'darwin'] 53 supported_oses = ['windows', 'freebsd', 'netbsd', 'openbsd', 'darwin', 'sunos', 'linux', 'emscripte… 54 supported_cpus = ['ppc', 'ppc64', 's390x', 'riscv32', 'riscv64', 'x86', 'x86_64', 66 have_linux_user = have_linux_user or target.endswith('linux-user') 67 have_bsd_user = have_bsd_user or target.endswith('bsd-user') 68 have_system = have_system or target.endswith('-softmmu') 113 …dgen.version() + ' is unsupported. You can install a new version with "cargo install bindgen-cli"') [all …]
|
| H A D | configure | 14 source_path=$(cd "$(dirname -- "$0")"; pwd) 16 if test "$PWD" -ef "$source_path" 20 MARKER=build/auto-created-by-configure 22 if test -e build 24 if test -f $MARKER 26 rm -rf build 36 echo "your source directory, or try doing an out-of-tree build." 41 # This file is auto-generated by configure to support in-source tree 46 @$(MAKE) -C build -f Makefile $(MAKECMDGOALS) 48 test -e build/auto-created-by-configure ; \ [all …]
|
| H A D | MAINTAINERS | 10 consult qemu-devel and not any specific individual privately. 23 W: Web-page with status/info 59 ------------------------------ 63 L: qemu-devel@nongnu.org 72 R: Philippe Mathieu-Daudé <philmd@linaro.org> 75 F: docs/devel/build-environment.rst 76 F: docs/devel/code-of-conduct.rst 78 F: docs/devel/conflict-resolution.rst 80 F: docs/devel/submitting-a-patch.rst 81 F: docs/devel/submitting-a-pull-request.rst [all …]
|
| H A D | qemu-options.hx | 14 "-h or -help display this help and exit\n", QEMU_ARCH_ALL) 16 ``-h`` 21 "-version display version information and exit\n", QEMU_ARCH_ALL) 23 ``-version`` 28 "-machine [type=]name[,prop[=value][,...]]\n" 29 " selects emulated machine ('-machine help' for list)\n" 33 " dump-guest-core=on|off include guest memory in a core dump (default=on)\n" 34 " mem-merge=on|off controls memory merge support (default: on)\n" 35 " aes-key-wrap=on|off controls support for AES key wrapping (default=on)\n" 36 " dea-key-wrap=on|off controls support for DEA key wrapping (default=on)\n" [all …]
|
| /openbmc/u-boot/common/ |
| H A D | image.c | 1 // SPDX-License-Identifier: GPL-2.0+ 5 * (C) Copyright 2000-2006 30 #include <u-boot/md5.h> 31 #include <u-boot/sha1.h> 47 #include <u-boot/md5.h> 56 #include <u-boot/crc.h> 66 { IH_ARCH_I386, "x86", "Intel x86", }, 88 { IH_ARCH_RISCV, "riscv", "RISC-V", }, 89 { -1, "", "", }, 94 { IH_OS_ARM_TRUSTED_FIRMWARE, "arm-trusted-firmware", "ARM Trusted Firmware" }, [all …]
|
| /openbmc/u-boot/include/ |
| H A D | image.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 5 * (C) Copyright 2000-2005 8 * NOTE: This header file defines an interface to U-Boot. Including 10 * use of U-Boot, and does *not* fall under the heading of "derived 48 #include <asm/u-boot.h> 152 IH_OS_OPENBSD, /* OpenBSD */ 193 IH_ARCH_I386, /* Intel x86 */ 203 IH_ARCH_NIOS, /* Nios-32 */ 205 IH_ARCH_NIOS2, /* Nios-II */ 210 IH_ARCH_NDS32, /* ANDES Technology - NDS32 */ [all …]
|
| H A D | elf.h | 1 /* SPDX-License-Identifier: BSD-3-Clause */ 15 /* This version doesn't work for 64-bit ABIs - Erik */ 24 /* 64-bit ELF base types */ 57 #define ELFCLASS32 1 /* 32-bit objs */ 58 #define ELFCLASS64 2 /* 64-bit objs */ 63 #define ELFDATA2LSB 1 /* Little-Endian */ 64 #define ELFDATA2MSB 2 /* Big-Endian */ 69 #define ELFOSABI_HPUX 1 /* Hewlett-Packard HP-UX */ 78 #define ELFOSABI_OPENBSD 12 /* OpenBSD */ 79 /* 64-255 Architecture-specific value range */ [all …]
|
| /openbmc/ |
| D | opengrok1.0.log | 1 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...] |
| D | opengrok2.0.log | 1 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/qemu/include/ |
| H A D | elf.h | 4 /* 32-bit ELF base types. */ 11 /* 64-bit ELF base types. */ 47 #define EF_MIPS_ARCH_1 0x00000000 /* -mips1 code. */ 48 #define EF_MIPS_ARCH_2 0x10000000 /* -mips2 code. */ 49 #define EF_MIPS_ARCH_3 0x20000000 /* -mips3 code. */ 50 #define EF_MIPS_ARCH_4 0x30000000 /* -mips4 code. */ 51 #define EF_MIPS_ARCH_5 0x40000000 /* -mips5 code. */ 88 #define EF_MIPS_MACH_SB1 0x008a0000 /* Broadcom SB-1 */ 96 #define EF_MIPS_MACH_9000 0x00990000 /* PMC-Sierra RM9000 */ 102 #define MIPS_ABI_FP_UNKNOWN (-1) /* Unknown FP ABI (internal) */ [all …]
|
| /openbmc/u-boot/ |
| H A D | README | 1 # 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 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 53 on the mailing list - please search the archive before asking FAQ's. 54 Please see http://lists.denx.de/pipermail/u-boot and [all …]
|
| /openbmc/openbmc/poky/meta/files/ |
| H A D | spdx-licenses.json | 18 "detailsUrl": "https://spdx.org/licenses/3D-Slicer-1.0.json", 21 "licenseId": "3D-Slicer-1.0", 23 "reference": "https://spdx.org/licenses/3D-Slicer-1.0.html", 55 "detailsUrl": "https://spdx.org/licenses/AdaCore-doc.json", 58 "licenseId": "AdaCore-doc", 60 "reference": "https://spdx.org/licenses/AdaCore-doc.html", 64 "https://github.com/AdaCore/gnatcoll-core/blob/master/docs/index.rst", 65 "https://github.com/AdaCore/gnatcoll-db/blob/master/docs/index.rst" 69 "detailsUrl": "https://spdx.org/licenses/Adobe-2006.json", 72 "licenseId": "Adobe-2006", [all …]
|