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/Intel Front Panel.json b/configurations/Intel Front Panel.json
new file mode 100755
index 0000000..c9734c5
--- /dev/null
+++ b/configurations/Intel Front Panel.json
@@ -0,0 +1,46 @@
+{
+ "exposes": [
+ {
+ "address": "$address",
+ "bus": "$bus",
+ "name": "Front Panel FRU",
+ "type": "IntelFruDevice"
+ },
+ {
+ "address": "0x4D",
+ "bus": "$bus",
+ "name": "Front Panel Temp",
+ "thresholds": [
+ [
+ {
+ "direction": "greater than",
+ "name": "upper critical",
+ "severity": 1,
+ "value": 55
+ },
+ {
+ "direction": "greater than",
+ "name": "upper non critical",
+ "severity": 0,
+ "value": 50
+ },
+ {
+ "direction": "less than",
+ "name": "lower non critical",
+ "severity": 0,
+ "value": 5
+ },
+ {
+ "direction": "less than",
+ "name": "lower critical",
+ "severity": 1,
+ "value": 0
+ }
+ ]
+ ],
+ "type": "TMP75"
+ }
+ ],
+ "name": "Intel Front Panel",
+ "probe": ["xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'FFPANEL'})", "OR", "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'F2USTOPANEL'})"]
+}