commit | 9b1a0b6b0e9e6018cd820e259e39516da1c2d826 | [log] [tgz] |
---|---|---|
author | Pavithra Barithaya <pavithrabarithaya07@gmail.com> | Mon Oct 14 19:16:11 2024 +0530 |
committer | Zane Shelley <zshelle@us.ibm.com> | Tue Feb 18 12:45:08 2025 -0600 |
tree | 00f2b455c44d0df90799bfef15022b229f16fab0 | |
parent | 36b043e996a7b71fefd448f3fcc257a21fd53547 [diff] |
Move to libpldm pldm_transport APIs Replaced pldm transport APIs with libpldm pldm_transport APIs to remove the dependency on pldm. This change removes the dependency on pldm by utilizing the standardized libpldm APIs for transport operations, improving maintainability and compatibility. We don't currently have the infrastructure in place to get the correct TIDs, so to keep everything working as before use the EID as the TID in the EID-to-TID mapping. ***Testing in progress*** Change-Id: I2bb9927fea254fe5bf88e1181476d491e533cf20 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