Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openbmc/openpower-hw-diags
https://github.com/openbmc/openpower-hw-diags
Last synced: about 12 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/openbmc/openpower-hw-diags
- Owner: openbmc
- License: apache-2.0
- Created: 2019-03-07T13:22:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T16:23:42.000Z (13 days ago)
- Last Synced: 2024-10-26T05:10:03.286Z (11 days ago)
- Language: C++
- Size: 2.28 MB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hardware Diagnostics for POWER Systems
In the event of a system fatal error reported by the internal system hardware
(processor chips, memory chips, I/O chips, system memory, etc.), POWER Systems
have the ability to diagnose the root cause of the failure and perform any
service action needed to avoid repeated system failures.Aditional details TBD.
## Building
For a standard OpenBMC release build, you want something like:
```sh
meson -Dtests=disabled
ninja -C
ninja -C install
```For a test / debug build, a typical configuration is:
```sh
meson -Dtests=enabled
ninja -C test
```