Clone this repo:

Branches

  1. 5d2e991 use sdbusplus unpack syntax by Patrick Williams · 10 days ago master
  2. d9d5423 RAS data: add level 2 callout to ME=0 checkstop by Zane Shelley · 3 weeks ago
  3. 0487ac1 meson: use non-deprecated systemd packageconfig by Patrick Williams · 4 months ago
  4. c08f5ff fix resolution issue with duplicate callouts by Zane Shelley · 5 months ago
  5. 0cab8ad Add helper func in root cause filter by Caleb Palmer · 5 months ago

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:

meson -Dtests=disabled <build_dir>
ninja -C <build_dir>
ninja -C <build_dir> install

For a test / debug build, a typical configuration is:

meson -Dtests=enabled <build_dir>
ninja -C <build_dir> test