commit | a16758b7c34b30083bb403c75d6ddea7841ef1a8 | [log] [tgz] |
---|---|---|
author | Ben Tyner <ben.tyner@ibm.com> | Tue Dec 07 10:38:05 2021 -0600 |
committer | Zane Shelley <zshelle@us.ibm.com> | Tue Dec 07 21:25:25 2021 +0000 |
tree | 2fb749d6128241e19e2f651e275538e214db078e | |
parent | 07ebb9be50d6a449971e4ae36f5fd712a6d09d5a [diff] |
attn: Fix no PEL created when TI info unavailable When handling HB TI where TI info is not available the logic path was incorrectly handling this event as a TI with EID and no PEL was being created. This is fixed (a PEL is created) by handling this event correctly as TI with SRC (SRC == BC801B99). Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: Icfa2b22c02aa382edec06572e567b2a912e25cf1
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