configurations: Add Bonnell and Pennybacker
Add IBM's Bonnell chassis and its backplane Pennybacker.
The IM value for Bonnell is 50004000 as defined by the vpd repo:
```
https://github.com/openbmc/openpower-vpd-parser/blob/master/const.hpp
```
The CC value for Pennybacker is 2E44.
The sensor values for the power supplies are defined in the kernel
device tree:
```
https://github.com/openbmc/linux/blob/dev-6.0/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts
```
Tested: Verified that the new json files were added to the rootfs image
and that CI passed.
Change-Id: I32c8de73eb4c934da864672677a2a6dae653d241
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
diff --git a/configurations/bonnell.json b/configurations/bonnell.json
new file mode 100644
index 0000000..9aeedb0
--- /dev/null
+++ b/configurations/bonnell.json
@@ -0,0 +1,16 @@
+{
+ "Exposes": [
+ {
+ "Name": "Compatible System",
+ "Names": [
+ "ibm,bonnell"
+ ],
+ "Type": "IBMCompatibleSystem"
+ }
+ ],
+ "Name": "Bonnell Chassis",
+ "Probe": [
+ "com.ibm.ipzvpd.VSBP({'IM': [80, 0, 64, 0]})"
+ ],
+ "Type": "Chassis"
+}