summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 5e949311b7b2e604d5d7a9632b2aab66b4999c81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# openpower-pnor-code-mgmt
OpenPower PNOR (Processor NOR) Code Management provides a set of host software
management applications for OpenPower systems. The host firmware is stored on
the PNOR chip.
More information can be found at
[Software Architecture](https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/xyz/openbmc_project/Software/README.md)
or
[Host Code Update](https://github.com/openbmc/docs/blob/master/code-update/host-code-update.md)

## To Build
```
To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To clean the repository run `./bootstrap.sh clean`.
```
OpenPOWER on IntegriCloud