Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/openbmc/openpower-hw-diags


https://github.com/openbmc/openpower-hw-diags

Last synced: about 12 hours ago
JSON representation

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