commit | bbb53393c5e2eb2ad4d3ef8401f8481732b84ed0 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Mon Feb 14 21:15:48 2022 +0000 |
committer | Adriana Kobylak <anoo@linux.ibm.com> | Wed Feb 16 20:41:20 2022 +0000 |
tree | bd80b16de00e60a3ef4c0b03dabc18e7a11ce4ae | |
parent | e5ba5fd00ab54cba255825248a2819c79f38d32d [diff] |
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
Contains procedures that interact with the OpenPower nest chipset.
To build this package, do the following steps: 1. meson builddir 2. ninja -C builddir To build with phal feature: 1. meson builddir -Dphal=enabled -Dopenfsi=enabled 2. ninja -C builddir To clean the repository run `ninja -C builddir/ clean`.