Manage the Host PNOR's code versions.

Clone this repo:

Branches

  1. a96df3e Recover host devtree file if corrupted by Deepa Karthikeyan · 3 weeks ago master
  2. 4639e55 vpnor: updatesymlinks: Disable rate limiting by Adriana Kobylak · 4 weeks ago
  3. 1b92f3d OWNERS: Update Gunnar's email address by Gunnar Mills · 2 months ago
  4. 749bdcc functions: Replace IBMCompatibleSystem with Compatible by Adriana Kobylak · 4 months ago
  5. 4cf521e prefer std::format over fmt by Patrick Williams · 3 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.