commit | 9980d48969bb957ac2b2fc9e49cad117762dba7e | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Fri Jan 28 15:21:47 2022 -0600 |
committer | Zane Shelley <zshelle@us.ibm.com> | Tue Feb 01 22:01:19 2022 +0000 |
tree | 272e5274e7c84095291b58cb53c2eaeda75c5714 | |
parent | 8af5685490cc1fe2e3dfa7639ade1bb0307998b3 [diff] |
moved Priority class to enum class The class was over-architected and inflexible. Converted to a simpler enum class. Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: I0515753136d9f78a0d21b6c22794d521fb180df3
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