PHAL: add devtree import service
Service to restore r/w devtree attribute data in the
reboot path. This is required only in concurrent software
update reboot path. The attribute data files creates only
in the concurrent code update path. so no action in the
regular reboot path.
This service will only run in the following condition:
- Chassis power is on when the BMC comes out of reset
Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Change-Id: I57f4d86863c5933093afcd940c3522c6c85fb719
diff --git a/meson.build b/meson.build
index 7492300..389c8c2 100644
--- a/meson.build
+++ b/meson.build
@@ -98,6 +98,7 @@
'service_files/proc-pre-poweroff@.service',
'service_files/op-reset-host-check@.service',
'service_files/op-reset-host-clear.service',
+ 'service_files/phal-import-devtree@.service',
]
unit_subs.set('ENABLE_PHAL_TRUE', '')
endif