Routines to start and stop OpenPower processors.

Clone this repo:

Branches

  1. 1e43be0 clang-format: re-format for clang-18 by Patrick Williams · 4 months ago master
  2. 81cae31 Add subproject wrap files by Matt Spinler · 5 months ago
  3. 18632fd README.md: Fix MD040 warnings by George Liu · 5 months ago
  4. c13e678 README.md: Fix MD041 warnings by George Liu · 5 months ago
  5. 01e2f5c Update OWNERS file to add dhruvaraj as reviewer by Dhruvaraj Subhashchandran · 6 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.