Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/openbmc/openpower-proc-control
- Owner: openbmc
- License: apache-2.0
- Created: 2017-02-28T11:39:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-19T14:41:12.000Z (3 months ago)
- Last Synced: 2024-08-19T17:14:07.312Z (3 months ago)
- Language: C++
- Size: 1.56 MB
- Stars: 1
- Watchers: 12
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 builddirTo build with phal feature:
1. meson builddir -Dphal=enabled -Dopenfsi=enabled
2. ninja -C builddirTo clean the repository run `ninja -C builddir/ clean`.