configs: Add gigabyte_msx4_mg1 config
Adds a config for the gigagbyte_msx4_mg1 hpm.
Tested-by: Loaded onto the nvl32-obmc model and the board probed.
Change-Id: I6f340401471fe3ea6518dd50d819f41461868d0c
Signed-off-by: Marc Olberding <molberding@nvidia.com>
diff --git a/configurations/gigabyte/gigabyte_msx4_mg1.json b/configurations/gigabyte/gigabyte_msx4_mg1.json
new file mode 100644
index 0000000..2490c91
--- /dev/null
+++ b/configurations/gigabyte/gigabyte_msx4_mg1.json
@@ -0,0 +1,23 @@
+{
+ "Exposes": [
+ {
+ "Address": "$address",
+ "Bus": "$bus",
+ "Name": "Nvidia Alon8 HPM FRU",
+ "Type": "EEPROM"
+ }
+ ],
+ "Name": "Nvida Alon8 HPM",
+ "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'MSX4-MG1-000', 'BOARD_MANUFACTURER': 'Giga Computing'})",
+ "Type": "Board",
+ "xyz.openbmc_project.Inventory.Decorator.Asset": {
+ "BuildDate": "$BOARD_MANUFACTURE_DATE",
+ "Manufacturer": "$BOARD_MANUFACTURER",
+ "Model": "$BOARD_PRODUCT_NAME",
+ "PartNumber": "$BOARD_PART_NUMBER",
+ "SerialNumber": "$BOARD_SERIAL_NUMBER"
+ },
+ "xyz.openbmc_project.Inventory.Item.NetworkInterface": {
+ "MACAddress": "$MAC_BOARD_INFO_AM2"
+ }
+}
diff --git a/configurations/meson.build b/configurations/meson.build
index 00f7281..e6e5573 100644
--- a/configurations/meson.build
+++ b/configurations/meson.build
@@ -50,6 +50,7 @@
'flextronics_s-1100adu00-201_psu.json',
'fp5280g3_chassis.json',
'fp5280g3_fanboard.json',
+ 'gigabyte/gigabyte_msx4_mg1.json',
'gospower_g1136-1300wna_psu.json',
'hpe/dl360g12_baseboard.json',
'ibm/balcones.json',