Home
last modified time | relevance | path

Searched +full:x86 +full:- +full:openbsd (Results 1 – 22 of 22) sorted by relevance

/openbmc/qemu/docs/about/
H A Dbuild-platforms.rst1 .. _Supported-build-platforms:
25 support for those backports, unless the feature is auto-detectable in a
33 ----------------------------
37 .. list-table::
38 :header-rows: 1
40 * - CPU Architecture
41 - Accelerators
42 * - Arm
43 - hvf (64 bit only), kvm (64 bit only), tcg, xen
44 * - MIPS (64 bit little endian only)
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-core/packagegroups/
H A Dpackagegroup-meta-networking.bb1 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/user/
H A Dmain.rst5 ---------------------------
9 - Linux (referred as qemu-linux-user)
11 - BSD (referred as qemu-bsd-user)
14 --------
21 32/64-bit mismatches between hosts and targets. IOCTLs can be
32 normal and real-time signals.
38 correctly. x86 and Arm use a global lock in order to preserve their
46 -------------------------
53 …qemu-i386 [-h] [-d] [-L path] [-s size] [-cpu model] [-g port] [-B offset] [-R size] program [argu…
55 ``-h``
[all …]
/openbmc/qemu/hw/core/
H A Duboot_image.h1 /* 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/bsd-user/
H A Dsyscall_defs.h4 * 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 Dsource_file_format.txt1 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/linux/block/partitions/
H A Dmsdos.c1 // SPDX-License-Identifier: GPL-2.0
6 * Copyright (C) 1991-1998 Linus Torvalds
9 * in the early extended-partition checks and added DM partitions
16 * More flexible handling of extended partitions - aeb, 950831
20 * Re-organised Feb 1998 Russell King
23 * updated by Marc Espie <Marc.Espie@openbsd.org>
43 return (sector_t)get_unaligned_le32(&p->nr_sects); in nr_sects()
48 return (sector_t)get_unaligned_le32(&p->start_sect); in start_sect()
53 return (p->sys_ind == DOS_EXTENDED_PARTITION || in is_extended_partition()
54 p->sys_ind == WIN98_EXTENDED_PARTITION || in is_extended_partition()
[all …]
/openbmc/qemu/
H A Dmeson.build10 meson.add_postconf_script(find_program('scripts/symlink-install-tree.py'))
23 config_host = keyval.load(meson.current_build_dir() / 'config-host.mak')
30 tmpdir = meson.current_build_dir() / 'meson-private/temp'
47 bsd_oses = ['gnu/kfreebsd', 'freebsd', 'netbsd', 'openbsd', 'dragonfly', 'darwin']
48 supported_oses = ['windows', 'freebsd', 'netbsd', 'openbsd', 'darwin', 'sunos', 'linux']
49 supported_cpus = ['ppc', 'ppc64', 's390x', 'riscv32', 'riscv64', 'x86', 'x86_64',
61 have_linux_user = have_linux_user or target.endswith('linux-user')
62 have_bsd_user = have_bsd_user or target.endswith('bsd-user')
63 have_system = have_system or target.endswith('-softmmu')
107 …dgen.version() + ' is unsupported. You can install a new version with "cargo install bindgen-cli"')
[all …]
H A Dconfigure14 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 DMAINTAINERS10 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>
76 F: docs/devel/code-of-conduct.rst
77 F: docs/devel/conflict-resolution.rst
78 F: docs/devel/submitting-a-patch.rst
79 F: docs/devel/submitting-a-pull-request.rst
82 -------------------------------------------------
[all …]
H A Dqemu-options.hx14 "-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 Dimage.c1 // 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 Dimage.h1 /* 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 Delf.h1 /* 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/qemu/include/
H A Delf.h4 /* 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. */
81 #define EF_MIPS_MACH_SB1 0x008a0000 /* Broadcom SB-1 */
89 #define EF_MIPS_MACH_9000 0x00990000 /* PMC-Sierra RM9000 */
95 #define MIPS_ABI_FP_UNKNOWN (-1) /* Unknown FP ABI (internal) */
[all …]
/openbmc/
Dopengrok1.0.log1 2025-01-14 03:01:54.128-0600 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler
2 2025-01-14 03:01:54.240-0600 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, -
[all...]
Dopengrok2.0.log1 2025-01-13 03:00:36.801-0600 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler
2 2025-01-13 03:00:36.914-0600 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, -
[all...]
/openbmc/linux/drivers/net/wireless/ath/ath5k/
H A Dath5k.h2 * Copyright (c) 2004-2007 Reyk Floeter <reyk@openbsd.org>
3 * Copyright (c) 2006-2007 Nick Kossifidis <mickflemm@gmail.com>
62 #define PCI_DEVICE_ID_ATHEROS_AR5312_REV7 0x0057 /* AR5312 WMAC (AP30-040) */
63 #define PCI_DEVICE_ID_ATHEROS_AR5312_REV8 0x0058 /* AR5312 WMAC (AP43-030) */
70 #define PCI_DEVICE_ID_ATHEROS_AR2413 0x001a /* AR2413 (Griffin-lite) */
72 #define PCI_DEVICE_ID_ATHEROS_AR5424 0x001c /* AR5424 (Condor PCI-E) */
189 #define AR5K_TUNE_NOISE_FLOOR -72
190 #define AR5K_TUNE_CCA_MAX_GOOD_VALUE -95
274 * enum ath5k_version - MAC Chips
286 * enum ath5k_radio - PHY Chips
[all …]
/openbmc/linux/
H A Dopengrok0.0.log1 2024-12-28 20:09:05.996-0600 FINEST t1171 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/linux/drivers/staging/media/av7110/video-continue.rst.gz'
2 2024-12-28 20:09:05.942-0600 FINEST t1149 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/u-boot/arch/sh/config.mk.gz'
3 2024-12-2
[all...]
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-12-28 20:07:11.899-0600 FINER t593 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/tools/testing/selftests/powerpc/tm/tm-signa
[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
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 Dspdx-licenses.json18 "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 …]