commit | a7dc66ba7654bd03ae97cd9c89eef60e47f36fc5 | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Mon Nov 06 14:01:18 2023 -0600 |
committer | Zane Shelley <zshelle@us.ibm.com> | Mon Nov 06 20:22:27 2023 +0000 |
tree | 1079288aac14deeec0b08549d55ce223ce64c7e9 | |
parent | 81d4c89a02fb6a92b511817b440512bea7322cad [diff] |
Add SMP link support for Bonnell Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: I69e9cec0e050fa207254d11ba3596858ed767432
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