summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2019-02-05 15:24:59 -0600
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-04-11 17:10:46 +0000
commitd5c34aa725fffc9eb3c17ee93cba1a607b0386ee (patch)
tree7606bac017c1e001c1deae057855827e7451b6ea /xyz/openbmc_project
parent4623908c8c0e82d5831fca562c6f5a8430d494c8 (diff)
downloadphosphor-dbus-interfaces-d5c34aa725fffc9eb3c17ee93cba1a607b0386ee.tar.gz
phosphor-dbus-interfaces-d5c34aa725fffc9eb3c17ee93cba1a607b0386ee.zip
Add Accelerator Interface
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>
Diffstat (limited to 'xyz/openbmc_project')
-rw-r--r--xyz/openbmc_project/Inventory/Item/Accelerator.interface.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Inventory/Item/Accelerator.interface.yaml b/xyz/openbmc_project/Inventory/Item/Accelerator.interface.yaml
new file mode 100644
index 0000000..5a44913
--- /dev/null
+++ b/xyz/openbmc_project/Inventory/Item/Accelerator.interface.yaml
@@ -0,0 +1,5 @@
+description: >
+ Implement to provide hardware accelerator attributes. A hardware
+ accelerator used to perform some functions more efficiently than is
+ possible in software running on a general-purpose CPU. Examples of
+ possible hardware accelerators include: GPUs, FPGAs, and ASICs.
OpenPOWER on IntegriCloud