commit | db8a643d05b8870fc3f78d4b999b1ea25832dca2 | [log] [tgz] |
---|---|---|
author | Caleb Palmer <cnpalmer@us.ibm.com> | Tue Jan 11 13:38:02 2022 -0600 |
committer | Zane Shelley <zshelle@us.ibm.com> | Thu Jan 13 18:12:30 2022 +0000 |
tree | 203e21e6de15d2ad19ce1f76d06b2adab2189eaf | |
parent | cb766a45aa79267b8df0bb82be89bbaa3cfc11eb [diff] |
Update AUE/IAUE callouts to include low priority MEM_PORT Signed-off-by: Caleb Palmer <cnpalmer@us.ibm.com> Change-Id: I5f168f05773bdccfe94def692d882b2c5a7194d9
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