Routines to start and stop OpenPower processors.

Clone this repo:

Branches

  1. 685dc08 remove installs on templated services and targets by Andrew Geissler · 6 weeks ago master
  2. 0c5fafd use sdbusplus unpack syntax by Patrick Williams · 2 months ago
  3. 2bf01cc remove is_method_error call by Patrick Williams · 2 months ago
  4. 8ced92d meson: use non-deprecated systemd packageconfig by Patrick Williams · 6 months ago
  5. dbfbada utilize systemd semantic for non-critical ExecStart by Andrew Geissler · 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.