Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | Today | - | ||||
dbus/ | H | 07-Mar-2021 | - | 9 | 8 | |
mmc/ | H | 20-Aug-2024 | - | 690 | 510 | |
static/ | H | 20-Aug-2024 | - | 669 | 494 | |
test/ | H | 20-Aug-2024 | - | 676 | 617 | |
ubi/ | H | 20-Aug-2024 | - | 1,575 | 1,136 | |
vpnor/ | H | 09-Apr-2024 | - | 215 | 177 | |
.clang-format | H A D | 20-Aug-2024 | 3.7 KiB | 137 | 135 | |
.gitignore | H A D | 20-Jul-2021 | 6 | 2 | 1 | |
.shellcheck | H A D | 10-May-2021 | 0 | |||
LICENSE | H A D | 07-Mar-2021 | 11.1 KiB | 202 | 169 | |
OWNERS | H A D | 23-Feb-2024 | 1.7 KiB | 53 | 48 | |
README.md | H A D | 09-Dec-2022 | 608 | 18 | 12 | |
activation.cpp | H A D | 20-Aug-2024 | 8.8 KiB | 300 | 249 | |
activation.hpp | H A D | 26-Jul-2022 | 9.8 KiB | 299 | 131 | |
functions.cpp | H A D | 24-Oct-2024 | 30.8 KiB | 830 | 501 | |
functions.hpp | H A D | 20-Aug-2024 | 1.7 KiB | 54 | 50 | |
generate-tar | H A D | 31-Jul-2024 | 11.2 KiB | 314 | 250 | |
generate-ubi | H A D | 09-Dec-2022 | 3.8 KiB | 153 | 109 | |
image_verify.cpp | H A D | 20-Aug-2024 | 9.3 KiB | 312 | 225 | |
image_verify.hpp | H A D | 21-Jun-2024 | 5.9 KiB | 221 | 102 | |
item_updater.cpp | H A D | 20-Aug-2024 | 7.9 KiB | 268 | 228 | |
item_updater.hpp | H A D | 20-Aug-2024 | 7.8 KiB | 232 | 93 | |
item_updater_main.cpp | H A D | 20-Aug-2024 | 4.7 KiB | 140 | 122 | |
meson.build | H A D | 23-Apr-2024 | 9.8 KiB | 305 | 281 | |
meson.options | H A D | 02-Dec-2023 | 578 | 8 | 7 | |
msl_verify.cpp | H A D | 21-Jun-2024 | 5.4 KiB | 212 | 171 | |
msl_verify.hpp | H A D | 20-Aug-2024 | 2.3 KiB | 79 | 36 | |
msl_verify_main.cpp | H A D | 07-Mar-2021 | 888 | 29 | 22 | |
op-pnor-msl.service | H A D | 18-Oct-2021 | 232 | 11 | 8 | |
openpower-pnor-update@.service | H A D | 07-Mar-2021 | 141 | 10 | 7 | |
org.open_power.Software.Host.Updater.service | H A D | 21-Feb-2023 | 340 | 15 | 12 | |
utils.cpp | H A D | 26-Jul-2022 | 5.2 KiB | 179 | 148 | |
utils.hpp | H A D | 21-Jun-2024 | 1.7 KiB | 71 | 21 | |
version.cpp | H A D | 20-Aug-2024 | 4.6 KiB | 187 | 152 | |
version.hpp | H A D | 20-Aug-2024 | 5.7 KiB | 186 | 78 |
README.md
1# openpower-pnor-code-mgmt 2 3OpenPower PNOR (Processor NOR) Code Management provides a set of host software 4management applications for OpenPower systems. The host firmware is stored on 5the PNOR chip. More information can be found at 6[Software Architecture](https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/Software/README.md) 7or 8[Host Code Update](https://github.com/openbmc/docs/blob/master/code-update/host-code-update.md) 9 10## To Build 11 12To build this package, do the following steps: 13 141. `meson build` 152. `ninja -C build` 16 17To clean the repository run `rm -r build`. 18