Searched +full:x86 +full:- +full:netbsd (Results 1 – 25 of 29) sorted by relevance
12
7 ---------------------------14 .. list-table:: Supported Accelerators15 :header-rows: 117 * - Accelerator18 - Host OS19 - Host Architectures20 * - KVM21 - Linux22 - Arm (64 bit only), MIPS, PPC, RISC-V, s390x, x8623 * - Xen[all …]
1 .. _Supported-build-platforms:25 support for those backports, unless the feature is auto-detectable in a33 ----------------------------37 .. list-table::38 :header-rows: 140 * - CPU Architecture41 - Accelerators42 * - Arm43 - hvf (64 bit only), kvm (64 bit only), tcg, xen44 * - MIPS (64 bit little endian only)[all …]
5 ---------------------------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 be32 normal and real-time signals.38 correctly. x86 and Arm use a global lock in order to preserve their46 -------------------------53 …qemu-i386 [-h] [-d] [-L path] [-s size] [-cpu model] [-g port] [-B offset] [-R size] program [argu…55 ``-h``[all …]
1 /* SPDX-License-Identifier: GPL-2.0-or-later */5 * (C) Copyright 2000-20058 * NOTE: This header file defines an interface to U-Boot. Including10 * use of U-Boot, and does *not* fall under the heading of "derived28 IH_OS_NETBSD, /* NetBSD */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 …]
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */27 (0x10800000 | (((dest_addr-inst_addr)>>2)&0x3fffff))60 #define SP_TRAP_IRQ15 0x1f /* IRQ level 15 Non-maskable */63 #define SP_TRAP_CPDIS 0x24 /* Co-Processor Disabled */65 #define SP_TRAP_CPEXP 0x28 /* Co-Processor Exception */75 #define SP_TRAP_SDIVZ 0x82 /* Software Divide-by-Zero trap */79 #define SP_TRAP_FUNA 0x86 /* Fix Unaligned Access */82 #define SP_TRAP_NETBSD 0x89 /* NetBSD System Call */
7 everything from unit testing and exercising specific sub-systems all9 tests you can run ``make check-help`` from either the source or build17 [./pyvenv/bin/]meson test --suite qemu:softfloat25 -------------------------36 Different sub-types of "make check" tests will be explained below.45 Unit tests, which can be invoked with ``make check-unit``, are simple C tests53 1. Create a new source file. For example, ``tests/unit/foo-test.c``.63 is in ``tests/unit/foo-test.c``, it is enough to add an entry like::67 'foo-test': [],80 make check-unit V=1[all …]
4 * Copyright (c) 2013-15 Stacey D. Son (sson at FreeBSD)29 #include "netbsd/syscall_nr.h"34 * or x86/_types.h43 * On NetBSD time_t is always defined as an int64_t. On OpenBSD time_t243 * to cover up to 64 bits on 32-bit machines. We assume that246 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 that315 unsigned int:(8 / 2) * (16 - (int)sizeof(struct target_freebsd_timespec));316 unsigned int:(8 / 2) * (16 - (int)sizeof(struct target_freebsd_timespec));[all …]
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-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. describe46 final form of the uImage at the moment when it reaches U-Boot. User[all …]
2 Summary: ipmitool - Utility for IPMI control8 Source: %{name}-%{version}.tar.gz9 Buildroot: /var/tmp/ipmitool-root16 This utility can communicate with IPMI-enabled devices through either a19 communications and remote Serial-over-LAN functionality.28 rm -rf $RPM_BUILD_ROOT34 ./configure --with-kerneldir \35 --with-rpm-distro=@DISTRO@ \36 --prefix=%{_prefix} \37 --bindir=%{_bindir} \[all …]
6 AM_INIT_AUTOMAKE([ipmitool], [1.8.15-cvs])35 CFLAGS="$CFLAGS -Wall -Wextra -std=c99 -pedantic -Wformat -Wformat-nonliteral"38 LIBTOOL="$LIBTOOL --silent"45 [LIBS="$LIBS -lsocket -lnsl"], [], [-lsocket])])78 LIBS="$LIBS -R/usr/sfw/lib"79 # disable the linux-specific interfaces88 # disable the linux and solaris-specific interfaces95 # disable the linux and solaris-specific interfaces107 *netbsd*)114 # disable the linux and solaris-specific interfaces on Hurd[all …]
1 version 1.8.15 2014-11-242 * ID: 340 - ipmitool sol session improperly closes on packet retry3 * ID: 277 - support for hostnames longer than 64 chars4 * ID: 313 - ipmitool doesn't support hostname long than 64 symbols5 * ID: 277 - Minor issue with ipmi_intf_session_set_hostname()6 * ID: 247 - 'sensor thresh' help output is wrong7 * ID: 324 - conflicting declaration write_fru_area()8 * ID: 337 - Add support for 13G Dell PowerEdge9 * ID: 325 - DDR4 DIMM Decoding Logic10 * ID: 328 - HPM.2 fixes[all …]
14 source_path=$(cd "$(dirname -- "$0")"; pwd)16 if test "$PWD" -ef "$source_path"20 MARKER=build/auto-created-by-configure22 if test -e build24 if test -f $MARKER26 rm -rf build36 echo "your source directory, or try doing an out-of-tree build."41 # This file is auto-generated by configure to support in-source tree46 @$(MAKE) -C build -f Makefile $(MAKECMDGOALS)48 test -e build/auto-created-by-configure ; \[all …]
10 consult qemu-devel and not any specific individual privately.23 W: Web-page with status/info59 ------------------------------63 L: qemu-devel@nongnu.org72 R: Philippe Mathieu-Daudé <philmd@linaro.org>76 F: docs/devel/code-of-conduct.rst77 F: docs/devel/conflict-resolution.rst78 F: docs/devel/submitting-a-patch.rst79 F: docs/devel/submitting-a-pull-request.rst82 -------------------------------------------------[all …]
10 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 …]
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 of37 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 traffic53 on the mailing list - please search the archive before asking FAQ's.54 Please see http://lists.denx.de/pipermail/u-boot and[all …]
1 // SPDX-License-Identifier: GPL-2.0+5 * (C) Copyright 2000-200630 #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 …]
... --------------------- ...
1 /* SPDX-License-Identifier: GPL-2.0+ */5 * (C) Copyright 2000-20058 * NOTE: This header file defines an interface to U-Boot. Including10 * use of U-Boot, and does *not* fall under the heading of "derived48 #include <asm/u-boot.h>153 IH_OS_NETBSD, /* NetBSD */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 …]
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 */70 #define ELFOSABI_NETBSD 2 /* NetBSD */79 /* 64-255 Architecture-specific value range */[all …]
1 // SPDX-License-Identifier: GPL-2.06 * Copyright (C) 1991-1998 Linus Torvalds9 * in the early extended-partition checks and added DM partitions16 * More flexible handling of extended partitions - aeb, 95083120 * Re-organised Feb 1998 Russell King43 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()55 p->sys_ind == LINUX_EXTENDED_PARTITION); in is_extended_partition()[all …]
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. */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 …]
1 2025-03-13 03:00:39.225-0500 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler2 2025-03-13 03:00:39.341-0500 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, -[all...]
1 2025-03-12 03:00:39.854-0500 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler2 2025-03-12 03:00:39.972-0500 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, -[all...]
1 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...]
1 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...]