summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Inventory/MultiRecord/DcOutput.interface.yaml
diff options
context:
space:
mode:
authorEd Tanous <ed.tanous@intel.com>2019-04-12 17:40:55 +0000
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-04-12 18:28:57 +0000
commita641728c6923d9fb374f973b1c216515a082e21f (patch)
treeb77bc0f51da2148224ac7978b80334a86dc6ef4b /xyz/openbmc_project/Inventory/MultiRecord/DcOutput.interface.yaml
parent2660b69123930d89b98069470fc68faa281e5f2e (diff)
downloadphosphor-dbus-interfaces-a641728c6923d9fb374f973b1c216515a082e21f.tar.gz
phosphor-dbus-interfaces-a641728c6923d9fb374f973b1c216515a082e21f.zip
Revert "Add Inventory/MultiRecord interfaces"
This reverts commit 393530883ad5b93e90af0b669a95bf97e5c4d058. Reason for revert: Breaks the build, and interface likely needs discussed further. Submitter also mentioned he had changes that he wanted to make to address comments. Change-Id: Iacf8933675f1f5c45f433ad8592a3c152f1c314c Signed-off-by: Ed Tanous <ed.tanous@intel.com>
Diffstat (limited to 'xyz/openbmc_project/Inventory/MultiRecord/DcOutput.interface.yaml')
-rw-r--r--xyz/openbmc_project/Inventory/MultiRecord/DcOutput.interface.yaml48
1 files changed, 0 insertions, 48 deletions
diff --git a/xyz/openbmc_project/Inventory/MultiRecord/DcOutput.interface.yaml b/xyz/openbmc_project/Inventory/MultiRecord/DcOutput.interface.yaml
deleted file mode 100644
index 28cfee0..0000000
--- a/xyz/openbmc_project/Inventory/MultiRecord/DcOutput.interface.yaml
+++ /dev/null
@@ -1,48 +0,0 @@
-description: >
- IPMI FRU MultiRecord Area, DC Output record (Type 0x01)
- In accordance with IPMI Platform Management FRU Information
- Storage Definition v1.0 Document Revision 1.3, Table 18-2
-
-properties:
- - name: Standby
- type: boolean
- description: >
- Offset 0, bit 7.
- Standby.
- - name: OutputNumber
- type: int64
- description: >
- Offset 0, bits 3..0.
- Output number.
- - name: NominalVoltage
- type: int64
- description: >
- Offset 1.
- Nominal voltage (10 mV).
- - name: MaxNegativeVoltage
- type: int64
- description: >
- Offset 3.
- Maximum negative voltage (10 mV)
- (most negative voltage with respect to nominal).
- - name: MaxPositiveVoltage
- type: int64
- description: >
- Offset 5.
- Maximum positive voltage (10 mV)
- (most positive voltage with respect to nominal).
- - name: RippleAndNoise
- type: int64
- description: >
- Offset 7.
- Ripple and Noise pk-pk 10Hz to 30 MHz (mV).
- - name: MinCurrentDraw
- type: int64
- description: >
- Offset 9.
- Minimum current draw (mA).
- - name: MaxCurrentDraw
- type: int64
- description: >
- Offset 11.
- Maximum current draw (mA).
OpenPOWER on IntegriCloud