Remove dbus backend for the current attributes
current attributes are supposed to be only updated
by the host not by the dbus. This commit fixes that
behaviour.
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
Change-Id: I2ad34010a3d7df57d14183f228b8fe72e0d62a16
diff --git a/oem/ibm/configurations/bios/enum_attrs.json b/oem/ibm/configurations/bios/enum_attrs.json
index 145a525..e10d379 100644
--- a/oem/ibm/configurations/bios/enum_attrs.json
+++ b/oem/ibm/configurations/bios/enum_attrs.json
@@ -100,15 +100,7 @@
"Enabled"
],
"helpText" : "Specifies the current hypervisor boot policy. Do not set this attribute directly; set pvm_stop_at_standby instead.",
- "displayName" : "pvm_stop_at_standby_current (current)",
- "dbus":
- {
- "object_path" : "/xyz/openbmc_project/control/host0/boot",
- "interface" : "xyz.openbmc_project.Control.Boot.Mode",
- "property_name" : "BootMode",
- "property_type" : "string",
- "property_values" : ["xyz.openbmc_project.Control.Boot.Mode.Modes.Regular", "xyz.openbmc_project.Control.Boot.Mode.Modes.Setup", "xyz.openbmc_project.Control.Boot.Mode.Modes.Safe"]
- }
+ "displayName" : "pvm_stop_at_standby_current (current)"
},
{
"attribute_name":"hb_debug_console",