Skip to content
  1. Jun 17, 2019
  2. Jun 11, 2019
  3. Jun 10, 2019
    • vkaverap's avatar
      PLDM Message Structure Change · a6575b84
      vkaverap authored
      
      
      With this change, PLDM code is optimised. The PLDM payload message
      structure previously consisted of a pointer to the payload message and
      the payload length, this structure is removed with this commit and the
      PLDM message structure now has the PLDM header structure and an array of
      size 1 whose address is the starting byte of message payload. Therefore,
      pldm msg struct can represent a request/response message in contiguous
      memory, thereby enabling simple casts and avoiding memcpys to get from a
      uint8_t* to pldm msg or vice versa.
      
      This commit also introduces a change to have the response handlers allocate
      memory for responses. This is aligned with the message struct change, and
      enables varying length responses.
      
      Change-Id: Ia46d852b8b16bfc7cf04f38435bd4079ad33c66b
      Signed-off-by: default avatarvkaverap <vkaverap@in.ibm.com>
      a6575b84
  4. May 28, 2019
  5. May 09, 2019
  6. Apr 30, 2019
  7. Apr 25, 2019
  8. Apr 16, 2019
  9. Apr 12, 2019
  10. Apr 10, 2019
  11. Mar 26, 2019
    • Priyanga's avatar
      Enable code coverage · fb4bec94
      Priyanga authored
      
      
      To enable: './configure --enable-code-coverage'
      
      To build and generate report: 'make check-code-coverage'
      
      Tested:
      Verified that 'make check-code-coverage' generates lcov report.
      
      Signed-off-by: default avatarPriyanga <priyram1@in.ibm.com>
      Change-Id: I36a9b501c441ef25595808ce77fc1ca36c1ac323
      fb4bec94
  12. Mar 05, 2019
  13. Feb 27, 2019
  14. Feb 22, 2019
  15. Feb 21, 2019
  16. Feb 19, 2019
  17. Jan 28, 2019
Loading