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
11```
12To build this package, do the following steps:
13
14    1. ./bootstrap.sh
15    2. ./configure ${CONFIGURE_FLAGS}
16    3. make
17
18To clean the repository run `./bootstrap.sh clean`.
19```
20