Remove hana from hb_cap_hana_freq_mhz attributes
Want to make these attributes more generic.
Hana was just one possible use of these variables.
Signed-off-by: Matt Derksen <mderkse1@us.ibm.com>
Change-Id: If3509935d9b28986b1375ec46e4b65acc53f4f3f
diff --git a/oem/ibm/configurations/bios/integer_attrs.json b/oem/ibm/configurations/bios/integer_attrs.json
index e0dc0cc..5507aaf 100644
--- a/oem/ibm/configurations/bios/integer_attrs.json
+++ b/oem/ibm/configurations/bios/integer_attrs.json
@@ -145,7 +145,7 @@
"displayName" : "Effective Secure Version"
},
{
- "attribute_name" : "hb_cap_hana_freq_mhz_min",
+ "attribute_name" : "hb_cap_freq_mhz_min",
"lower_bound" : 0,
"upper_bound" : 4294967295,
"scalar_increment" : 1,
@@ -155,7 +155,7 @@
"displayName" : "Minimum Core Freq MHZ"
},
{
- "attribute_name" : "hb_cap_hana_freq_mhz_max",
+ "attribute_name" : "hb_cap_freq_mhz_max",
"lower_bound" : 0,
"upper_bound" : 4294967295,
"scalar_increment" : 1,
@@ -165,7 +165,7 @@
"displayName" : "Maximum Core Freq MHZ"
},
{
- "attribute_name" : "hb_cap_hana_freq_mhz_request",
+ "attribute_name" : "hb_cap_freq_mhz_request",
"lower_bound" : 0,
"upper_bound" : 4294967295,
"scalar_increment" : 1,
@@ -174,12 +174,12 @@
"displayName" : "Requested Core Freq MHZ (pending)"
},
{
- "attribute_name" : "hb_cap_hana_freq_mhz_request_current",
+ "attribute_name" : "hb_cap_freq_mhz_request_current",
"lower_bound" : 0,
"upper_bound" : 4294967295,
"scalar_increment" : 1,
"default_value" : 0,
- "helpText" : "Specifies the desired frequency across all chips in the system. Do not set this attribute directly; set hb_cap_hana_freq_mhz_request instead.",
+ "helpText" : "Specifies the desired frequency across all chips in the system. Do not set this attribute directly; set hb_cap_freq_mhz_request instead.",
"displayName" : "Requested Core Freq MHZ (current)"
}
]