Clone this repo:

Branches

  1. df9f8e4 Add xbus connections for new systems by Zane Shelley · 3 days ago master
  2. 316acda Add kernel MCTP (AF_MCTP) support and transport-implementation option by Pavithra Barithaya · 5 weeks ago
  3. 9b1a0b6 Move to libpldm pldm_transport APIs by Pavithra Barithaya · 4 months ago
  4. 36b043e Move to libpldm instance id APIs by Pavithra Barithaya · 4 months ago
  5. d57d6cc RAS Data: Fix Odyssey dimm1 metadata by Caleb Palmer · 10 days 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