commit | 626270affc0f71eaab89c45c492e6732238fa360 | [log] [tgz] |
---|---|---|
author | Caleb Palmer <cnpalmer@us.ibm.com> | Mon Feb 21 11:05:08 2022 -0600 |
committer | Zane Shelley <zshelle@us.ibm.com> | Tue Mar 01 15:26:42 2022 +0000 |
tree | 481ef1adda02f10c16eae863e16c387feb3d0f28 | |
parent | c1e1c00068b08fdeb613774af391a6c2308f82e8 [diff] |
Add support for getting a connected peer from IOHS or SMPGROUP This adds getConnectedTarget support to get a connected peer target that is across a bus from a provided IOHS or SMPGROUP/IOLINK target Signed-off-by: Caleb Palmer <cnpalmer@us.ibm.com> Change-Id: I00320cf604ea21023b702fc984efd83f137ab36d
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