summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYong Li <yong.b.li@linux.intel.com>2019-12-18 14:46:50 +0300
committerLi, Yong B <yong.b.li@intel.com>2020-01-13 03:34:49 +0300
commitb6cdb90744eba8680dc0ac6ba6de31ec84cb500a (patch)
tree9dcc2e461d9391d2706c52633e71b1e89e2484f4
parent65d4fafd39553243d83834a87ce2806059c837b0 (diff)
downloadprovingground-b6cdb90744eba8680dc0ac6ba6de31ec84cb500a.tar.xz
Change the bios version dbus interface to align with bmcweb
bmcweb uses the software interface for bios version query in redfish, to align with it, the settings service implements the software interface, this reference needs to be changed too Tested: AC cycle the host, BiosVersion is the correct bios version: https://$BMCIP/redfish/v1/Systems/system Change-Id: I619de9ff1a2356b7da1c59cfa139344cc2114eeb Signed-off-by: Yong Li <yong.b.li@linux.intel.com>
-rw-r--r--settings/include/defaults.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/settings/include/defaults.hpp b/settings/include/defaults.hpp
index 4e7ea39..b640ad2 100644
--- a/settings/include/defaults.hpp
+++ b/settings/include/defaults.hpp
@@ -174,13 +174,6 @@ inline void loadSettings(sdbusplus::asio::object_server &objectServer,
setting->addProperty("UUID", "00000000-0000-0000-0000-000000000000");
- // TODO needs to remove the below BiosId after the refernce in ipmi oem is
- // change to Version property
- setting = &settings.emplace_back(objectServer, "/xyz/openbmc_project/bios",
- "xyz.openbmc_project.Inventory.Item.Bios");
-
- setting->addProperty("BiosId", "NA");
-
setting = &settings.emplace_back(objectServer,
"/xyz/openbmc_project/software/bios",
"xyz.openbmc_project.Software.Version");