Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/openbmc/openpower-proc-control

Routines to start and stop OpenPower processors.
https://github.com/openbmc/openpower-proc-control

Last synced: about 10 hours ago
JSON representation

Routines to start and stop OpenPower processors.

Awesome Lists containing this project

README

        

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