configs: add everest chassis

Add a configuration for the Everest system enclosure.

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: I440fb6176fa302e7c082db8547862fd4eceed034
diff --git a/configurations/Everest.json b/configurations/Everest.json
new file mode 100644
index 0000000..2859248
--- /dev/null
+++ b/configurations/Everest.json
@@ -0,0 +1,16 @@
+{
+    "Exposes": [
+        {
+            "Name": "Compatible System",
+            "Type": "IBMCompatibleSystem",
+            "Names": [
+                "ibm,everest"
+            ]
+        }
+    ],
+    "Name": "Everest Chassis",
+    "Probe": [
+        "com.ibm.ipzvpd.VSBP({'IM': [80, 0, 48, 0]})"
+    ],
+    "Type": "Chassis"
+}
diff --git a/meson.build b/meson.build
index d42be02..eb8775d 100644
--- a/meson.build
+++ b/meson.build
@@ -85,6 +85,7 @@
     'Delta DPS-750XB PSU.json',
     'Delta_DPS-1600AB_PSU.json',
     'Delta_DPS-2000AB_PSU.json',
+    'Everest.json',
     'F1U12X25 HSBP.json',
     'F1U4X25 HSBP.json',
     'F2U12X35 HSBP.json',
diff --git a/schemas/IBM.json b/schemas/IBM.json
index 6cad689..b4fa9b0 100644
--- a/schemas/IBM.json
+++ b/schemas/IBM.json
@@ -83,6 +83,7 @@
                     "type": "array",
                     "items": {
                         "enum": [
+                            "ibm,everest",
                             "ibm,rainier-2u",
                             "ibm,rainier-4u",
                             "ibm,rainier"