Manage the Host PNOR's code versions.

Clone this repo:

Branches

  1. b91986f clang-format: re-format for clang-19 by Patrick Williams · 3 days ago master
  2. 4302aa5 Add the new Software.Manager to service dependencies by Adriana Kobylak · 2 weeks ago
  3. f3b0c28 functions: Delete symlink if the target doesn't match by Adriana Kobylak · 10 weeks ago
  4. f8e0242 clang-format: re-format for clang-18 by Patrick Williams · 4 months ago
  5. 282d578 test/README.md: Fix MD040 warnings by George Liu · 5 months ago

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 or Host Code Update

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.