BIOS Attribute for HOST USB Ports Enablement
This commit would add a new PLDM BIOS attribute that controls the Host
USB Ports.
Signed-off-by: chenduibm <duchen@us.ibm.com>
Change-Id: I36bca44efbc48f0975867a07a0208b52342f2ee0
diff --git a/oem/ibm/configurations/bios/enum_attrs.json b/oem/ibm/configurations/bios/enum_attrs.json
index e10d379..d821818 100644
--- a/oem/ibm/configurations/bios/enum_attrs.json
+++ b/oem/ibm/configurations/bios/enum_attrs.json
@@ -412,6 +412,30 @@
],
"helpText" : "Specifies the requested level of security keys to be cleared from the system for the current IPL. Do not set this attribute directly; set hb_key_clear_request instead.",
"displayName" : "Key Clear Request (current)"
+ },
+ {
+ "attribute_name":"hb_host_usb_enablement",
+ "possible_values":[
+ "Disabled",
+ "Enabled"
+ ],
+ "default_values":[
+ "Enabled"
+ ],
+ "helpText" : "Specifies if Host USB is disabled or enabled for security reasons, requires a reboot for a change to be applied.",
+ "displayName" : "Host USB Enablement (pending)"
+ },
+ {
+ "attribute_name":"hb_host_usb_enablement_current",
+ "possible_values":[
+ "Disabled",
+ "Enabled"
+ ],
+ "default_values":[
+ "Enabled"
+ ],
+ "helpText" : "Specifies if Host USB is disabled or enabled for security reasons. Do not set this attribute directly; set hb_host_usb_enablement instead.",
+ "displayName" : "Host USB Enablement (current)"
}
]
}