commit | 08f25b219dab3da8bf82170a5c10b19ecf0f3882 | [log] [tgz] |
---|---|---|
author | Pavithra Barithaya <pavithrabarithaya07@gmail.com> | Mon Oct 14 14:38:57 2024 +0530 |
committer | Pavithra Barithaya <pavithrabarithaya07@gmail.com> | Thu Oct 24 10:47:46 2024 +0530 |
tree | 4f2211c2ed774094b939ac93106d6319295110cb | |
parent | ec8faedc27a6d57246c6ac0530d79e73c87abfd9 [diff] |
Change "mctp instance id" to "pldm instance id" Instance IDs are the ids given from the instanceID database to the PLDM request and response messages. Its not a MCTP thing but rather related to the PLDM messages. Change-Id: I6eda652ec86cba691b8b2b848ca0c9227e4c05dc Signed-off-by: Pavithra Barithaya <pavithrabarithaya07@gmail.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