Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openbmc/openpower-pnor-code-mgmt
Manage the Host PNOR's code versions.
https://github.com/openbmc/openpower-pnor-code-mgmt
Last synced: about 10 hours ago
JSON representation
Manage the Host PNOR's code versions.
- Host: GitHub
- URL: https://github.com/openbmc/openpower-pnor-code-mgmt
- Owner: openbmc
- License: apache-2.0
- Created: 2017-01-31T17:26:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T21:16:53.000Z (14 days ago)
- Last Synced: 2024-10-24T09:31:48.225Z (13 days ago)
- Language: C++
- Size: 1.18 MB
- Stars: 3
- Watchers: 14
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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/yaml/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. `meson build`
2. `ninja -C build`To clean the repository run `rm -r build`.