Add below BIOS attributes commits to pldm repo.

- Modify the helpText for hb_field_core_override (#194)
- oem_ibm: Define the pvm_keep_and_clear BIOS attribute (#124)
- Change BIOS attribute default value (#135)
- PLDM: Change default value for pvm_rtad bios attribute (#144)
- oem_ibm: Add BIOS attributes pvm_boot_initiator and pvm_boot_type
- bios:Add pvm_clear_nvram bios attribute (#246)
- Modified default values for bios attributes. (#176)

Change-Id: I25d2549956a2f29e5dee158ca6909b6508d32ffb
Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com>
diff --git a/oem/ibm/configurations/bios/integer_attrs.json b/oem/ibm/configurations/bios/integer_attrs.json
index 6868a92..fbb4dee 100644
--- a/oem/ibm/configurations/bios/integer_attrs.json
+++ b/oem/ibm/configurations/bios/integer_attrs.json
@@ -78,7 +78,7 @@
          "upper_bound" : 255,
          "scalar_increment" : 1,
          "default_value" : 0,
-         "helpText" : "The number of cores to activate where 0 being to activate all available cores. Where N, for fused cores, is to activate 2N cores. Where N, for non-fused cores, is to activate N cores. Requires a reboot for a change to be applied.",
+         "helpText" : "The maximum number of cores to activate where 0 being to activate all available cores. Requires a reboot for a change to be applied.",
          "displayName" : "Field Core Override (pending)"
       },
       {
@@ -87,7 +87,7 @@
          "upper_bound" : 255,
          "scalar_increment" : 1,
          "default_value" : 0,
-         "helpText" : "The number of cores to activate where 0 being to activate all available cores. Where N, for fused cores, is to activate 2N cores. Where N, for non-fused cores, is to activate N cores. Value applicable for the current IPL. Do not set this attribute directly; set hb_field_core_override instead.",
+         "helpText" : "The maximum number of cores to activate where 0 being to activate all available cores. Requires a reboot for a change to be applied.",
          "displayName" : "Field Core Override (current)"
       },
       {