update host bios to indicate mpreboot

A new IBM-specific BIOS was introduced via the following commit:
https://gerrit.openbmc-project.xyz/c/openbmc/pldm/+/52268

This new BIOS value tracks when a memory preserving reboot starts until
the time that the generated dump is offloaded from the system.

Utilizing the openpower-proc-control repository for this function,
since this is where mpreboot is controlled and is specific to systems
with this feature.

PHYP is responsible for setting the BIOS to disabled once the offload
has completed. The requirement on the BMC is to just ensure it gets
reset on any power off or system AC loss.

Tested:
Updated op-proc-control recipes to put this new service in the
multi-user.target and obmc-host-stop@0.target.
- Caused mpreboot, verified it was set to enabled
- Rebooted BMC in above condition, verified it was still enabled
- Powered off system, verified it was reset to disabled
- Set to enabled at BMC Ready, rebooted BMC and verified it was reset to
  disabled

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: Iba8d867c0c8b82f1c9845f4ae77738af759717a8
diff --git a/meson.build b/meson.build
index ff5c0f7..a8586e1 100644
--- a/meson.build
+++ b/meson.build
@@ -124,6 +124,7 @@
         'service_files/set-spi-mux.service',
         'service_files/phal-reinit-devtree.service',
         'service_files/proc-pre-poweroff@.service',
+        'service_files/op-clear-sys-dump-active@.service',
         'service_files/op-reset-host-check@.service',
         'service_files/op-reset-host-clear.service',
         'service_files/phal-import-devtree@.service',