1# openpower-pnor-code-mgmt
2OpenPower PNOR (Processor NOR) Code Management provides a set of host software
3management applications for OpenPower systems. The host firmware is stored on
4the PNOR chip.
5More information can be found at
6[Software Architecture](https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/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
11To build this package, do the following steps:
12
131. `meson build`
142. `ninja -C build`
15
16To clean the repository run `rm -r build`.
17