commit | ac5aec1808b50bd3a524a7f46c9140397e4b08d2 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Tue Jun 22 16:22:17 2021 +0000 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Thu Jun 24 20:17:57 2021 +0000 |
tree | a334ba5962ddfe5d1b2c20f8669235f22b0aeecd | |
parent | c79fa91513c95ceb21cca3d216c280b5317f7f3c [diff] |
mmc: Move process host firmware to own service The process-host-firmware subcommand waits for the Entity Manager interface to appear in D-Bus. It's currently run from the mmc-init script. But if a system does not support Entity Manager, then the init service never exits, blocking its dependencies like PLDM from starting. Move the process-host-firmware to its own service file so that if needs to wait forever, it doesn't interfere with other processes. Need to start it after the mmc-init so that all the directories are setup before the symlinks are created. Tested: Verified on tacoma that the service remains running and PLDM starts successfully. Verified on rainier that the symlinks are created. Change-Id: Ia746362e5ff688b972e9b92e9d78f3f5b3623a99 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
OpenPower PNOR (Processor NOR) Code Management provides a set of host software management applications for OpenPower systems. The host firmware is stored on the PNOR chip. More information can be found at Software Architecture or Host Code Update
To build this package, do the following steps:
meson build
ninja -C build
To clean the repository run rm -r build
.