Routines to start and stop OpenPower processors.

Clone this repo:

Branches

  1. 0c5fafd use sdbusplus unpack syntax by Patrick Williams · 12 days ago master
  2. 2bf01cc remove is_method_error call by Patrick Williams · 12 days ago
  3. 8ced92d meson: use non-deprecated systemd packageconfig by Patrick Williams · 4 months ago
  4. dbfbada utilize systemd semantic for non-critical ExecStart by Andrew Geissler · 5 months ago
  5. 81cf065 meson: reformat with meson formatter by Patrick Williams · 10 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.