- 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>
-
Deepak Kodihalli authored
Pack the PLDM header while encoding the GetPLDMTypes and GetPLDMCommands messages. Change-Id: Ic2413064a63c1a204738c2e0db78ee1537a4f7c3 Signed-off-by:
Deepak Kodihalli <dkodihal@in.ibm.com>
-
Sampa Misra authored
This commit implements the GetPLDMVersion which is required as part of the base PLDM support to know the version of a given PLDM type. Change-Id: I1bcbd938c5b6833f62e0ee2f474b04d76b6970d9 Signed-off-by:
Sampa Misra <sampmisr@in.ibm.com>
-
- Feb 21, 2019
-
-
Tom Joseph authored
- The pack_pldm_header API packs the PLDM header into the PLDM message. - The unpack_pldm_header API unpacks the PLDM header from the PLDM message. Change-Id: I60b96954395cdcd1cecf306b7aee4c4de6c0f35a Signed-off-by:
Tom Joseph <tomjoseph@in.ibm.com>
-
Deepak Kodihalli authored
This commit does the following - Implements the GetPLDMTypes and GetPLDMCommands commands. These are commands that need to be handled by a PLDM device as part of the initial PLDM discovery. - Sets up the build infrastructure: separate libraries for PLDM encode/decode libs and the PLDM responder. Change-Id: I65fa222d2a681c473f579c8e30d84faaf94fe754 Signed-off-by:
Deepak Kodihalli <dkodihal@in.ibm.com>
-
Deepak Kodihalli authored
Add requester and responder flows. Change-Id: I57ef227b1db52b42c9de26a84f1051b2772b6da8 Signed-off-by:
Deepak Kodihalli <dkodihal@in.ibm.com>
-
- Feb 19, 2019
-
-
Tom Joseph authored
Change-Id: I2feeef07d65eab4be83fee761d67c831917d2281 Signed-off-by:
Tom Joseph <tomjoseph@in.ibm.com>
-
Deepak Kodihalli authored
Propose myself as a maintainer. Change-Id: Id5612146d1c54125af10dae0abd0aa39c117eb7d Signed-off-by:
Deepak Kodihalli <dkodihal@in.ibm.com>
-
Tom Joseph authored
Change-Id: I7cea674ea9de77d6f00c16ae86139cf4f4a562f7 Signed-off-by:
Tom Joseph <tomjoseph@in.ibm.com>
-
Tom Joseph authored
The libpldm is written in C and can be shared with projects other than OpenBMC. The code written in C follows the Linux kernel coding guidelines. The libpldmresponder and the application code follows the modern C++ and the clang format follows the OpenBMC coding guidelines. clang-format for each input file will try to find the .clang-format file located in the closest parent directory of the input file. Since the C code is in libpldm directory it has a specific .clang-format. Change-Id: I9346d454cb20009c6daf526d4ceb722d7400a8d1 Signed-off-by:
Tom Joseph <tomjoseph@in.ibm.com>
-
Deepak Kodihalli authored
Describe code organization in the README. Change-Id: Iaa180fd5663c9f7fa0eba4778cb2ae7bc936a369 Signed-off-by:
Deepak Kodihalli <dkodihal@in.ibm.com>
-
- Jan 28, 2019
-
-
Brad Bishop authored
-