Revision Date Author Comments
# bbb53393 14-Feb-2022 Adriana Kobylak <anoo@us.ibm.com>

PHAL: Add service dependency to DEVTREE creation

Start the services that require DEVTREE after the
openpower-update-bios-attr-table.service since that's the one that
sets up the DEVTREE symlink. Als

PHAL: Add service dependency to DEVTREE creation

Start the services that require DEVTREE after the
openpower-update-bios-attr-table.service since that's the one that
sets up the DEVTREE symlink. Also update the path to DEVTREE to the one
defined by the meson options.

Tested: Verified phal started after the bios attr service file, powered
on, and issued reboot at power on without any errors. Verified service
files had devtree path of:
Environment="PDBG_DTB=/media/hostfw/running/DEVTREE"

Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
Change-Id: If41f86b287b70c48d17c6f4b2af9aa0adfb81488

show more ...


# a089bd29 30-Jul-2021 Jayanth Othayoth <ojayanth@in.ibm.com>

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

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

show more ...