Add four types of HSBP

New platforms support these 4 HSBPs:
  (1)F1U12X25 HSBP
  (2)F1U4X25 HSBP
  (3)F2U12X25 HSBP
  (4)F2U8X25 HSBP
These json file will enable the access to tmp75 and e2prom
These are base json files and will add more details configuration
after verified with HW.

Tested: test on WFP, these json files can be loaded correctlly and
the temperature sensor can be shown.

Change-Id: Ib0a0b58ed74736a5d740d00075a6c345cf750c6e
Signed-off-by: Zhu, Yunge <yunge.zhu@linux.intel.com>
diff --git a/configurations/F2U12X35 HSBP.json b/configurations/F2U12X35 HSBP.json
new file mode 100644
index 0000000..78253c1
--- /dev/null
+++ b/configurations/F2U12X35 HSBP.json
@@ -0,0 +1,51 @@
+{
+    "Exposes": [
+        {
+            "Address": "$address",
+            "Bus": "$bus",
+            "Name": "F2U12X35 HSBP FRU",
+            "Type": "EEPROM"
+        },
+        {
+            "Address": "0x48",
+            "Bus": "$bus",
+            "Name": "HSBP Temp",
+            "Thresholds": [
+                {
+                    "Direction": "greater than",
+                    "Name": "upper critical",
+                    "Severity": 1,
+                    "Value": 57
+                },
+                {
+                    "Direction": "greater than",
+                    "Name": "upper non critical",
+                    "Severity": 0,
+                    "Value": 52
+                },
+                {
+                    "Direction": "less than",
+                    "Name": "lower non critical",
+                    "Severity": 0,
+                    "Value": 12
+                },
+                {
+                    "Direction": "less than",
+                    "Name": "lower critical",
+                    "Severity": 1,
+                    "Value": 7
+                }
+            ],
+            "Type": "TMP75"
+        }
+    ],
+    "Name": "F2U12X35 HSBP",
+    "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'F2U12X35PCIHSBP'})",
+    "Type": "Board",
+    "xyz.openbmc_project.Inventory.Decorator.Asset": {
+        "Manufacturer": "$BOARD_MANUFACTURER",
+        "Model": "$BOARD_PRODUCT_NAME",
+        "PartNumber": "$BOARD_PART_NUMBER",
+        "SerialNumber": "$BOARD_SERIAL_NUMBER"
+    }
+}
\ No newline at end of file