1. fa662eb test: add missing headers to ipmi_interface_mock by Patrick Venture · 6 years ago
  2. fec15df test: move mocks into root test folder by Patrick Venture · 6 years ago
  3. 6efe68c README: Update the documentation given new approach by Patrick Venture · 6 years ago
  4. a658636 tools: move interface building into main by Patrick Venture · 6 years ago
  5. cf2d1b1 tools: start implementing ipmi interface by Patrick Venture · 6 years ago
  6. 0088759 tools: start implementing blob interface by Patrick Venture · 6 years ago
  7. af69625 tools: start implementing data interface by Patrick Venture · 6 years ago
  8. bf58cd6 tools: start burn_my_bmc tool by Patrick Venture · 6 years ago
  9. d333a87 firmware: add logging to factory failures by Patrick Venture · 6 years ago
  10. 7b91cbc lpc_aspeed: add mapping implementation by Patrick Venture · 6 years ago
  11. 30993b3 build: apply autoconf suggestions by Patrick Venture · 6 years ago
  12. 8b58856 add system interface to enable testing by Patrick Venture · 6 years ago
  13. 38613e1 lpc_nuvoton: add mapping implementation by Patrick Venture · 6 years ago
  14. 09c4f7a lpc_handler: add initialized state by Patrick Venture · 6 years ago
  15. cabc117 firmware: implement verification service call by Patrick Venture · 6 years ago
  16. 4eb5595 firmware: add sdbusplus for use by verification by Patrick Venture · 6 years ago
  17. ffcc550 firmware: add verify blob_id by Patrick Venture · 6 years ago
  18. 86b49e2 filehandler: implement getSize by Patrick Venture · 6 years ago
  19. cc7d160 firmare: start implementing session stat by Patrick Venture · 6 years ago
  20. d46b811 ubi: add tarball as file handler by Patrick Venture · 6 years ago
  21. 22e3875 copyright: add missing copyright headers by Patrick Venture · 6 years ago
  22. 35a82f3 build: group variables together by Patrick Venture · 6 years ago
  23. 09114c1 build: add lpc source files by Patrick Venture · 6 years ago
  24. 92973f1 lpc: add missing headers by Patrick Venture · 6 years ago
  25. 7753d94 static handler: transition to generic file handler by Patrick Venture · 6 years ago
  26. 64919ec hash handler: implement file hash handler by Patrick Venture · 6 years ago
  27. 002916a lpc_handler also requires a BMC address for mapping by Patrick Venture · 6 years ago
  28. a17cf44 static_handler: implement basic version by Patrick Venture · 6 years ago
  29. 9e5aab2 firmware: start implementing deleteBlob by Patrick Venture · 6 years ago
  30. f904750 lpc_handler: add note to copyFrom stub by Patrick Venture · 6 years ago
  31. 043bafa lpc_handler: drop-in call to mapWindow on writeMeta by Patrick Venture · 6 years ago
  32. e772842 add lpc mapping interface and stubs by Patrick Venture · 6 years ago
  33. 5b451e6 add createHandler method per phosphor-ipmi-blobs change by Patrick Venture · 6 years ago
  34. 68bb143 firmware: start implementing close method by Patrick Venture · 6 years ago
  35. edd55b5 session: start tracking active path for session by Patrick Venture · 6 years ago
  36. 991910a firmware: enable fileOpen state by Patrick Venture · 6 years ago
  37. 6e307a7 firmware: tie in call to data handler's open by Patrick Venture · 6 years ago
  38. db253bf bugfix: active blob id added on open failure by Patrick Venture · 6 years ago
  39. 21c62c1 firmware: return failure on attempt to open active files by Patrick Venture · 6 years ago
  40. d6461d6 firmware: cleanup - cleaned up some documentation by Patrick Venture · 6 years ago
  41. 79c08bf firmware: add verification response enum by Patrick Venture · 6 years ago
  42. cd31022 session: start tracking open state by Patrick Venture · 6 years ago
  43. 32ba9dd session: add per session state information by Patrick Venture · 6 years ago
  44. a5c5906 static: add temporary filename for staging update by Patrick Venture · 6 years ago
  45. b0c84d0 pci: add region parameter to constructor by Patrick Venture · 6 years ago
  46. 0fbabf2 data handler: add close method by Patrick Venture · 6 years ago
  47. 0d2a813 data handler: add open method by Patrick Venture · 6 years ago
  48. a8a99ae pci: continued implementation in P2A bridge handler by Patrick Venture · 6 years ago
  49. 05abf7e style: s/FirmwareUpdateFlags/UpdateFlags/g by Patrick Venture · 6 years ago
  50. b1b68fc firmware: prevent writing or opening during verification by Patrick Venture · 6 years ago
  51. 92106df firmware: add global state for the process by Patrick Venture · 6 years ago
  52. 8c53533 firmware: add read/write configuration methods by Patrick Venture · 6 years ago
  53. 628db10 tests: cleanup test code by Patrick Venture · 6 years ago
  54. 18235e6 firmware: tie implementation of session into write by Patrick Venture · 6 years ago
  55. d9fb613 firmware: add a session lookup map by Patrick Venture · 6 years ago
  56. e2e5611 firmware: set up hash handler by Patrick Venture · 6 years ago
  57. 9158dcf s/::bt/::ipmi/g to be more correct by Patrick Venture · 6 years ago
  58. 2d3a254 firmware: start notion of a session by Patrick Venture · 6 years ago
  59. 7c8b97e firmware: add active to canhandle blob list by Patrick Venture · 6 years ago
  60. 6cb4dc7 build: cleanup makefile whitespace by Patrick Venture · 6 years ago
  61. 72388d7 tests: add unit-tests for opening by Patrick Venture · 6 years ago
  62. bf3399d firmware: invert conditions to reduce depth by Patrick Venture · 6 years ago
  63. 1cde5f9 set up data handler mechanism by Patrick Venture · 6 years ago
  64. fc3857b firmware: move enum into class by Patrick Venture · 6 years ago
  65. 33bf169 add data handler interface by Patrick Venture · 6 years ago
  66. 400c636 firmware: add write method by Patrick Venture · 6 years ago
  67. a78e39f firmware: add handler for static layout by Patrick Venture · 6 years ago
  68. 25528b4 add image_handler interface for open by Patrick Venture · 6 years ago
  69. c02849b firmware: start implementing open by Patrick Venture · 6 years ago
  70. df848ee tests: Add unit-tests for canHandleBlob by Patrick Venture · 6 years ago
  71. de77b30 test: fixup unit-test naming by Patrick Venture · 6 years ago
  72. 46637c8 firmware: implement stat command by Patrick Venture · 6 years ago
  73. 7b9256f firmware: add active blob ids by Patrick Venture · 6 years ago
  74. 5285462 main: handle error checking with handler creation by Patrick Venture · 6 years ago
  75. 21be45a test: Add first unit-test to verify factory by Patrick Venture · 6 years ago
  76. ec3ebe2 gitignore: Add test-driver by Patrick Venture · 6 years ago
  77. 4cceb8e rename: Rename firmware to blobid where appropriate by Patrick Venture · 6 years ago
  78. 137ad2c firmware: implement canHandleBlob by Patrick Venture · 6 years ago
  79. 192d60f Enable firmware transport mechanisms by Patrick Venture · 6 years ago
  80. 4306f68 build: update comment in configure.ac by Patrick Venture · 6 years ago
  81. 148cd65 firmwarehandler: receive firmware list from factory by Patrick Venture · 6 years ago
  82. 68cf64f firmwarehandler: Provide a factory for building by Patrick Venture · 6 years ago
  83. 5397796 handler: add descriptions for each method by Patrick Venture · 6 years ago
  84. fa6c4d9 start supported blob_id list by Patrick Venture · 6 years ago
  85. df3e6ae add flags for update transport mechanisms by Patrick Venture · 6 years ago
  86. 6f1dbf5 MAINTAINERS: Add Adriana Kobylak (R) by Patrick Venture · 6 years ago
  87. c7ca291 main: Add empty implementation by Patrick Venture · 6 years ago
  88. a432e8e update gitignore for more artifacts by Patrick Venture · 6 years ago
  89. 467fe30 build: add bootstrap by Patrick Venture · 6 years ago
  90. b5cb2c2 Add gitignore to repo by Patrick Venture · 6 years ago
  91. 5a4f655 Add clang-format to repo by Patrick Venture · 6 years ago
  92. 971899a Revert original implementation in favor of blob-based approach by Patrick Venture · 6 years ago
  93. 001aba1 docs: move from subfolder to README by Patrick Venture · 6 years ago
  94. 0cdf358 build: fixup header line by Patrick Venture · 6 years ago
  95. 7dc4670 tools: starting burn_my_bmc host utility by Patrick Venture · 6 years ago
  96. e39f2b3 phosphor-ipmi-flash: main: move to iana header by Patrick Venture · 6 years ago
  97. 1aedab2 update clang-format by Patrick Venture · 6 years ago
  98. 004fb90 Build as c++17 by Patrick Venture · 6 years ago
  99. ff0ee70 clang-format: always break template declarations by Patrick Venture · 6 years ago
  100. 8f378c9 clang-format-6.0 bump fixes by Patrick Venture · 6 years ago