configurations: Add IBM's Huygens chassis
This represents the highest level chassis, of which there is one.
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: I2abfc4732654a6b0592559c56aacd96f38f4b515
diff --git a/configurations/ibm/huygens_chassis.json b/configurations/ibm/huygens_chassis.json
new file mode 100644
index 0000000..cff60ab
--- /dev/null
+++ b/configurations/ibm/huygens_chassis.json
@@ -0,0 +1,24 @@
+{
+ "Exposes": [
+ {
+ "EnterUtilizationDwellTime": 240,
+ "EnterUtilizationPercent": 8,
+ "ExitUtilizationDwellTime": 10,
+ "ExitUtilizationPercent": 12,
+ "IdlePowerSaverEnabled": false,
+ "Name": "Default Power Mode Properties",
+ "PowerMode": "MaximumPerformance",
+ "Type": "PowerModeProperties"
+ }
+ ],
+ "Name": "Huygens System Chassis",
+ "Probe": [
+ "com.ibm.ipzvpd.VSBP({'IM': [112, 0, 16, 0]})"
+ ],
+ "Type": "Chassis",
+ "xyz.openbmc_project.Inventory.Decorator.Compatible": {
+ "Names": [
+ "com.ibm.Hardware.Chassis.Model.Huygens"
+ ]
+ }
+}
diff --git a/configurations/meson.build b/configurations/meson.build
index 3f2325f..928a777 100644
--- a/configurations/meson.build
+++ b/configurations/meson.build
@@ -58,6 +58,7 @@
'ibm/genesis3_baseboard.json',
'ibm/genesis3_chassis.json',
'ibm/genesis3_psu.json',
+ 'ibm/huygens_chassis.json',
'ibm/ibm_tacoma_rack_controller.json',
'ibm/ingraham.json',
'ibm/mudflap.json',