https://github.com/openbmc/witherspoon-pfault-analysis
Power fault analysis routines for the Witherspoon system
https://github.com/openbmc/witherspoon-pfault-analysis
Last synced: 10 months ago
JSON representation
Power fault analysis routines for the Witherspoon system
- Host: GitHub
- URL: https://github.com/openbmc/witherspoon-pfault-analysis
- Owner: openbmc
- License: apache-2.0
- Created: 2017-07-17T13:32:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-04T15:46:15.000Z (over 1 year ago)
- Last Synced: 2025-03-22T04:02:06.380Z (over 1 year ago)
- Language: C++
- Size: 820 KB
- Stars: 3
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# witherspoon-pfault-analysis
Code for detecting and analyzing power faults on Witherspoon.
## To Build
To build this package, do the following steps:
1. `meson setup build`
2. `ninja -C build`
To clean the repository again run `rm -rf build`.