An error occurred fetching the project authors.
  1. 29 Jul, 2020 1 commit
    • Jacob Keller's avatar
      Add pldmfw library for PLDM firmware update · b8265621
      Jacob Keller authored
      The pldmfw library is used to implement common logic needed to flash
      devices based on firmware files using the format described by the PLDM
      for Firmware Update standard.
      
      This library consists of logic to parse the PLDM file format from
      a firmware file object, as well as common logic for sending the relevant
      PLDM header data to the device firmware.
      
      A simple ops table is provided so that device drivers can implement
      device specific hardware interactions while keeping the common logic to
      the pldmfw library.
      
      This library will be used by the Intel ice networking driver as part of
      implementing device flash update via devlink. The library aims to be
      vendor and device agnostic. For this reason, it has been placed in
      lib/pldmfw, in the hopes that other devices which use the PLDM firmware
      file format may benefit from it in the future. However, do note that not
      all features defined in the PLDM standard have been implemented.
      Signed-off-by: default avatarJacob Keller <jacob.e.keller@intel.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      b8265621
  2. 24 Jul, 2020 1 commit
  3. 22 Jul, 2020 2 commits
  4. 14 Jul, 2020 1 commit
  5. 10 Jul, 2020 2 commits
  6. 07 Jul, 2020 1 commit
  7. 03 Jul, 2020 1 commit
  8. 02 Jul, 2020 1 commit
  9. 29 Jun, 2020 1 commit
  10. 26 Jun, 2020 5 commits
  11. 24 Jun, 2020 2 commits
  12. 22 Jun, 2020 1 commit
  13. 19 Jun, 2020 2 commits
  14. 18 Jun, 2020 2 commits
  15. 16 Jun, 2020 1 commit
  16. 15 Jun, 2020 2 commits
  17. 10 Jun, 2020 3 commits
  18. 09 Jun, 2020 1 commit
  19. 04 Jun, 2020 2 commits
  20. 03 Jun, 2020 1 commit
  21. 02 Jun, 2020 3 commits
  22. 01 Jun, 2020 2 commits
  23. 30 May, 2020 2 commits