commit | 897a6f7d8ea2ac37d4c66ecd067928085d31879b | [log] [tgz] |
---|---|---|
author | Ben Tyner <ben.tyner@ibm.com> | Fri Jul 30 10:59:23 2021 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Tue Aug 03 20:06:09 2021 +0000 |
tree | 874e52615b5057ec0a8f69a0e89bf77d466d33f4 | |
parent | 4f4f4aa553254a9ce128eeb8b2d83464e99e027e [diff] |
Set environment variable for PDBG_DTB Override the default PDBG library device tree by setting a device tree using the PDBG_DTB environment variable. Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I012f48cbc3261be95ca47ffd434aa7ebf7d1ed61
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