1*8dd63cb2SGunnar Mills# openpower-pnor-code-mgmt
2*8dd63cb2SGunnar MillsOpenPower PNOR (Processor NOR) Code Management provides a set of host software
3*8dd63cb2SGunnar Millsmanagement applications for OpenPower systems. The host firmware is stored on
4*8dd63cb2SGunnar Millsthe PNOR chip.
5*8dd63cb2SGunnar MillsMore information can be found at
6*8dd63cb2SGunnar Mills[Software Architecture](https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/xyz/openbmc_project/Software/README.md)
7*8dd63cb2SGunnar Millsor
8*8dd63cb2SGunnar Mills[Host Code Update](https://github.com/openbmc/docs/blob/master/code-update/host-code-update.md)
9*8dd63cb2SGunnar Mills
10e5f6b968SGunnar Mills## To Build
11e5f6b968SGunnar Mills```
12e5f6b968SGunnar MillsTo build this package, do the following steps:
13e5f6b968SGunnar Mills
14e5f6b968SGunnar Mills    1. ./bootstrap.sh
15e5f6b968SGunnar Mills    2. ./configure ${CONFIGURE_FLAGS}
16e5f6b968SGunnar Mills    3. make
17e5f6b968SGunnar Mills
1831e336b4SGunnar MillsTo clean the repository run `./bootstrap.sh clean`.
19e5f6b968SGunnar Mills```
20