commit | 63f2055801ae3f9d55fa12492196f4a70f0e2960 | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Thu Sep 16 09:40:05 2021 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Thu Sep 16 15:26:58 2021 +0000 |
tree | e8ae24d21edde3d813d2b799cc65cda14d7cc4af | |
parent | 276e9813915d608358422e12109faf5dabdbe0d0 [diff] |
stop ATTN service during watchdog time out handling A watchdog time out will initiate a dump. As a side-effect, the dump will likely trigger a checkstop attention. We do not want ATTN to handle this attention. So we are stopping the ATTN service before initiating the dump. The ATTN service will be restarted on the next IPL. Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: If98ce1b3dfbf31896808b1a43ecc007efb6ea8f8
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