18dd63cb2SGunnar Mills# openpower-pnor-code-mgmt
2*d7cd1848SPatrick Williams
38dd63cb2SGunnar MillsOpenPower PNOR (Processor NOR) Code Management provides a set of host software
48dd63cb2SGunnar Millsmanagement applications for OpenPower systems. The host firmware is stored on
5*d7cd1848SPatrick Williamsthe PNOR chip. More information can be found at
6c8ee4497SKonstantin Aladyshev[Software Architecture](https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/Software/README.md)
78dd63cb2SGunnar Millsor
88dd63cb2SGunnar Mills[Host Code Update](https://github.com/openbmc/docs/blob/master/code-update/host-code-update.md)
98dd63cb2SGunnar Mills
10e5f6b968SGunnar Mills## To Build
11*d7cd1848SPatrick Williams
12e5f6b968SGunnar MillsTo build this package, do the following steps:
13e5f6b968SGunnar Mills
14408aa15cSAdriana Kobylak1. `meson build`
15408aa15cSAdriana Kobylak2. `ninja -C build`
16e5f6b968SGunnar Mills
17408aa15cSAdriana KobylakTo clean the repository run `rm -r build`.
18