commit | 1690aa972d82213ad0a3e8c86c26aea12d05accc | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Fri Jan 24 14:52:11 2025 -0600 |
committer | Zane Shelley <zshelle@us.ibm.com> | Fri Jan 24 14:54:47 2025 -0600 |
tree | 920e064990f80f7679d1e237d5b7b7dbef86b871 | |
parent | c7aacfaf677a9ac4acfcec7306e6090b291eb875 [diff] |
RAS Data: Update EQ_CORE_FIR[63] to level 2 support Change-Id: I24abba65fdb2b65bfe7e8cd092822b67e4b16ef8 Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
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