Manage the Host PNOR's code versions.

Clone this repo:

Branches

  1. 12d196f clang-tidy: format with config-clang-tidy by Patrick Williams · 3 weeks ago master
  2. 9df0f3f meson: reformat with meson formatter by Patrick Williams · 5 months ago
  3. cbf707b clang-format: update latest spec and reformat by Patrick Williams · 5 months ago
  4. d1ff1a4 build: use allowed over enabled or not-disabled by Patrick Williams · 5 months ago
  5. 01f7142 mmc: clang-tidy: Add override keyword by Adriana Kobylak · 4 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.