Name Date Size #Lines LOC

..Today-

dbus/H07-Mar-2021-98

mmc/H20-Aug-2024-690510

static/H20-Aug-2024-669494

test/H20-Aug-2024-676617

ubi/H20-Aug-2024-1,5751,136

vpnor/H09-Apr-2024-215177

.clang-formatH A D20-Aug-20243.7 KiB137135

.gitignoreH A D20-Jul-20216 21

.shellcheckH A D10-May-20210

LICENSEH A D07-Mar-202111.1 KiB202169

OWNERSH A D23-Feb-20241.7 KiB5348

README.mdH A D09-Dec-2022608 1812

activation.cppH A D20-Aug-20248.8 KiB300249

activation.hppH A D26-Jul-20229.8 KiB299131

functions.cppH A D24-Oct-202430.8 KiB830501

functions.hppH A D20-Aug-20241.7 KiB5450

generate-tarH A D31-Jul-202411.2 KiB314250

generate-ubiH A D09-Dec-20223.8 KiB153109

image_verify.cppH A D20-Aug-20249.3 KiB312225

image_verify.hppH A D21-Jun-20245.9 KiB221102

item_updater.cppH A D20-Aug-20247.9 KiB268228

item_updater.hppH A D20-Aug-20247.8 KiB23293

item_updater_main.cppH A D20-Aug-20244.7 KiB140122

meson.buildH A D23-Apr-20249.8 KiB305281

meson.optionsH A D02-Dec-2023578 87

msl_verify.cppH A D21-Jun-20245.4 KiB212171

msl_verify.hppH A D20-Aug-20242.3 KiB7936

msl_verify_main.cppH A D07-Mar-2021888 2922

op-pnor-msl.serviceH A D18-Oct-2021232 118

openpower-pnor-update@.serviceH A D07-Mar-2021141 107

org.open_power.Software.Host.Updater.serviceH A D21-Feb-2023340 1512

utils.cppH A D26-Jul-20225.2 KiB179148

utils.hppH A D21-Jun-20241.7 KiB7121

version.cppH A D20-Aug-20244.6 KiB187152

version.hppH A D20-Aug-20245.7 KiB18678

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