1. 1361a12 test: use common test object by Patrick Venture · 6 years ago
  2. 3a03631 test: cleanup: firmware::sessionstat() tests by Patrick Venture · 6 years ago
  3. ad7c73d test: cleanup: firmware::writemeta() tests by Patrick Venture · 6 years ago
  4. eb5df14 test: cleanup: firmware::write() tests by Patrick Venture · 6 years ago
  5. 6f09ff5 test: cleanup: firmware::open() tests by Patrick Venture · 6 years ago
  6. 481cd4a test: cleanup: firmware::commit() tests by Patrick Venture · 6 years ago
  7. 7941258 test: cleanup: firmware::close() tests by Patrick Venture · 6 years ago
  8. 3ecb350 bmc: enable configuration of all verification by Patrick Venture · 6 years ago
  9. 74059d6 bmc: allow configuring the verification output path by Patrick Venture · 6 years ago
  10. 7dad86f util: create util object for bmc and tool by Patrick Venture · 6 years ago
  11. 55646de tools: add update handler by Patrick Venture · 6 years ago
  12. d61b0ff tools: implement firmware verification polling by Patrick Venture · 6 years ago
  13. 7dcca5d tools: trigger verification by Patrick Venture · 6 years ago
  14. cf10cda build: use configure rule whether host tool is built by Patrick Venture · 6 years ago
  15. be19870 firmware_handler: allow committing repeatedly by Patrick Venture · 6 years ago
  16. 7352838 updater: send hash file contents by Patrick Venture · 6 years ago
  17. b58f561 bugfix: test: use explicit string matcher by Patrick Venture · 6 years ago
  18. ac4ff97 tools: io: add read method by Patrick Venture · 6 years ago
  19. 4679e50 build: enable valgrind by Patrick Venture · 6 years ago
  20. c897738 build: split object to enable coverage by Patrick Venture · 6 years ago
  21. 9dc342a autotools: Fix for autoconf-archive 2019.01.19 by Patrick Venture · 6 years ago
  22. 664c5bc use ipmiblob library from ipmi-blob-tool by Patrick Venture · 6 years ago
  23. 2f3b4b6 build: enable code coverage by Patrick Venture · 6 years ago
  24. 6bc04f9 build: rework gtest checks by Patrick Venture · 6 years ago
  25. 957f086 tools: implement blob read by Patrick Venture · 6 years ago
  26. 13e4986 test: add unit-test for tools::blob close by Patrick Venture · 6 years ago
  27. 46bdadc tools: tie devmem io handler into lpc handler by Patrick Venture · 6 years ago
  28. 030b1a8 tools: add io interface for mmio, etc by Patrick Venture · 6 years ago
  29. 69a9e19 tools: lpc: add internal/sys to handler by Patrick Venture · 6 years ago
  30. 8e1b233 tools: lpc: start implementation, send metadata by Patrick Venture · 6 years ago
  31. 77c5918 tools: blob add writeMeta to interface by Patrick Venture · 6 years ago
  32. 2343cfc window interface: add close method by Patrick Venture · 6 years ago
  33. 88ead72 rename lpc_mapper_mock -> window_mapper_mock by Patrick Venture · 6 years ago
  34. c9c6088 lpc: add missing headers by Patrick Venture · 6 years ago
  35. 517710d hardware interface: add copyFrom by Patrick Venture · 6 years ago
  36. 5251da9 rename lpcmapperinterface to hardwaremapperinterface by Patrick Venture · 6 years ago
  37. 9dfcf5d tools: specify common ipmi errors for humans by Patrick Venture · 6 years ago
  38. 7430464 rename write,read to writeMeta,readMeta by Patrick Venture · 6 years ago
  39. 907f3a7 tools: implement bt sendcontents by Patrick Venture · 6 years ago
  40. 0309f10 tools: implement blob write by Patrick Venture · 6 years ago
  41. cec0490 internal: add read() method by Patrick Venture · 6 years ago
  42. 301e525 test: typo fix: firmware by Patrick Venture · 6 years ago
  43. ecfd300 tools: implement method to send ipmi packet to BMC by Patrick Venture · 6 years ago
  44. 2e12a43 tools: ipmi handler must open ipmi device by Patrick Venture · 6 years ago
  45. 9a5ce56 tools: implement blob close by Patrick Venture · 6 years ago
  46. 28abae7 s/size_t/std::size_t/g - for compatibility with other builds by Patrick Venture · 6 years ago
  47. 9b534f0 tools: put all host-side code into host_tool namespace by Patrick Venture · 6 years ago
  48. 7b78aa2 internal: add poll() method by Patrick Venture · 6 years ago
  49. 339dece tools: blob: add exceptions by Patrick Venture · 6 years ago
  50. fa9d0c9 internal: remove extra namespaces by Patrick Venture · 6 years ago
  51. bcec9c6 bugfix: tools: fixup the region copied by Patrick Venture · 6 years ago
  52. 86ef75d bugfix: tools: copy string out, expected nul-termination by Patrick Venture · 6 years ago
  53. 1cc8895 test: flip from negative test to positive by Patrick Venture · 6 years ago
  54. 0d88a12 bugfix: tools: blob: add trailing nul-terminator by Patrick Venture · 6 years ago
  55. b484300 test: bugfix: internal sys mock fix size to size_t by Patrick Venture · 6 years ago
  56. aa32a36 tools: add missing updater unit-tests by Patrick Venture · 6 years ago
  57. 0533d0b tools: blob: implement open blob by Patrick Venture · 6 years ago
  58. 8a55dcb tools: add data interface type by Patrick Venture · 6 years ago
  59. 0bf8bf0 tools: blob: implement get blob stat command by Patrick Venture · 6 years ago
  60. c79faa1 tools: blob: implement layer above ipmi by Patrick Venture · 6 years ago
  61. 035bbbb tools: return data or throw exception on ipmi resp by Patrick Venture · 6 years ago
  62. 360b9a3 test: Add tools to search path by Patrick Venture · 6 years ago
  63. fa662eb test: add missing headers to ipmi_interface_mock by Patrick Venture · 6 years ago
  64. fec15df test: move mocks into root test folder by Patrick Venture · 6 years ago
  65. d333a87 firmware: add logging to factory failures by Patrick Venture · 6 years ago
  66. 7b91cbc lpc_aspeed: add mapping implementation by Patrick Venture · 6 years ago
  67. 8b58856 add system interface to enable testing by Patrick Venture · 6 years ago
  68. cabc117 firmware: implement verification service call by Patrick Venture · 6 years ago
  69. 4eb5595 firmware: add sdbusplus for use by verification by Patrick Venture · 6 years ago
  70. ffcc550 firmware: add verify blob_id by Patrick Venture · 6 years ago
  71. 86b49e2 filehandler: implement getSize by Patrick Venture · 6 years ago
  72. cc7d160 firmare: start implementing session stat by Patrick Venture · 6 years ago
  73. 7753d94 static handler: transition to generic file handler by Patrick Venture · 6 years ago
  74. a17cf44 static_handler: implement basic version by Patrick Venture · 6 years ago
  75. 9e5aab2 firmware: start implementing deleteBlob by Patrick Venture · 6 years ago
  76. e772842 add lpc mapping interface and stubs by Patrick Venture · 6 years ago
  77. 68bb143 firmware: start implementing close method by Patrick Venture · 6 years ago
  78. 991910a firmware: enable fileOpen state by Patrick Venture · 6 years ago
  79. 6e307a7 firmware: tie in call to data handler's open by Patrick Venture · 6 years ago
  80. db253bf bugfix: active blob id added on open failure by Patrick Venture · 6 years ago
  81. 21c62c1 firmware: return failure on attempt to open active files by Patrick Venture · 6 years ago
  82. 0fbabf2 data handler: add close method by Patrick Venture · 6 years ago
  83. 0d2a813 data handler: add open method by Patrick Venture · 6 years ago
  84. 05abf7e style: s/FirmwareUpdateFlags/UpdateFlags/g by Patrick Venture · 6 years ago
  85. 8c53533 firmware: add read/write configuration methods by Patrick Venture · 6 years ago
  86. 628db10 tests: cleanup test code by Patrick Venture · 6 years ago
  87. 18235e6 firmware: tie implementation of session into write by Patrick Venture · 6 years ago
  88. 9158dcf s/::bt/::ipmi/g to be more correct by Patrick Venture · 6 years ago
  89. 72388d7 tests: add unit-tests for opening by Patrick Venture · 6 years ago
  90. 1cde5f9 set up data handler mechanism by Patrick Venture · 6 years ago
  91. fc3857b firmware: move enum into class by Patrick Venture · 6 years ago
  92. 400c636 firmware: add write method by Patrick Venture · 6 years ago
  93. a78e39f firmware: add handler for static layout by Patrick Venture · 6 years ago
  94. df848ee tests: Add unit-tests for canHandleBlob by Patrick Venture · 6 years ago
  95. de77b30 test: fixup unit-test naming by Patrick Venture · 6 years ago
  96. 46637c8 firmware: implement stat command by Patrick Venture · 6 years ago
  97. 5285462 main: handle error checking with handler creation by Patrick Venture · 6 years ago
  98. 21be45a test: Add first unit-test to verify factory by Patrick Venture · 6 years ago
  99. 971899a Revert original implementation in favor of blob-based approach by Patrick Venture · 6 years ago
  100. 1aedab2 update clang-format by Patrick Venture · 6 years ago