commit | 8f07b2e6a2b7b6680cfff380a77cec7667f441e1 | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Thu Apr 21 15:55:59 2022 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Thu Apr 21 16:08:05 2022 -0500 |
tree | d8aaa753d589c3a1db8b7afdf8edbf9894e1ccf6 | |
parent | 5dbebde0ac628a62afc0a6a9acb5cc3dd69c5587 [diff] |
Add chip at fault to TOD secondary error callout list The error could be anywhere between the chip at fault and the clock source chip. So both chips should be added to the callout list. Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: I2a9e9b7b03ea300fc8ea92fcbd41080737f862d7
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