Move components from proving-ground

Move all needed components from proving ground to this
repo. Some clean up was done in json files to fix probes
as well as some slight modification to readme.

Change-Id: I05b7f6459704640c4850420a4573d157500d0aff
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/configurations/F2U12X35S3P_riser.json b/configurations/F2U12X35S3P_riser.json
new file mode 100755
index 0000000..e4c34f5
--- /dev/null
+++ b/configurations/F2U12X35S3P_riser.json
@@ -0,0 +1,94 @@
+[
+    {
+        "exposes": [
+            {
+                "address": "0x48",
+                "bus": "$bus",
+                "name": "Riser1 Temp",
+                "thresholds": [
+                    [
+                        {
+                            "direction": "greater than",
+                            "name": "upper critical",
+                            "severity": 1,
+                            "value": 80
+                        },
+                        {
+                            "direction": "greater than",
+                            "name": "upper non critical",
+                            "severity": 0,
+                            "value": 75
+                        },
+                        {
+                            "direction": "less than",
+                            "name": "lower non critical",
+                            "severity": 0,
+                            "value": 5
+                        },
+                        {
+                            "direction": "less than",
+                            "name": "lower critical",
+                            "severity": 1,
+                            "value": 0
+                        }
+                    ]
+                ],
+                "type": "TMP75"
+            },
+            {
+                "address": "$address",
+                "bus": "$bus",
+                "name": "Riser 1 Fru",
+                "type": "IntelFruDevice"
+            }
+        ],
+        "name": "2U12x35 Riser1",
+        "probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'A2UL16RISER\\d', 'ADDRESS' : '0x50'})"
+    },
+    {
+        "exposes": [
+            {
+                "address": "0x49",
+                "bus": "$bus",
+                "name": "Riser2 Temp",
+                "thresholds": [
+                    [
+                        {
+                            "direction": "greater than",
+                            "name": "upper critical",
+                            "severity": 1,
+                            "value": 80
+                        },
+                        {
+                            "direction": "greater than",
+                            "name": "upper non critical",
+                            "severity": 0,
+                            "value": 75
+                        },
+                        {
+                            "direction": "less than",
+                            "name": "lower non critical",
+                            "severity": 0,
+                            "value": 5
+                        },
+                        {
+                            "direction": "less than",
+                            "name": "lower critical",
+                            "severity": 1,
+                            "value": 0
+                        }
+                    ]
+                ],
+                "type": "TMP75"
+            },
+            {
+                "address": "$address",
+                "bus": "$bus",
+                "name": "Riser 2 Fru",
+                "type": "IntelFruDevice"
+            }
+        ],
+        "name": "2U12x35 Riser2",
+        "probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'A2UL16RISER\\d', 'ADDRESS' : '0x51'})"
+    }
+]