commit | 3907c7a739710aa94749431a9de8451d7b56e186 | [log] [tgz] |
---|---|---|
author | Caleb Palmer <cnpalmer@us.ibm.com> | Tue Nov 28 15:49:19 2023 -0600 |
committer | Caleb Palmer <cnpalmer@us.ibm.com> | Thu Nov 30 13:57:39 2023 -0600 |
tree | 8ff85e97179c9eef83bfba185ec478b236be3c1d | |
parent | a7dc66ba7654bd03ae97cd9c89eef60e47f36fc5 [diff] |
Update interrupt bits from OCMBs with attn_from_ocmb flag in RAS data Signed-off-by: Caleb Palmer <cnpalmer@us.ibm.com> Change-Id: I8b5a06be9c5db78046c65b7134410de8e870faa6
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