commit | 4e82bc847fcda9cd09ce3e0e31256fdeca8239d8 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Tue Sep 28 19:25:39 2021 +0000 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Tue Sep 28 20:40:35 2021 +0000 |
tree | 97347a4e4aed7c8719d86d07e412a5c79b18a897 | |
parent | ed44b45f499f43b40170319088a8db3276e6734d [diff] |
mmc: Handle missing pnor.toc file The pnor.toc file is a mboxd implemenation, and therefore will not exist once the host uses PLDM instead, which uses .lid files instead of pnor partition files. As part of the transition, the pnor.toc file is being built into a .lid file for images that do not contain pnor partition files. Handle this transition by creating a symlink from pnor partition file to .lid file. This would remain in place until all the PLDM support from the hostboot side is in place and mboxd is removed. Tested: Verified rainier powers on and mboxd starts successfully, and the volatile partition gets cleared. Change-Id: I59364c0abf100dab5a38d277f0587d0dd221b53d 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
.