config: Add Balcones and Waterloo
Add Balcones and Waterloo configuration, Balcones IM (0x60004000).
Balcones is an IBM chassis and Waterloo is an IBM backplane.
Test:
Built an image and verified balcones.json and waterloo.json
exist in the image.
Change-Id: I013a6f69ac9f48ac71d58b4655596171896ab51e
Signed-off-by: Faisal Awada <faisal@us.ibm.com>
diff --git a/configurations/balcones.json b/configurations/balcones.json
new file mode 100644
index 0000000..dc7d122
--- /dev/null
+++ b/configurations/balcones.json
@@ -0,0 +1,23 @@
+{
+ "Exposes": [
+ {
+ "Name": "Compatible System",
+ "Names": [
+ "ibm,balcones",
+ "ibm,bonnell"
+ ],
+ "Type": "IBMCompatibleSystem"
+ }
+ ],
+ "Name": "Balcones Chassis",
+ "Probe": [
+ "com.ibm.ipzvpd.VSBP({'IM': [96, 0, 64, 0]})"
+ ],
+ "Type": "Chassis",
+ "xyz.openbmc_project.Inventory.Decorator.Compatible": {
+ "Names": [
+ "com.ibm.Hardware.Chassis.Model.Balcones",
+ "com.ibm.Hardware.Chassis.Model.Bonnell"
+ ]
+ }
+}