Routines to start and stop OpenPower processors.

Clone this repo:

Branches

  1. 8ced92d meson: use non-deprecated systemd packageconfig by Patrick Williams · 3 weeks ago master
  2. dbfbada utilize systemd semantic for non-critical ExecStart by Andrew Geissler · 6 weeks ago
  3. 81cf065 meson: reformat with meson formatter by Patrick Williams · 6 months ago
  4. 1bcde49 clang-format: update latest spec and reformat by Patrick Williams · 6 months ago
  5. 4f31238 clang-format: re-format for clang-19 by Patrick Williams · 7 months ago

openpower-proc-control

Contains procedures that interact with the OpenPower nest chipset.

To Build

To build this package, do the following steps:

1. meson builddir
2. ninja -C builddir

To build with phal feature:

1. meson builddir -Dphal=enabled -Dopenfsi=enabled
2. ninja -C builddir

To clean the repository run ninja -C builddir/ clean.