commit | 7bf1bfa508ab6434b315eb0da14fbf3cf12a86cb | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Wed Apr 27 18:00:34 2022 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Wed Apr 27 18:02:55 2022 -0500 |
tree | 586f3c36b5422310e35ed1455cb827b332f44fcd | |
parent | 8f07b2e6a2b7b6680cfff380a77cec7667f441e1 [diff] |
Enable LPC timeout handling It turns out the plugin exists, but nothing in the RAS data was calling the plugin. Change-Id: I9d35a61064e5f412f216ffbea96597b4d691a98a
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.
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