commit | 340708d65e8e2c0cb21b19588ebefc9df73a1a42 | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Fri Sep 24 13:39:50 2021 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Fri Sep 24 15:23:11 2021 -0500 |
tree | 32437367072e616af1dd96042d4f9a0b9098fec5 | |
parent | 78f1c8944506e829ea0de7993a5750c66220f0ca [diff] |
Update actions for FIR on the core target This includes the the EQ_CORE_FIR, EQ_L2_FIR, EQ_L3_FIR, and EQ_NCU_FIR. Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: Id797e5caf140d5f8ff5a3d7ca23bc61af5197436
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