/openbmc/qemu/include/hw/ppc/ |
H A D | spapr_drc.h | 10 * See the COPYING file in the top-level directory. 19 #include "hw/qdev-core.h" 22 #define TYPE_SPAPR_DR_CONNECTOR "spapr-dr-connector" 31 #define TYPE_SPAPR_DRC_PHYSICAL "spapr-drc-physical" 35 #define TYPE_SPAPR_DRC_LOGICAL "spapr-drc-logical" 37 #define TYPE_SPAPR_DRC_CPU "spapr-drc-cpu" 39 #define TYPE_SPAPR_DRC_PCI "spapr-drc-pci" 41 #define TYPE_SPAPR_DRC_LMB "spapr-drc-lmb" 43 #define TYPE_SPAPR_DRC_PHB "spapr-drc-phb" 45 #define TYPE_SPAPR_DRC_PMEM "spapr-drc-pmem" [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/org/freedesktop/UPower/ |
H A D | Device.interface.yaml | 2 "org.freedesktop.UPower.Device -- Device interface 10 - name: Refresh 13 org.freedesktop.upower.refresh-power-source authorization" 15 - name: GetHistory 20 - name: type 24 - name: timespan 28 - name: resolution 35 - name: data 50 - name: GetStatistics 55 - name: type [all …]
|
/openbmc/ipmitool/include/ipmitool/ |
H A D | ipmi_sel.h | 22 * PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. 173 /* based on PICMG IPMB-0 Link state sensor */ 174 { 0xC3 , 0x02 , 0xff, IPMI_EVENT_CLASS_DISCRETE , "IPMB-L Link State", "IPMB L Disabled" }, 175 { 0xC3 , 0x03 , 0xff, IPMI_EVENT_CLASS_DISCRETE , "IPMB-L Link State", "IPMB L Enabled" }, 230 { 0x01, 0x00, 0xff, IPMI_EVENT_CLASS_THRESHOLD, "Threshold", "Lower Non-critical going low " }, 231 { 0x01, 0x01, 0xff, IPMI_EVENT_CLASS_THRESHOLD, "Threshold", "Lower Non-critical going high" }, 234 { 0x01, 0x04, 0xff, IPMI_EVENT_CLASS_THRESHOLD, "Threshold", "Lower Non-recoverable going low " }, 235 { 0x01, 0x05, 0xff, IPMI_EVENT_CLASS_THRESHOLD, "Threshold", "Lower Non-recoverable going high" }, 236 { 0x01, 0x06, 0xff, IPMI_EVENT_CLASS_THRESHOLD, "Threshold", "Upper Non-critical going low " }, 237 { 0x01, 0x07, 0xff, IPMI_EVENT_CLASS_THRESHOLD, "Threshold", "Upper Non-critical going high" }, [all …]
|
/openbmc/entity-manager/ |
H A D | CONFIG_FORMAT.md | 12 - Configuration files will get replicated and built to support hundreds of 18 - Reactor writers tend to be domain experts on their subsystem, and 28 - Hardware constraints, bugs, and oddities are generally found over time. The 33 - Having separate config files reduces the number of platforms that need to 37 - Having one config file per piece of hardware makes it much easier and clear 39 - Note: This is a "guideline" not a "rule". There are many cases of hardware 42 - Example: SAS modules and cards made by the same company, on the same 44 - Non-Example: Power supplies. While all pmbus power supplies appear 49 3. Configuration files are not a long-term stable ABI. Why? 50 - Configuration files occasionally need to modify their schema in pursuit of [all …]
|
/openbmc/qemu/block/monitor/ |
H A D | block-hmp-cmds.c | 7 * Copyright (c) 2003-2008 Fabrice Bellard 10 * See the COPYING file in the top-level directory. 11 * Contributions after 2012-01-13 are licensed under the terms of the 17 * Copyright (c) 2003-2008 Fabrice Bellard 40 #include "system/block-backend.h" 42 #include "qapi/qapi-commands-block.h" 43 #include "qapi/qapi-commands-block-export.h" 47 #include "qemu/config-file.h" 51 #include "qemu/error-report.h" 58 #include "block/block-hmp-cmds.h" [all …]
|
/openbmc/qemu/include/block/ |
H A D | block_int-common.h | 28 #include "block/block-common.h" 29 #include "block/block-global-state.h" 105 * certain callbacks that refer to data (see block.c) to their bs->file 106 * or bs->backing (whichever one exists) if the driver doesn't implement 108 * -ENOTSUP. 115 * (And this filtered child must then be bs->file or bs->backing.) 120 * If true, filtered child is bs->backing. Otherwise it's bs->file. 121 * Two internal filters use bs->backing as filtered child and has this 123 * filters in tests/unit/test-bdrv-graph-mod.c. 128 * similarly using bs->file as filtered child. [all …]
|
/openbmc/qemu/docs/system/ |
H A D | qemu-block-drivers.rst.inc | 5 any of the tools (like ``qemu-img``). This includes the preferred formats 10 ``qemu-img create`` and ``qemu-img convert`` using the ``-o`` option. 13 .. program:: image-formats 20 space. Use ``qemu-img info`` to know the real size used by the 21 image or ``ls -ls`` on Unix/Linux. 34 .. program:: image-formats 51 zero clusters, which allow efficient copy-on-read for sparse images. 69 use to unlock the LUKS key slot is given by the ``encrypt.key-secret`` 73 If this is set to ``aes``, the image is encrypted with 128-bit AES-CBC. 74 The encryption key is given by the ``encrypt.key-secret`` parameter. [all …]
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | xhci.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 5 * Based on xHCI host controller driver in linux-kernel 29 /* Max number of USB devices for any host controller - limit in section 6.1 */ 31 /* Section 5.3.3 - MaxPorts */ 42 * connect status, over-current status, port speed, and device removable. 43 * connect status and port speed are also sticky - meaning they're in 44 * the AUX well and they aren't changed by a hot, warm, or cold reset. 64 * over-current, reset, link state, and L1 change 91 /* bits 7:0 - how long is the Capabilities register */ 96 /* HCSPARAMS1 - hcs_params1 - bitmasks */ [all …]
|
/openbmc/qemu/hw/scsi/ |
H A D | scsi-bus.c | 3 #include "qemu/error-report.h" 6 #include "qemu/hw-version.h" 7 #include "hw/qdev-properties.h" 9 #include "migration/qemu-file-types.h" 12 #include "system/block-backend.h" 36 QTAILQ_FOREACH_RCU(kid, &bus->qbus.children, sibling) { in do_scsi_device_find() 37 DeviceState *qdev = kid->child; in do_scsi_device_find() 40 if (dev->channel == channel && dev->id == id) { in do_scsi_device_find() 41 if (dev->lun == lun) { in do_scsi_device_find() 59 * main thread hot-plugging the device. in do_scsi_device_find() [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | Chassis.v1_27_0.json | 4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", 5 …"copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.or… 12 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 31 "description": "The available OEM-specific actions for this resource.", 32 …"longDescription": "This property shall contain the available OEM-specific actions for this resour… 39 …nts the physical components of a system. This resource represents the sheet-metal confined spaces… 42 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 57 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" 60 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" 63 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | Chassis.v1_27_0.json | 4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", 5 …"copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.or… 12 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 31 "description": "The available OEM-specific actions for this resource.", 32 …"longDescription": "This property shall contain the available OEM-specific actions for this resour… 39 …nts the physical components of a system. This resource represents the sheet-metal confined spaces… 42 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 57 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" 60 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" 63 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" [all …]
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_drc.c | 10 * See the COPYING file in the top-level directory. 20 #include "qapi/qapi-events-qdev.h" 22 #include "qemu/error-report.h" 24 #include "hw/pci-host/spapr.h" /* spapr_phb_remove_pci_device_cb callback */ 30 #define DRC_CONTAINER_PATH "dr-connector" 32 #define DRC_INDEX_ID_MASK ((1ULL << DRC_INDEX_TYPE_SHIFT) - 1) 38 return 1 << drck->typeshift; in spapr_drc_type() 46 * unique. this is how we encode the DRC type on bare-metal in spapr_drc_index() 49 return (drck->typeshift << DRC_INDEX_TYPE_SHIFT) in spapr_drc_index() 50 | (drc->id & DRC_INDEX_ID_MASK); in spapr_drc_index() [all …]
|
/openbmc/qemu/block/ |
H A D | block-backend.c | 4 * Copyright (C) 2014-2016 Red Hat, Inc. 10 * or later. See the COPYING.LIB file in the top-level directory. 14 #include "system/block-backend.h" 18 #include "block/throttle-groups.h" 19 #include "hw/qdev-core.h" 24 #include "qapi/qapi-events-block.h" 26 #include "qemu/main-loop.h" 89 /* Number of in-flight aio requests. BlockDriverState also counts 90 * in-flight requests but aio requests can exist even when blk->root is 145 BlockBackend *blk = child->opaque; in blk_root_get_parent_desc() [all …]
|
/openbmc/qemu/hw/ide/ |
H A D | core.c | 2 * QEMU IDE disk and CD/DVD-ROM Emulator 30 #include "qemu/error-report.h" 31 #include "qemu/main-loop.h" 33 #include "qemu/hw-version.h" 39 #include "system/block-backend.h" 44 #include "ide-internal.h" 63 /* airflow-temperature-celsius */ 115 uint16_t *p = (uint16_t *)s->identify_data; in ide_identify_size() 116 int64_t nb_sectors_lba28 = s->nb_sectors; in ide_identify_size() 118 nb_sectors_lba28 = (1 << 28) - 1; in ide_identify_size() [all …]
|
/openbmc/qemu/ |
H A D | block.c | 30 #include "block/dirty-bitmap.h" 34 #include "qemu/error-report.h" 36 #include "qemu/main-loop.h" 43 #include "qapi/qobject-output-visitor.h" 44 #include "qapi/qapi-visit-block-core.h" 45 #include "system/block-backend.h" 113 /* If non-zero, use only whitelisted block drivers */ 138 if (!bs || !bs->drv) { in bdrv_opt_mem_align() 144 return bs->bl.opt_mem_alignment; in bdrv_opt_mem_align() 149 if (!bs || !bs->drv) { in bdrv_min_mem_align() [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ |
H A D | Chassis_v1.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!----> 3 <!--################################################################################ --> 4 <!--# Redfish Schema: Chassis v1.27.0 --> 5 <!--# --> 6 <!--# For a detailed change log, see the README file contained in the DSP8010 bundle, --> 7 <!--# available at http://www.dmtf.org/standards/redfish --> 8 <!--# Copyright 2014-2025 DMTF. --> 9 <!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright --> 10 <!--################################################################################ --> [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | Chassis_v1.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!----> 3 <!--################################################################################ --> 4 <!--# Redfish Schema: Chassis v1.27.0 --> 5 <!--# --> 6 <!--# For a detailed change log, see the README file contained in the DSP8010 bundle, --> 7 <!--# available at http://www.dmtf.org/standards/redfish --> 8 <!--# Copyright 2014-2025 DMTF. --> 9 <!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright --> 10 <!--################################################################################ --> [all …]
|