Home
last modified time | relevance | path

Searched +full:- +full:- +full:enable +full:- +full:sparse (Results 1 – 25 of 37) sorted by relevance

12

/openbmc/u-boot/cmd/
H A Dmmc.c1 // SPDX-License-Identifier: GPL-2.0+
4 * Kyle Harris, kharris@nexus-tech.net
12 #include <image-sparse.h>
14 static int curr_device = -1;
20 printf("Device: %s\n", mmc->cfg->name); in print_mmcinfo()
21 printf("Manufacturer ID: %x\n", mmc->cid[0] >> 24); in print_mmcinfo()
22 printf("OEM: %x\n", (mmc->cid[0] >> 8) & 0xffff); in print_mmcinfo()
23 printf("Name: %c%c%c%c%c \n", mmc->cid[0] & 0xff, in print_mmcinfo()
24 (mmc->cid[1] >> 24), (mmc->cid[1] >> 16) & 0xff, in print_mmcinfo()
25 (mmc->cid[1] >> 8) & 0xff, mmc->cid[1] & 0xff); in print_mmcinfo()
[all …]
H A DKconfig4 bool "Support U-Boot commands"
7 Enable U-Boot's command-line functions. This provides a means
8 to enter commands into U-Boot for a wide variety of purposes. It
12 substantially to the size of U-Boot.
27 bool "Enable command line editing"
31 Enable editing and History functions for interactive command line
35 bool "Enable auto complete using TAB"
39 Enable auto completion of commands using TAB.
42 bool "Enable long help messages"
71 U-Boot automatic booting process and bring the device
[all …]
/openbmc/openbmc/poky/meta/conf/machine/include/
H A Dqemu.inc1 PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
8 XSERVER ?= "xserver-xorg \
9 …${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'mesa-driver-swrast xserver-xorg-extension-glx',…
10 xf86-video-fbdev \
11 xf86-video-modesetting \
21 RDEPENDS:${KERNEL_PACKAGE_NAME}-base = ""
24 PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto"
27 KERNEL_FEATURES:append:pn-linux-yocto = " features/nfsd/nfsd-enable.scc"
28 KERNEL_FEATURES:append:pn-linux-yocto-rt = " features/nfsd/nfsd-enable.scc"
32 # Use gnu tar so we can handle sparse files in testimage debug archives
/openbmc/qemu/scripts/
H A Dmeson-buildoptions.sh1 # This file is generated by meson-buildoptions.py, do not edit!
3 printf "%s\n" ' --audio-drv-list=CHOICES Set audio driver list [default] (choices: alsa/co'
6 printf "%s\n" ' --bindir=VALUE Executable directory [bin]'
7 printf "%s\n" ' --block-drv-ro-whitelist=VALUE'
8 printf "%s\n" ' set block driver read-only whitelist (by default'
9 printf "%s\n" ' affects only QEMU, not tools like qemu-img)'
10 printf "%s\n" ' --block-drv-rw-whitelist=VALUE'
11 printf "%s\n" ' set block driver read-write whitelist (by default'
12 printf "%s\n" ' affects only QEMU, not tools like qemu-img)'
13 printf "%s\n" ' --datadir=VALUE Data file directory [share]'
[all …]
/openbmc/u-boot/drivers/clk/renesas/
H A Drenesas-cpg-mssr.h1 /* SPDX-License-Identifier: GPL-2.0+ */
5 * Copyright (C) 2017-2018 Marek Vasut <marek.vasut@gmail.com>
38 * - Clock outputs exported to DT
39 * - External input clocks
40 * - Internal CPG clocks
88 /* Convert from sparse base-100 to packed index space */
89 #define MOD_CLK_PACK(x) ((x) - ((x) / 100) * (100 - 32))
113 int renesas_clk_endisable(struct clk *clk, void __iomem *base, bool enable);
/openbmc/qemu/tests/docker/dockerfiles/
H A Ddebian.docker1 # THIS FILE WAS AUTO-GENERATED
3 # $ lcitool dockerfile --layers all debian-12 qemu
5 # https://gitlab.com/libvirt/libvirt-ci
7 FROM docker.io/library/debian:12-slim
10 apt-get update && \
11 apt-get install -y eatmydata && \
12 eatmydata apt-get dist-upgrade -y && \
13 eatmydata apt-get install --no-install-recommends -y \
20 ca-certificates \
26 exuberant-ctags \
[all …]
/openbmc/u-boot/lib/
H A DKconfig4 bool "Enable Software based BCH ECC"
7 This is used by SoC platforms which do not have built-in ELM
13 Enabling this option will pass "-O2" to gcc when compiling
19 bool "Enable Dynamic tables for CRC"
21 Enable this option to calculate entries for CRC tables at runtime.
27 Enable this option if architecture provides io{read,write}{8,16,32}
74 hex "Android sparse image CHUNK_TYPE_FILL buffer size"
86 This option allows you to use the built-in libgcc implementation
87 of U-Boot instead of the one provided by the compiler.
99 bool "Enable tiny printf() version"
[all …]
/openbmc/qemu/
H A Dmeson_options.txt1 # These options do not correspond to a --enable/--disable-* option
3 # scripts/meson-buildoptions.py's SKIP_OPTIONS constant too.
9 option('qemu_firmwarepath', type : 'array', value : ['share/qemu-firmware'],
12 description: 'use specified string as sub-version of the package')
25 …description: 'set block driver read-write whitelist (by default affects only QEMU, not tools like …
27 …description: 'set block driver read-only whitelist (by default affects only QEMU, not tools like q…
28 option('interp_prefix', type : 'string', value : '/usr/gnemul/qemu-%M',
33 description: 'fuzzing engine library for OSS-Fuzz')
40 # Everything else can be set via --enable/--disable-* option
42 # here make sure to run "make update-buildoptions".
[all …]
H A Dmeson.build15 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'
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"')
120 message('To use Rust you can install a new version with "cargo install bindgen-cli"')
128 '--rustc-version', rustc.version(),
129 '--workspace', meson.project_source_root() / 'rust']
[all …]
H A Dqemu-img.c4 * Copyright (c) 2003-2008 Fabrice Bellard
28 #include "qemu/help-texts.h"
29 #include "qemu/qemu-progress.h"
30 #include "qemu-version.h"
32 #include "qapi/qapi-commands-block-core.h"
33 #include "qapi/qapi-visit-block-cor
[all...]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dimagefeatures.py4 # SPDX-License-Identifier: MIT
26 Product: oe-core
31 …features = 'EXTRA_IMAGE_FEATURES = "ssh-server-openssh empty-root-password allow-empty-password al…
33 …features += 'EXTRA_USERS_PARAMS = "useradd -p \'\' {}; usermod -s /bin/sh {};"'.format(self.test_u…
36 # Build a core-image-minimal
37 bitbake('core-image-minimal')
39 with runqemu("core-image-minimal") as qemu:
52 Product: oe-core
57 … features = 'EXTRA_IMAGE_FEATURES = "ssh-server-openssh allow-empty-password allow-root-login"\n'
59 …features += 'EXTRA_USERS_PARAMS = "useradd -p \'\' {}; usermod -s /bin/sh {};"'.format(self.test_u…
[all …]
/openbmc/qemu/docs/tools/
H A Dqemu-img.rst6 --------
8 **qemu-img** [*standard options*] *command* [*command options*]
11 -----------
13 qemu-img allows you to create, convert and modify images offline. It can handle
16 **Warning:** Never use qemu-img to modify images in use by a running virtual
22 -------
24 .. program:: qemu-img
28 .. option:: -h, --help
32 .. option:: -V, --version
36 .. option:: -T, --trace [[enable=]PATTERN][,events=FILE][,file=FILE]
[all …]
/openbmc/qemu/block/
H A Dvmdk.c29 #include "system/block-backend.h"
31 #include "qemu/error-report.h"
45 /* Zeroed-grain enable bit */
57 #define VMDK_ERROR (-1)
59 #define VMDK_UNALLOC (-2)
60 #define VMDK_ZEROED (-3)
243 if (end - p >= strlen("version=X\n")) { in vmdk_probe()
250 if (end - p >= strlen("version=X\r\n")) { in vmdk_probe()
271 BDRVVmdkState *s = bs->opaque; in vmdk_free_extents()
275 for (i = 0; i < s->num_extents; i++) { in vmdk_free_extents()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey/
H A Dvalkey.conf6 # ./valkey-server /path/to/valkey.conf
24 # to customize a few per-server settings. Include files can include
88 protected-mode yes
96 # In high requests-per-second environments you need an high backlog in order
101 tcp-backlog 511
117 # If non-zero, use SO_KEEPALIVE to send TCP ACKs to clients in absence
130 tcp-keepalive 300
139 # supervised no - no supervision interaction
140 # supervised upstart - signal upstart by putting Redis into SIGSTOP mode
141 # supervised systemd - signal systemd by writing READY=1 to $NOTIFY_SOCKET
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/
H A Dredis.conf6 # ./redis-server /path/to/redis.conf
24 # to customize a few per-server settings. Include files can include
88 protected-mode yes
96 # In high requests-per-second environments you need an high backlog in order
101 tcp-backlog 511
117 # If non-zero, use SO_KEEPALIVE to send TCP ACKs to clients in absence
130 tcp-keepalive 300
139 # supervised no - no supervision interaction
140 # supervised upstart - signal upstart by putting Redis into SIGSTOP mode
141 # supervised systemd - signal systemd by writing READY=1 to $NOTIFY_SOCKET
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.8/
H A Dredis.conf6 # ./redis-server /path/to/redis.conf
24 # to customize a few per-server settings. Include files can include
88 protected-mode yes
96 # In high requests-per-second environments you need an high backlog in order
101 tcp-backlog 511
117 # If non-zero, use SO_KEEPALIVE to send TCP ACKs to clients in absence
130 tcp-keepalive 300
139 # supervised no - no supervision interaction
140 # supervised upstart - signal upstart by putting Redis into SIGSTOP mode
141 # supervised systemd - signal systemd by writing READY=1 to $NOTIFY_SOCKET
[all …]
/openbmc/qemu/hw/s390x/
H A Ds390-skeys.c8 * your option) any later version. See the COPYING file in the top-level
15 #include "hw/s390x/s390-virtio-ccw.h"
16 #include "hw/qdev-properties.h"
17 #include "hw/s390x/storage-keys.h"
19 #include "qapi/qapi-commands-machine.h"
21 #include "qemu/error-report.h"
23 #include "system/address-spaces.h"
25 #include "migration/qemu-file-types.h"
65 rc = kc->get_skeys(ks, start_gfn, count, keys); in s390_skeys_get()
78 rc = kc->set_skeys(ks, start_gfn, count, keys); in s390_skeys_set()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libeigen/libeigen/
H A D0002-Remove-LGPL-Code-and-references.patch2 From: =?UTF-8?q?Antonio=20S=C3=A1nchez?= <cantonios@google.com>
6 Upstream-Status: Backport [https://gitlab.com/libeigen/eigen/-/commit/e256ad1823c2eddd6954241ddc99b…
7 ---
8 COPYING.LGPL | 502 ------------------
9 COPYING.README | 16 +-
10 Eigen/src/Core/util/NonMPL2.h | 3 -
11 .../IncompleteCholesky.h | 3 +-
12 bench/tensors/eigen_sycl_bench.sh | 1 -
13 bench/tensors/eigen_sycl_bench_contract.sh | 2 +-
14 doc/PreprocessorDirectives.dox | 3 -
[all …]
/openbmc/u-boot/
H A DMakefile1 # SPDX-License-Identifier: GPL-2.0+
15 # o Do not use make's built-in rules and variables
16 # (this increases performance and avoids hard-to-debug behaviour);
18 MAKEFLAGS += -rR --include-dir=$(CURDIR)
32 # Most importantly: sub-Makefiles should only ever modify files in
35 # unavoidable when linking the built-in.o targets which finally
46 # ---------------------------------------------------------------------------
53 # cmd_cc_o_c = $(CC) $(c_flags) -c -o $@ $<
60 # A simple variant is to prefix commands with $(Q) - that's useful
61 # for commands that shall be hidden in non-verbose mode.
[all …]
H A D.travis.yml1 # SPDX-License-Identifier: GPL-2.0+
4 # build U-Boot on Travis CI - https://travis-ci.org/
14 - ubuntu-toolchain-r-test
15 - llvm-toolchain-trusty-7
17 - cppcheck
18 - sloccount
19 - sparse
20 - bc
21 - build-essential
22 - libsdl1.2-dev
[all …]
/openbmc/qemu/hw/core/
H A Dnuma.c29 #include "exec/cpu-common.h"
31 #include "qemu/error-report.h"
33 #include "qapi/opts-visitor.h"
34 #include "qapi/qapi-visit-machine.h"
37 #include "hw/mem/pc-dimm.h"
39 #include "hw/mem/memory-device.h"
41 #include "qemu/config-file.h"
69 unsigned int max_cpus = ms->smp.max_cpus; in parse_numa_node()
70 NodeInfo *numa_info = ms->numa_state->nodes; in parse_numa_node()
72 if (node->has_nodeid) { in parse_numa_node()
[all …]
/openbmc/qemu/linux-headers/linux/
H A Dvfio.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
37 /* Two-stage IOMMU */
43 * The No-IOMMU IOMMU offers no translation or isolation for devices and
44 * supports no ioctls outside of VFIO_CHECK_EXTENSION. Use of VFIO's No-IOMMU
100 /* -------- IOCTLs for VFIO file descriptor (/dev/vfio/vfio) -------- */
103 * VFIO_GET_API_VERSION - _IO(VFIO_TYPE, VFIO_BASE + 0)
114 * VFIO_CHECK_EXTENSION - _IOW(VFIO_TYPE, VFIO_BASE + 1, __u32)
123 * VFIO_SET_IOMMU - _IOW(VFIO_TYPE, VFIO_BASE + 2, __s32)
130 * Return: 0 on success, -errno on failure
135 /* -------- IOCTLs for GROUP file descriptors (/dev/vfio/$GROUP) -------- */
[all …]
/openbmc/qemu/qapi/
H A Dblock-core.json1 # -*- Mode: Python -*-
21 # @vm-state-size: size of the VM state
23 # @date-sec: UTC date of the snapshot in seconds
25 # @date-nsec: fractional part in nano seconds to be used with date-sec
27 # @vm-clock-sec: VM clock relative to boot in seconds
29 # @vm-clock-nsec: fractional part in nano seconds to be used with
30 # vm-clock-sec
33 # record/replay is enabled. Used for "time-traveling" to match
35 # counter may be obtained through `query-replay` command
41 'data': { 'id': 'str', 'name': 'str', 'vm-state-size': 'int',
[all …]
/openbmc/qemu/hw/vfio/
H A Dpci.c10 * the COPYING file in the top-level directory.
12 * Based on qemu-kvm device-assignment:
18 * Copyright (C) 2008, IBM, Muli Ben-Yehuda (muli@il.ibm.com)
30 #include "hw/qdev-properties.h"
31 #include "hw/qdev-properties-system.h"
32 #include "hw/vfio/vfio-cpr.h"
36 #include "qemu/error-report.h"
37 #include "qemu/main-loo
416 vfio_pci_intx_set_handler(VFIOPCIDevice * vdev,bool enable) vfio_pci_intx_set_handler() argument
462 vfio_pci_msi_set_handler(VFIOPCIDevice * vdev,int nr,bool enable) vfio_pci_msi_set_handler() argument
[all...]
/openbmc/openbmc/poky/scripts/
H A Dcombo-layer3 # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
6 # Authored-by: Yu Ke <ke.yu@intel.com>
10 # SPDX-License-Identifier: GPL-2.0-only
44 branchname = runcmd("git symbolic-ref HEAD 2>/dev/null", repodir).strip()
55 For an example config file, see combo-layer.conf.example
89 if repo == "combo-layer-settings":
101 lcfile = self.conffile.replace('.conf', '-local.conf')
167 …logger.error("ERROR: patchutils package is missing, please install it (e.g. # apt-get install patc…
190 output = err.read().decode('utf-8')
198 combo-layer.
[all …]

12