configuration: minerva: support network blade fru
There are two configurations of network blades in the Minerva platform.
One is Janga; the other is Tahan. They do not have any sensors
but includes an EEPROM that should be exported on the D-Bus,
including Redfish.
These two types of network blades can be assembled on any of the
I2C buses: 40, 41, 42, 44, 45, or 46 on the CMM (Chassis
Management Module).
Therefore, we have redefined the numbering scheme for each blade
based on its location in the rack.
Change-Id: I1a536a4252a12863bd38f43ec621e55b05b273ce
Signed-off-by: Yang Chen <yang.chen@quantatw.com>
diff --git a/configurations/meson.build b/configurations/meson.build
index c6b90fe..33e78da 100644
--- a/configurations/meson.build
+++ b/configurations/meson.build
@@ -86,10 +86,12 @@
'meta/minerva_cmm_scm.json',
'meta/minerva_fanboard_adc_silergy.json',
'meta/minerva_fanboard_adc_ti.json',
+ 'meta/minerva_janga_smb.json',
'meta/minerva_pdb.json',
'meta/minerva_pdb_hsc_xdp.json',
'meta/minerva_pttv.json',
'meta/minerva_sitv.json',
+ 'meta/minerva_tahan_smb.json',
'meta/terminus_2x100g_nic_tsff.json',
'meta/twinlake.json',
'meta/ventura_fanboard_adc_max.json',