commit | b9d864914c78667e83dc5e27ac7f8ee94c54be8b | [log] [tgz] |
---|---|---|
author | Bryon Catlin <bryon.catlin@gmail.com> | Tue Sep 30 16:24:39 2025 +0000 |
committer | Bryon Catlin <bryon.catlin@gmail.com> | Thu Oct 02 16:26:13 2025 +0000 |
tree | 9fb255ce0952b788c6319a45cd6213fe8e16c6f3 | |
parent | 48ed49f1813859fd9bbedb23ec06a0e72a8cd75c [diff] |
add function mmc_get_primary_label to update logic for bootside check Currently bootside is used to mount rofs but if BMC fails to boot the bootside env variable is not updated properly. This fix changes the logic of checking the bootside to properly mount rofs regardless of bootside value. Tested: Tested by corrupting kernel then performing a system reboot. Checking the fw_printenv output for bootside and comparing with the outputs of df and mount shows that this fix mounts the correct bootside regardless of the bootside env variable value. Change-Id: I99bcf5e5abc4483b010cccb1c47082948e096ec1 Signed-off-by: Bryon Catlin <bryon.catlin@gmail.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
.