Name Date Size #Lines LOC

..Today-

dbus/H07-Mar-2021-98

mmc/H23-Apr-2024-691511

static/H11-May-2023-670495

test/H23-Feb-2024-968826

ubi/H31-May-2023-1,5771,138

vpnor/H09-Apr-2024-215177

.clang-formatH A D24-Oct-20233.6 KiB136134

.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 D11-May-20238.8 KiB300249

activation.hppH A D26-Jul-20229.8 KiB299131

functions.cppH A D23-Feb-202430 KiB809486

functions.hppH A D26-Jul-20221.7 KiB5551

generate-tarH A D09-Dec-20228.9 KiB278214

generate-ubiH A D09-Dec-20223.8 KiB153109

image_verify.cppH A D11-May-20239.3 KiB312225

image_verify.hppH A D11-May-20235.9 KiB221102

item_updater.cppH A D11-May-20237.9 KiB268228

item_updater.hppH A D11-May-20237.9 KiB23394

item_updater_main.cppH A D23-Feb-20244.1 KiB131113

meson.buildH A D23-Apr-20249.8 KiB305281

meson.optionsH A D02-Dec-2023578 87

msl_verify.cppH A D11-May-20235.4 KiB212171

msl_verify.hppH A D31-May-20232.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 D24-Oct-20231.7 KiB7121

version.cppH A D11-May-20234.6 KiB188153

version.hppH A D26-Jul-20225.8 KiB18779

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