- Jun 19, 2019
-
-
Deepak Kodihalli authored
This commit implements a framework that allows describing platform/system specific PDR information in JSON files, which the PLDM responder library parses and builds a PDR out of. Separate JSON files are expected per PDR type. This commit also adds the code to build a state effecter PDR. PDR record handles are implemented as incrementing indices, starting at 1, but this commit enables implementing other type of record handles (for eg offset based). This commit doesn't handle merging of PDRs received from other terminii, so the PDR that's generated now is for the BMC. Merging of PDRs will be implemented in future commits. Change-Id: I005b08c5d29d12fc2459ca8d6e18547107a3da7d Signed-off-by:
Deepak Kodihalli <dkodihal@in.ibm.com>
-
- Jun 17, 2019
-
-
Jinu Joy Thomas authored
Create folder structure (oem/ibm) for ibm pldm oem commands. Move the files from the ibm-pldm-oem repo [https://github.com/openbmc/ibm-pldm-oem ] to the folder oem/ibm/ under the pldm repo and enable conditional compilation for it. The test files are also conditionally compiled. You would need to provide --enable-oem-ibm to configure. This is done to simplify the build time and runtime dependencies between the standard and oem implementations. Signed-off-by:
Jinu Joy Thomas <jinu.joy.thomas@in.ibm.com> Change-Id: Iaa93c73faff87290e3d3d5d155d9ecae6e7ee6f9
-
- Apr 30, 2019
-
-
Deepak Kodihalli authored
The section describing the pldm daemon was added a bit prematurely. This is still work in progress alongwith the MCTP design. This will be described later on once the design is finalised. Signed-off-by:
Deepak Kodihalli <dkodihal@in.ibm.com> Change-Id: I0a13c8e561acce64b74ec5f69e6dcab881d087b7
-
- Feb 27, 2019
-
-
Deepak Kodihalli authored
Document high level API for responder's message handler registration with the PLDM daemon. Change-Id: I4c388cefbde7d6599ced214c1e8633b8980da944 Signed-off-by:
Deepak Kodihalli <dkodihal@in.ibm.com>
-
- Feb 22, 2019
-
-
Deepak Kodihalli authored
Change-Id: I22014a2aa7ad18972c509162cba846047300457a Signed-off-by:
Deepak Kodihalli <dkodihal@in.ibm.com>
-
- Feb 21, 2019
-
-
Deepak Kodihalli authored
Add requester and responder flows. Change-Id: I57ef227b1db52b42c9de26a84f1051b2772b6da8 Signed-off-by:
Deepak Kodihalli <dkodihal@in.ibm.com>
-
- Feb 19, 2019
-
-
Deepak Kodihalli authored
Describe code organization in the README. Change-Id: Iaa180fd5663c9f7fa0eba4778cb2ae7bc936a369 Signed-off-by:
Deepak Kodihalli <dkodihal@in.ibm.com>
-