Routines to start and stop OpenPower processors.

Clone this repo:

Branches

  1. 81cf065 meson: reformat with meson formatter by Patrick Williams · 9 weeks ago master
  2. 1bcde49 clang-format: update latest spec and reformat by Patrick Williams · 9 weeks ago
  3. 4f31238 clang-format: re-format for clang-19 by Patrick Williams · 4 months ago
  4. 1e43be0 clang-format: re-format for clang-18 by Patrick Williams · 8 months ago
  5. 81cae31 Add subproject wrap files by Matt Spinler · 8 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.