commit | f5210bb662ad7e41a4184d9dca12b8000ab3a03a | [log] [tgz] |
---|---|---|
author | Ben Tyner <ben.tyner@ibm.com> | Tue Jan 05 12:58:10 2021 -0600 |
committer | Ben Tyner <ben.tyner@ibm.com> | Mon Jan 11 08:02:09 2021 -0600 |
tree | ce5e02d5e0d891b5448146b2ebe6bbdfd404de25 | |
parent | cb457383554b894951daa3c016f6f0c2445848b1 [diff] |
Attn: Add support for raw PEL creation Attention handler needs to pass raw PEL's to phosphor logging in order to submit PEL's on behalf of other components (e.g. hypervisor) Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: Id9a30728e7b463ac876b5dca023ca2627a25bb16
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