Fix for display of BMC version as 0.00 in BIOS
BMC version is displayed as 0.00 in BIOS EDKII menu
instead of the actual BMC version.
SoftwareFunctional path has been changed due to the new
code implementation. Modified the code to support the
new implementation.
Tested:
Read the BMC version on BMC console. Boot to BIOS EDKII
menu and verify the BMC version.
Change-Id: Ia3c15c27c447d314fdc15ec3c855ce5bef1ca853
Signed-off-by: Jitendra Tripathy <jitendra.kumarx.tripathy@intel.com>
diff --git a/src/appcommands.cpp b/src/appcommands.cpp
index e0b3bd5..59e5229 100644
--- a/src/appcommands.cpp
+++ b/src/appcommands.cpp
@@ -45,7 +45,7 @@
static constexpr const char* associationIntf =
"xyz.openbmc_project.Association";
static constexpr const char* softwareFunctionalPath =
- "/xyz/openbmc_project/software/functional";
+ "/xyz/openbmc_project/software/bmc/functional";
static constexpr const char* currentBmcStateProp = "CurrentBMCState";
static constexpr const char* bmcStateReadyStr =