/openbmc/phosphor-host-ipmid/scripts/ |
H A D | entity-example.md | 1 # Entity-example 30 # Container Entity Id and Container Entity Instance = (0x13, 0x81) 31 # Contained Entity Id and Contained Entity Instance = (0x0A, 0x1), 33 # Entity Record id is the key 36 # Entity Id and entity Instance for the container entity 56 # Container Entity Id and Container Entity Instance = (0x18, 0x2) 57 # Contained Entity Id and Contained Entity Instance = (0x1D, 0x1), 97 # Container Entity Id and Container Entity Instance = (0x1E, 0x1) 98 # Contained Entity Id and Contained Entity Instance = (0x20, 0x1), 117 # Container Entity Id and Container Entity Instance = (0x1E, 0x3) [all …]
|
/openbmc/entity-manager/ |
H A D | README.md | 1 # Entity Manager 3 Entity manager is a design for managing physical system components, and mapping 10 ### Entity subsection 24 A particular feature of an Entity. An Entity generally will have multiple 35 Entity manager has the following goals (unless you can think of better ones): 45 A full BMC setup using Entity Manager consists of a few parts: 49 the Entity-Manager repo, and scans all available I2C buses for IPMI FRU 65 2. **An entity manager configuration file** Entity manager configuration files 71 Exposes records that specify the specific features that this Entity supports. 90 Entity Manager will automatically create associations between its entities in [all …]
|
/openbmc/entity-manager/docs/ |
H A D | entity_manager_dbus_api.md | 1 # Entity Manager DBus API 3 The Entity Manager is in charge of inventory management by scanning JSON files 5 the internal structure of the Entity Manager, please refer to the README of the 6 Entity Manager. This file documents a consumers usage of the entity manager, and 13 #### Entities: `/xyz/openbmc_project/Inventory/Item/{Entity Type}/{Entity Name}` 19 #### Devices: `/xyz/openbmc_project/Inventory/Item/{Entity Type}/{Entity Name}/{Configuration}` 46 Entity objects describe pieces of physical hardware. 56 Configuration objects describe components owned by the Entity.
|
H A D | associations.md | 3 Entity Manager will create [associations][1] between entities in certain cases. 7 Entity Manager can model the [physical topology][2] of how entities plug into 43 Entity Manager will create the 'Superchassis containing Subchassis' and
|
H A D | my_first_sensors.md | 3 This document is meant to bring you from nothing to using Entity-Manager with 56 Entity-Manager. The exact layout of a FRU is beyond the scope of this guide, but 116 of them? Entity-Manager provides a very powerful mechanism for querying various 164 It is safe to do so since Entity manager types are not required to be 1:1 with
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Source/PLDM/ |
H A D | meson.build | 2 subdir('Entity') subdir 10 '../../../../../../yaml/xyz/openbmc_project/Inventory/Source/PLDM/Entity.interface.yaml', 12 output: ['Entity.md'], 24 'xyz/openbmc_project/Inventory/Source/PLDM/Entity',
|
/openbmc/linux/Documentation/userspace-api/media/mediactl/ |
H A D | media-ioc-enum-entities.rst | 47 Entity IDs can be non-contiguous. Applications must *not* try to 63 - Entity ID, set by the application. When the ID is or'ed with 72 - Entity name as an UTF-8 NULL-terminated string. This name must be unique 78 - Entity type, see :ref:`media-entity-functions` for details. 83 - Entity revision. Always zero (obsolete) 88 - Entity flags, see :ref:`media-entity-flag` for details. 93 - Entity group ID. Always zero (obsolete)
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Source/PLDM/Entity/ |
H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/Inventory/Source/PLDM/Entity' 8 '../../../../../../../yaml/xyz/openbmc_project/Inventory/Source/PLDM/Entity.interface.yaml', 28 'xyz/openbmc_project/Inventory/Source/PLDM/Entity',
|
/openbmc/docs/designs/ |
H A D | entity-manager-hw-id-vpd-discover-via-device-tree.md | 1 # Entity-Manager HW ID: VPD Discovery via Device-Tree Properties 13 Entity-Manager's 'fru-device' daemon that most platforms rely on. 16 gathered from device tree file paths for Entity-Manager consumption. 23 [As described in Entity-Manager documentation](https://github.com/openbmc/entity-manager/blob/maste… 26 by Entity-Manager's fru-device daemon. The current FRU-device daemon is able to 37 Once VPD is made available on D-Bus, it can be referenced by the Entity-Manager 97 way for Entity-Manager to reference it during the probe evaluations used in 99 being made available on D-Bus will be enough to enable basic Entity-Manager 110 Entity-Manager to enable BMC detection and handling of HPE Gen 11 hardware (and 121 - Vital product data properties should be referenced in Entity-Manager config [all …]
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | CDLA-Permissive-1.0 | 13 …ly or individually, whether created or gathered by a Data Provider or an Entity acting on its beha… 15 … Provider” means any Entity (including any employee or contractor of such Entity authorized to Pub… 19 …Entity” means any natural person or organization that exists under the laws of the jurisdiction in… 23 …Entity, that is to make the Data available to any individual who is not employed by that Entity or… 33 1.13 “You” or “Your” means any Entity that Receives Data under this Agreement.
|
H A D | CDLA-Sharing-1.0 | 13 …ly or individually, whether created or gathered by a Data Provider or an Entity acting on its beha… 15 … Provider” means any Entity (including any employee or contractor of such Entity authorized to Pub… 19 …Entity” means any natural person or organization that exists under the laws of the jurisdiction in… 25 …Entity, that is to make the Data available to any individual who is not employed by that Entity or… 35 1.14 “You” or “Your” means any Entity that Receives Data under this Agreement.
|
/openbmc/google-ipmi-sys/ |
H A D | README.md | 144 Gsys can get the "Entity ID:Entity Instance" to Entity name mapping from BMC 154 | 0x01 | Entity ID | Entity ID | 155 | 0x02 | Entity Instance | Entity Instance | 162 | 0x01 | Entity name length (say N) | Entity name length | 163 | 0x02...0x02 + N - 1 | Entity name | Entity name without null terminator |
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/ |
H A D | entity-manager_git.bb | 1 SUMMARY = "Entity Manager" 2 DESCRIPTION = "Entity Manager provides d-bus configuration data \
|
/openbmc/openbmc-tools/reboot-ping-pong/ |
H A D | rpp | 12 Entity = namedtuple("Entity", "console, ssh") variable 182 b = Entity( 186 h = Entity(
|
/openbmc/pldm/libpldmresponder/examples/fru/ |
H A D | host_frus.json | 4 // Entity Type 64 from the host has ...
|
/openbmc/openbmc-test-automation/ipmi/dcmi/ |
H A D | test_dcmi_get_temperature_reading.robot | 102 # key Entity ID description i.e inlet, cpu, baseboard. 128 # key Entity ID description i.e inlet, cpu, baseboard. 157 # key Entity ID description i.e inlet, cpu, baseboard. 182 # instance Entity ID description i.e inlet, cpu, baseboard.
|
/openbmc/entity-manager/service_files/ |
H A D | xyz.openbmc_project.EntityManager.service | 2 Description=Entity Manager
|
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-ipmi-entity-association-map/ |
H A D | gbs-ipmi-entity-association-map.bb | 1 SUMMARY = "GBS IPMI Entity association mapping."
|
/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-system/ |
H A D | kudo-entity-association-map.bb | 1 UMMARY = "Kudo IPMI Entity association mapping."
|
/openbmc/linux/Documentation/translations/zh_CN/ |
H A D | glossary.rst | 32 * PELT: 实体负载跟踪。(Per-Entity Load Tracking)
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Configuration/ |
H A D | README.md | 2 [entity-manager][entity-manager]. Entity-manager currently creates these style
|
/openbmc/entity-manager/schemas/ |
H A D | README.md | 1 # Entity manager configuration file schema 3 Entity manager configuration files are JSON documents and can be validated with
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_sensor.robot | 48 # Entity ID Entity Instance Temp. Readings 111 # Entity ID Entity Instance Temp. Readings 431 # Entity ID : 10.19 528 # Entity ID : 3.1
|
/openbmc/openbmc/poky/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/ |
H A D | docbook-xml-update-catalog.xml.patch | 16 +<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN" 86 +<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN" 177 +<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN" 277 +<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN" 355 +<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN"
|
/openbmc/openbmc/meta-aspeed/ |
H A D | COPYING.apache-2.0 | 16 "Legal Entity" shall mean the union of the acting entity and all 24 "You" (or "Your") shall mean an individual or Legal Entity 53 or by an individual or Legal Entity authorized to submit on behalf of 63 "Contributor" shall mean Licensor and any individual or Legal Entity
|