configuration: ventura: support 2nd source board

There are two sources of RMC/Fan board on the ventura platform. To
distinguish between them, the FRU field (Board Custom Data 4) is used to
apply the appropriate configuration.
Addtionallyy, the old name of "ventura_rmc" and "ventura_fanboard" have
been change to the name which is follow the naming conventions used in
Catalina.

Change-Id: I94ecbb2ba9599faee31dab7ebede81156e69e458
Signed-off-by: Yang Chen <yang.chen@quantatw.com>
diff --git a/configurations/meson.build b/configurations/meson.build
index ad6be56..f673bd6 100644
--- a/configurations/meson.build
+++ b/configurations/meson.build
@@ -92,10 +92,12 @@
     'meta/minerva_sitv.json',
     'meta/terminus_2x100g_nic_tsff.json',
     'meta/twinlake.json',
-    'meta/ventura_fanboard.json',
+    'meta/ventura_fanboard_adc_max.json',
+    'meta/ventura_fanboard_adc_tic.json',
     'meta/ventura_ioboard.json',
     'meta/ventura_ledboard.json',
-    'meta/ventura_rmc.json',
+    'meta/ventura_rmc_hsc_ltc_fsc_max_p24vsen_ina_gndsen_ina_p12vbrick_delta.json',
+    'meta/ventura_rmc_hsc_xdp_fsc_nct_p24vsen_isl_gndsen_isl_p12vbrick_flex.json',
     'meta/ventura_scm.json',
     'meta/yosemite4.json',
     'meta/yosemite4_chassis.json',