commit | 04f010abb7946c18d6bb68c714ca6a4417845d8d | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Tue Nov 16 16:52:33 2021 -0600 |
committer | Zane Shelley <zshelle@us.ibm.com> | Tue Nov 16 16:52:33 2021 -0600 |
tree | 77116154737ce170220129a22a3553c283c068ca | |
parent | 86ccc45d33ba1540b047e257c801aca192ae19c8 [diff] |
Design direction change for checkstop dumps Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: Ice5aef756d4b165222974918b2434e8ce4057ef1
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