summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Inventory/Item
Commit message (Collapse)AuthorAgeFilesLines
* Add Accelerator InterfaceGunnar Mills2019-04-111-0/+5
| | | | | | | | | | | | | | Copied from the CPU interface. Will use to determine an accelerator for redfish. Considered a generic "processor" interface with a Processor Type property that could be set to "CPU" or "Accelerator" but the Accelerator interface approach fits more with other interfaces in phosphor-dbus-interfaces. For more information on Redfish and Accelerators see: https://redfish.dmtf.org/schemas/Processor.v1_4_0.json Change-Id: Ie60084fedea171d8bc563858db97a44fc7979da8 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Add interface definition for Redfish PCIe supportJason M. Bills2019-04-101-0/+279
| | | | | | | | | This change adds the D-Bus interface definition for PCIe devices in Redfish. It includes definitions for the Redfish PCIe fields for all 8 possible functions of each device. Change-Id: I1036e02bf5ec1d2f2e5285395af30cf4f3def845 Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
* Add chassis type to Inventory.Item.Chassis.Oskar Senft2019-01-171-0/+6
| | | | | | | | | The use case is for the ipmi-fru-parser to store the chassis type from IPMI FRU data in the inventory. The phosphor-host-ipmid can use the field when generating IPMI FRU data for the host. Change-Id: Ic9d636ae8f3a87ee3448345b8260ad32f10d381e Signed-off-by: Oskar Senft <osk@google.com>
* Add TPM interface with no attributes to InventoryMarri Devender Rao2019-01-171-0/+4
| | | | | | | | | Tpm interface with no attributes is used to determine the Trusted Platform Module(TPM) FRU type during discovery of inventory objects and during property updates. Change-Id: I766dea125ee3d9c5638fdce9f69351505a334f4b Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
* inventory: add type-only interfacesMarri Devender Rao2017-09-083-0/+12
| | | | | | | | Add type-only interfaces for ethernet card, chassis and system/enclosure. Change-Id: I347b34790dfc1b0d09c7c6dba9a6950b62d433c0 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
* Miscellaneous updates to inventory interfacesDeepak Kodihalli2016-11-1810-45/+29
| | | | | | | | | | | | | - Placed interfaces corresponding to physical items under Inventory/Item/ and interfaces which serve as item decorators under Inventory/Decorator/. - Add some new dbus interfaces. - Restructured Board item related interfaces such that there's a parent Board interface, and derivatives such as Motherboard, IO board, etc. - Added new properties to existing interfaces. Change-Id: I52b7c1a789df6745d1786d927fab06db40524448 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
* Add inventory interfaces for OpenBMCBrad Bishop2016-10-139-0/+65
A first pass at a machine parseable DBus specification for the inventory features of OpenBMC. Change-Id: Ia061ab2d5c2ea9d06cd991940303250cef48ab66 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
OpenPOWER on IntegriCloud