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