summaryrefslogtreecommitdiff
path: root/meta-ibs/meta-common/recipes-phosphor/dbus/phosphor-dbus-interfaces/0007-ipmi-set-BIOS-id.patch
blob: 73347a763e96d0c8a1bebcb0f80bf63b11bc2212 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
From a6a94a79f8b94faf2bfcee0d32c406fc3dd78887 Mon Sep 17 00:00:00 2001
From: "Jia, Chunhui" <chunhui.jia@intel.com>
Date: Tue, 24 Jul 2018 11:40:49 +0800
Subject: [PATCH] set BIOS id

change#2
add new dbus interface for BIOS attributes

Signed-off-by: Jia, Chunhui <chunhui.jia@intel.com>
---
 .../openbmc_project/Inventory/Item/Bios.interface.yaml   | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 yaml/xyz/openbmc_project/Inventory/Item/Bios.interface.yaml

diff --git a/yaml/xyz/openbmc_project/Inventory/Item/Bios.interface.yaml b/yaml/xyz/openbmc_project/Inventory/Item/Bios.interface.yaml
new file mode 100644
index 00000000..d7a6b95b
--- /dev/null
+++ b/yaml/xyz/openbmc_project/Inventory/Item/Bios.interface.yaml
@@ -0,0 +1,9 @@
+description: >
+    Implement to provide BIOS attributes.
+properties:
+    - name: BiosId
+      type: string
+      description: >
+          BIOS ID (version) string
+
+# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
-- 
2.35.1