configurations: mtjefferson: Add Backplane card
This adds Backplane card to mtjefferson_bp.json
Tested: Latest CI build passed
Signed-off-by: Hieu Huynh <hieuh@os.amperecomputing.com>
Change-Id: Ifff34c9b15343600cdf8d5ba9523afece9239f4d
diff --git a/configurations/mtjefferson_bp.json b/configurations/mtjefferson_bp.json
new file mode 100644
index 0000000..5ae4c4c
--- /dev/null
+++ b/configurations/mtjefferson_bp.json
@@ -0,0 +1,84 @@
+{
+ "Exposes": [
+ {
+ "Address": "$address",
+ "Bus": "$bus",
+ "Name": "Jefferson BP_EEPROM$ADDRESS / 82 + 1",
+ "Type": "EEPROM"
+ },
+ {
+ "Address": "$ADDRESS % 80 + 24",
+ "Bus": "$bus",
+ "Name": "FrontBPTemp$ADDRESS / 82 + 1",
+ "Type": "JC42"
+ },
+ {
+ "Address": "0x6a",
+ "Bus": "$ADDRESS / 82 * 8 + 48 + 0",
+ "Name": "nvme$ADDRESS / 82 * 8 + 0",
+ "Type": "NVME1000"
+ },
+ {
+ "Address": "0x6a",
+ "Bus": "$ADDRESS / 82 * 8 + 48 + 1",
+ "Name": "nvme$ADDRESS / 82 * 8 + 1",
+ "Type": "NVME1000"
+ },
+ {
+ "Address": "0x6a",
+ "Bus": "$ADDRESS / 82 * 8 + 48 + 2",
+ "Name": "nvme$ADDRESS / 82 * 8 + 2",
+ "Type": "NVME1000"
+ },
+ {
+ "Address": "0x6a",
+ "Bus": "$ADDRESS / 82 * 8 + 48 + 3",
+ "Name": "nvme$ADDRESS / 82 * 8 + 3",
+ "Type": "NVME1000"
+ },
+ {
+ "Address": "0x6a",
+ "Bus": "$ADDRESS / 82 * 8 + 48 + 4",
+ "Name": "nvme$ADDRESS / 82 * 8 + 4",
+ "Type": "NVME1000"
+ },
+ {
+ "Address": "0x6a",
+ "Bus": "$ADDRESS / 82 * 8 + 48 + 5",
+ "Name": "nvme$ADDRESS / 82 * 8 + 5",
+ "Type": "NVME1000"
+ },
+ {
+ "Address": "0x6a",
+ "Bus": "$ADDRESS / 82 * 8 + 48 + 6",
+ "Name": "nvme$ADDRESS / 82 * 8 + 6",
+ "Type": "NVME1000"
+ },
+ {
+ "Address": "0x6a",
+ "Bus": "$ADDRESS / 82 * 8 + 48 + 7",
+ "Name": "nvme$ADDRESS / 82 * 8 + 7",
+ "Type": "NVME1000"
+ }
+ ],
+ "Name": "Jefferson BP_$ADDRESS / 82 + 1",
+ "Probe": [
+ "xyz.openbmc_project.FruDevice({'BOARD_PART_NUMBER': 'CBP2980'})",
+ "AND",
+ "FOUND('Mt.Jefferson_Motherboard')"
+ ],
+ "Type": "Board",
+ "xyz.openbmc_project.Inventory.Decorator.Asset": {
+ "Manufacturer": "$BOARD_MANUFACTURER",
+ "Model": "$BOARD_PRODUCT_NAME",
+ "PartNumber": "$BOARD_PART_NUMBER",
+ "SerialNumber": "$BOARD_SERIAL_NUMBER"
+ },
+ "xyz.openbmc_project.Inventory.Decorator.Replaceable": {
+ "FieldReplaceable": false,
+ "HotPluggable": false
+ },
+ "xyz.openbmc_project.Inventory.Decorator.Revision": {
+ "Version": "$BOARD_INFO_AM1"
+ }
+}
diff --git a/meson.build b/meson.build
index 0b90c4d..3801f02 100644
--- a/meson.build
+++ b/meson.build
@@ -159,6 +159,7 @@
'mori_motherboard.json',
'mtjade.json',
'mtjefferson_bmc.json',
+ 'mtjefferson_bp.json',
'mtjefferson_mb.json',
'mtmitchell_bmc.json',
'mtmitchell_bp.json',