History log of /openbmc/pldm/test/ (Results 151 – 154 of 154)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
97e0bd5421-Feb-2019 Deepak Kodihalli <dkodihal@in.ibm.com>

Define pldm data types

This commit defines some data types as per PLDM DSP0240. Only types that
are used are defined.

Change-Id: Id932d638587b4b34c2941d6d0714cd0e1f1be264
Signed-off-by: Deepak Kodi

Define pldm data types

This commit defines some data types as per PLDM DSP0240. Only types that
are used are defined.

Change-Id: Id932d638587b4b34c2941d6d0714cd0e1f1be264
Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>

show more ...

432e187c13-Feb-2019 Sampa Misra <sampmisr@in.ibm.com>

Implement GetPLDMVersion command

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: I1bcbd938c5b6833f6

Implement GetPLDMVersion command

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>

show more ...

4125104807-Feb-2019 Tom Joseph <tomjoseph@in.ibm.com>

Implement API to pack and unpack PLDM header

- 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.

Implement API to pack and unpack PLDM header

- 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>

show more ...

1b24f97501-Feb-2019 Deepak Kodihalli <dkodihal@in.ibm.com>

Implement discovery commands

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

Implement discovery commands

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>

show more ...

1234567