commit | 9d4f91cd8ab2b8622ab8ff5b6df8d4cbc16e14d6 | [log] [tgz] |
---|---|---|
author | Ben Tyner <ben.tyner@ibm.com> | Tue Feb 09 08:27:58 2021 -0600 |
committer | ben.tyner <ben.tyner@ibm.com> | Wed Feb 10 04:36:30 2021 +0000 |
tree | b6bf93f07835722f6a9fa0a88e70dc51b5b039f0 | |
parent | 5ec757bfe4d474817304623d0b489e9302f22182 [diff] |
Attn: Treat HB primary src as hex not ascii When retrieving the HB primary src from TI info the field needs to be treated as hex (versus ascii in hypervisor case). Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I2f9bfb7a04693d5435e242381025eb15a1177641
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