Routines to start and stop OpenPower processors.

Clone this repo:

Branches

  1. 969196c State.Chassis: update service name by Patrick Williams · 3 months ago master
  2. bf46eb1 Remove Jayanth from maintainers by Jayanth Othayoth · 5 months ago
  3. 915b38f clang-format: copy latest and re-format by Patrick Williams · 6 months ago
  4. 3b59356 PHAL:Fix missing clock diagnostic data during ipl by Deepa Karthikeyan · 7 months ago
  5. 773fd24 phal: fix ignoring attributes warning by Jayanth Othayoth · 8 months ago

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`.