Adding BIOS attribute to select OS load source

- Previously user had to do this configuration of selecting load
source, alternate load source and DASD load source manually,
and this was tedious task. These are network adapters connected
to PCI slots whose part location information is available in redfish.
- Adding bios attribute to handle selection of PCI slot location codes
for these network adapters to be selected from the GUI webpage, GUI
would then populate these BIOS attributes through redfish and this
selection will be communicated to Host via these PLDM BIOS attributes.

Change-Id: I7fa7cefe3323f4b21fb0335d0292ee136424fbe9
Signed-off-by: Kamalkumar Patel <kamalkumar.patel@ibm.com>
diff --git a/oem/ibm/configurations/bios/string_attrs.json b/oem/ibm/configurations/bios/string_attrs.json
index ea03874..feae6c1 100644
--- a/oem/ibm/configurations/bios/string_attrs.json
+++ b/oem/ibm/configurations/bios/string_attrs.json
@@ -200,6 +200,36 @@
                 "property_type": "string",
                 "property_name": "Model"
             }
+        },
+        {
+            "attribute_name": "pvm_ibmi_load_source",
+            "string_type": "ASCII",
+            "minimum_string_length": 0,
+            "maximum_string_length": 42,
+            "default_string_length": 0,
+            "default_string": "",
+            "helpText": "Specifies the load source the system will use to start the logical partition.",
+            "displayName": "Tagged IBMi Load Source"
+        },
+        {
+            "attribute_name": "pvm_ibmi_alt_load_source",
+            "string_type": "ASCII",
+            "minimum_string_length": 0,
+            "maximum_string_length": 42,
+            "default_string_length": 0,
+            "default_string": "",
+            "helpText": "Specifies the device the system will use when a D-mode initial program load (IPL) is performed.",
+            "displayName": "Tagged IBMi Alternate Load Source"
+        },
+        {
+            "attribute_name": "pvm_ibmi_console",
+            "string_type": "ASCII",
+            "minimum_string_length": 0,
+            "maximum_string_length": 42,
+            "default_string_length": 0,
+            "default_string": "",
+            "helpText": "Specifies the first workstation that the system will activate in the logical partition.",
+            "displayName": "Tagged IBMi Console"
         }
     ]
 }