commit | 8652eb9b8f157d72de1ee125bf81b9162ff44331 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Fri May 20 14:35:35 2022 +0000 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Mon May 23 20:58:11 2022 +0000 |
tree | 46441356bd6dcad5b4578bd2292369d51b085f04 | |
parent | 095b1a02e2a209bea0f28572250741594f26b91b [diff] |
mmc: Add nvram hostfw directory Created an nvram directory to store the hypervisor's NVRAM files. Create a symlink to that directory for apps like PLDM to access it. Add a dependency to the symlink service to start before the PLDM services that would make use of the new NVRAM directory start. Tested: Verified the directory and symlink got created. Verified the PLDM services started after the symlink one. Change-Id: I8cdef7cc2176ed10096712918a743efd304df6c1 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
.