pseq: Initial support for Balcones

Implement initial power sequencing support for the Balcones system.
Create the JSON file that defines the rails and how to isolate a pgood
failure.

Tested:
* Built BMC image
* Loaded image in simulation
* Verified Balcones.json file existed in
  /usr/share/phosphor-power-sequencer directory

Change-Id: I6ac93a097275a6d95065a49d5dfc880738601c50
Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com>
diff --git a/phosphor-power-sequencer/config_files/Balcones.json b/phosphor-power-sequencer/config_files/Balcones.json
new file mode 100644
index 0000000..b74b572
--- /dev/null
+++ b/phosphor-power-sequencer/config_files/Balcones.json
@@ -0,0 +1,77 @@
+{
+    "rails": [
+        {
+            "name": "5.0VCS",
+            "page": 1,
+            "check_status_vout": true,
+            "compare_voltage_to_limit": true
+        },
+        {
+            "name": "12.0VA",
+            "page": 0,
+            "is_power_supply_rail": true,
+            "check_status_vout": true,
+            "compare_voltage_to_limit": true
+        },
+        {
+            "name": "1.8V",
+            "page": 2,
+            "check_status_vout": true,
+            "compare_voltage_to_limit": true
+        },
+        {
+            "name": "0.9V",
+            "page": 3,
+            "check_status_vout": true,
+            "compare_voltage_to_limit": true
+        },
+        {
+            "name": "3.3V",
+            "page": 4,
+            "check_status_vout": true,
+            "compare_voltage_to_limit": true
+        },
+        {
+            "name": "1.5V_AVDD",
+            "page": 5,
+            "check_status_vout": true,
+            "compare_voltage_to_limit": true
+        },
+        {
+            "name": "0.65V_VDN",
+            "page": 6,
+            "check_status_vout": true,
+            "compare_voltage_to_limit": true
+        },
+        {
+            "name": "0.7VA_VDD",
+            "page": 7,
+            "check_status_vout": true,
+            "compare_voltage_to_limit": true
+        },
+        {
+            "name": "0.7VB_VDD",
+            "page": 8,
+            "check_status_vout": true,
+            "compare_voltage_to_limit": true
+        },
+        {
+            "name": "0.75V_VCS",
+            "page": 9,
+            "check_status_vout": true,
+            "compare_voltage_to_limit": true
+        },
+        {
+            "name": "0.9V_VIO",
+            "page": 10,
+            "check_status_vout": true,
+            "compare_voltage_to_limit": true
+        },
+        {
+            "name": "0.85V_VPCIE",
+            "page": 11,
+            "check_status_vout": true,
+            "compare_voltage_to_limit": true
+        }
+    ]
+}