Manage the Host PNOR's code versions.

Clone this repo:

Branches

  1. 4639e55 vpnor: updatesymlinks: Disable rate limiting by Adriana Kobylak · 2 weeks ago master
  2. 1b92f3d OWNERS: Update Gunnar's email address by Gunnar Mills · 8 weeks ago
  3. 749bdcc functions: Replace IBMCompatibleSystem with Compatible by Adriana Kobylak · 3 months ago
  4. 4cf521e prefer std::format over fmt by Patrick Williams · 9 weeks ago
  5. 9c6fa9b build: use allowed over enabled by Patrick Williams · 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.