commit | 1e01078ee7d37aa01db48687433704e73c34b68c | [log] [tgz] |
---|---|---|
author | zamiseck <zimzam17@gmail.com> | Thu May 19 16:08:55 2022 -0500 |
committer | zamiseck <zimzam17@gmail.com> | Tue May 24 15:23:04 2022 -0500 |
tree | 969796d3ea4b24fcb2da40d3188200aaf67b100f | |
parent | f9a72a7aaa12029308e96b09d2a2128834efb990 [diff] |
Preserved Partition Change This commit fixes the problem of corrupted or changed preserved partitions. If one of the partitions becomes corrupted, or it the size of the partition needs to be changes, these changes will allow for the copying of the old partition, forcing the new one to take its place. Tested: When a PRESERVED partition is altered (corrupted or contents deleted) ensured that the contents was not copied into the prsv directory and the working partition appeared upon reboot. Signed-off-by: Zami Seck <zimzam17@gmail.com> Change-Id: I473bdef12dd14913c385ccd43693ad7176567313
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
.