Name Date Size #Lines LOC

..--

dbus/H--98

mmc/H--694514

static/H--669494

test/H--969826

ubi/H--1,5751,136

vpnor/H--215177

.clang-formatH A D18-Dec-20243.7 KiB137135

.clang-tidyH A D18-Dec-2024328 2419

.gitignoreH A D22-Jun-20216 21

.shellcheckHD26-Apr-20210

LICENSEH A D31-Jan-201711.1 KiB202169

OWNERSH A D21-Feb-20241.7 KiB5348

README.mdH A D08-Dec-2022608 1812

activation.cppH A D16-Aug-20248.8 KiB300249

activation.hppH A D22-Jul-20229.8 KiB299131

functions.cppH A D19-Dec-202430.7 KiB829500

functions.hppH A D16-Aug-20241.7 KiB5450

generate-tarH A D05-Jul-202411.2 KiB314250

generate-ubiH A D08-Dec-20223.8 KiB153109

image_verify.cppH A D16-Aug-20249.3 KiB312225

image_verify.hppH A D16-Jun-20245.9 KiB221102

item_updater.cppH A D16-Aug-20247.9 KiB268228

item_updater.hppH A D19-Dec-20247.8 KiB23293

item_updater_main.cppH A D16-Aug-20244.7 KiB140122

meson.buildH A D16-Apr-20249.8 KiB305281

meson.optionsH A D29-Nov-2023578 87

msl_verify.cppH A D16-Jun-20245.4 KiB212171

msl_verify.hppH A D16-Aug-20242.3 KiB7936

msl_verify_main.cppH A D06-Nov-2020888 2922

op-pnor-msl.serviceH A D21-Oct-2020232 118

openpower-pnor-update@.serviceH A D22-Feb-2019141 107

org.open_power.Software.Host.Updater.serviceH A D04-Dec-2024289 1411

utils.cppH A D22-Jul-20225.2 KiB179148

utils.hppH A D16-Jun-20241.7 KiB7121

version.cppH A D16-Aug-20244.6 KiB187152

version.hppH A D16-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