configurations: sbp1: Display HBM rails only on HBM capable CPU

Make sure the HBM rails are shown in Webui only when socket with HBM
capable socket is installed.

It relies on using probe to check presence of string 'HBM' in
version property.

TEST: HBM regulators are only shown when HBM CPUs are plugged and
      the version property contains 'HBM'.

Signed-off-by: Naresh Solanki <naresh.solanki@9elements.com>
Change-Id: I254d0d5a145e250119fefd75d2715416593ddb85
diff --git a/meson.build b/meson.build
index 33a7c9c..7055b5d 100644
--- a/meson.build
+++ b/meson.build
@@ -169,6 +169,7 @@
     'sbp1_nvme.json',
     'sbp1_psu.json',
     'sbp1_rssd.json',
+    'sbp1_hbm.json',
     'system1_baseboard.json',
     'system1_chassis.json',
     'solum_pssf162202_psu.json',