configurations: Add Clemente system config
Introduce initial configuration files for Clemente system.
High level description:
*FIO (Front I/O controller)
Provides system status indicators (LEDs) and board information (FRU),
and communicates with the Remote Management Controller (RMC) to
ensure front-panel events are monitored and reported in real time.
*HDD & HDD_NVMe
Connected via the MCIO connector and CX8 interface, and linked to
SSDs so that CX8 can carry high-speed traffic to and from the drives.
*OSFP (Octal Small Form-factor Pluggable)
Defines front-panel pluggable slots with eight high-speed electrical
lanes. The Entity Manager reads the OSFP JSON definitions to detect
inserted modules and exposes them via D-Bus for dynamic binding by
other services.
*PDB (Power Distribution Board)
Manages and reports voltage and current on power rails for storage
and networking modules. It exposes these metrics in JSON so that
other components can throttle I/O or trigger alarms when
approaching power limits.
*SCM (Secure Control Module)
Serves as the carrier board for the BMC, connecting to the Hardware
Platform Manager (HPM) to monitor and manage secure-boot policies,
cryptographic keys, and global configuration.
==================================================================
1.Add /* */ style comments before Name
2.Add BOARD_MANUFACTURER to each Probe
Change-Id: I881e1362e9b178af613fad6a9a37d876de20c53f
Signed-off-by: Alex Wang <alex.ts.wang@fii-foxconn.com>
diff --git a/configurations/meson.build b/configurations/meson.build
index 385f0a5..3c2d016 100644
--- a/configurations/meson.build
+++ b/configurations/meson.build
@@ -72,6 +72,12 @@
'meta/catalina_pdb_hsc_ltc_fsc_max_vr_raa_gndsen_ina_p12vsen_ina_p12vfan_mps.json',
'meta/catalina_pdb_hsc_xdp_fsc_nct_vr_raa_gndsen_max_p12vsen_isl_p12vfan_rtt.json',
'meta/catalina_scm.json',
+ 'meta/clemente_fio.json',
+ 'meta/clemente_hdd.json',
+ 'meta/clemente_hdd_nvme.json',
+ 'meta/clemente_osfp.json',
+ 'meta/clemente_pdb.json',
+ 'meta/clemente_scm.json',
'meta/fbtp.json',
'meta/fbyv2.json',
'meta/fbyv35.json',