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/2Ux8 Riser.json b/configurations/2Ux8 Riser.json
new file mode 100755
index 0000000..8824480
--- /dev/null
+++ b/configurations/2Ux8 Riser.json
@@ -0,0 +1,94 @@
+[
+ {
+ "exposes": [
+ {
+ "address": "0x48",
+ "bus": "$bus",
+ "name": "Riser 1 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": "2Ux8 Riser 1",
+ "probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'A2UL8RISER1', 'ADDRESS': '0x50'})"
+ },
+ {
+ "exposes": [
+ {
+ "address": "0x49",
+ "bus": "$bus",
+ "name": "Riser 2 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": "2Ux8 Riser 2",
+ "probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'A2UL8RISER2', 'ADDRESS': '0x50'})"
+ }
+]