Clone this repo:

Branches

  1. a92dc02 Disable host watchdog during dump collection by Deepa Karthikeyan · 10 days ago master
  2. 4d9adc0 Fix primary SRC section size in PelMinimal size procedure by Caleb Palmer · 2 weeks ago
  3. 6b2a5a4 Updating OWNERS file by Zane Shelley · 4 weeks ago
  4. e0b10c8 RAS data file PAU_FIR updates by Caleb Palmer · 3 weeks ago
  5. b1ef8c4 Add longer timeout value for test-pll-unlock by Caleb Palmer · 3 weeks 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