1. 930c7b7 bmc: add verify blob id only when ready by Patrick Venture · 6 years ago
  2. efba42d bmc: add utilty method to only add a blob id if not present by Patrick Venture · 6 years ago
  3. a04997b test: firmware verificationStarted: stat(blob) by Patrick Venture · 6 years ago
  4. 2567ebc test: firmware verificationPending: read by Patrick Venture · 6 years ago
  5. ab731e9 test: firmware verificationPending: write by Patrick Venture · 6 years ago
  6. 02c0ead test: firmware notYetStarted: canHandleBlob by Patrick Venture · 6 years ago
  7. 237e2c6 test: firmware verificationStarted: stat(session) by Patrick Venture · 6 years ago
  8. 31eefd4 test: firmware uploadInProgress: writeMeta typo by Patrick Venture · 6 years ago
  9. b611a08 test: firmware verificationPending: writeMeta by Patrick Venture · 6 years ago
  10. 01a3327 test: firmware verificationPending: stat(session) by Patrick Venture · 6 years ago
  11. 19044e1 test: firmware verificationPending: commit by Patrick Venture · 6 years ago
  12. 1e389c9 test: firmware verificationPending: close by Patrick Venture · 6 years ago
  13. da8fcd1 test: firmware verificationPending: open by Patrick Venture · 6 years ago
  14. b386b86 test: firmware verificationPending: stat(blob) by Patrick Venture · 6 years ago
  15. 61d2ed4 test: firmware verificationPending: canHandleBlob by Patrick Venture · 6 years ago
  16. 1fca190 test: firmware uploadInProgress: commit by Patrick Venture · 6 years ago
  17. 8326d07 test: firmware uploadInProgress: read by Patrick Venture · 6 years ago
  18. 65055fb test: firmware notYetStarted: minor cleanup by Patrick Venture · 6 years ago
  19. 615123a test: firmware updateInProgress: write by Patrick Venture · 6 years ago
  20. be0fb5e test: firmware uploadInProgress: minor cleanup by Patrick Venture · 6 years ago
  21. 547fa3a test: firmware uploadInProgress: add note about commit by Patrick Venture · 6 years ago
  22. 7cf4440 test: firmware uploadInProgress: writeMeta by Patrick Venture · 6 years ago
  23. 79b4474 test: firmware uploadInProgress: close by Patrick Venture · 6 years ago
  24. 5788dbb test: firmware uploadInProgress: open by Patrick Venture · 6 years ago
  25. efc366e test: firmware uploadInProgress: stat(session) by Patrick Venture · 6 years ago
  26. 41205cc test: firmware uploadInProgress: stat by Patrick Venture · 6 years ago
  27. 6f72978 test: firmware uploadInProgress: add todo by Patrick Venture · 6 years ago
  28. ebcc522 test: firmware uploadInProgress: getBlobIds by Patrick Venture · 6 years ago
  29. b1a8f70 test: firmware notYetStarted: open by Patrick Venture · 6 years ago
  30. 86c2208 test: firmware notYetStarted: stat by Patrick Venture · 6 years ago
  31. 8a4f2aa test: firmware notYetStarted: getBlobIds by Patrick Venture · 6 years ago
  32. 997023d test: start state-transition-specific unit-tests by Patrick Venture · 6 years ago
  33. b4d1ff0 docs: add more details to the state transitions by Patrick Venture · 6 years ago
  34. 7053237 docs: Start document to detail the state transitions by Patrick Venture · 6 years ago
  35. 02922e4 bmc: add states for updating firmware by Patrick Venture · 6 years ago
  36. 0a162e2 bugfix: build: check for blobs header properly by Patrick Venture · 6 years ago
  37. 26e241d bmc: add /flash/update to firmare handler by Patrick Venture · 6 years ago
  38. 70b9a1d test: cleanup firmware handler::delete unit-tests by Patrick Venture · 6 years ago
  39. 6352804 tools: scope of the variable 'bytesRead' can be reduced. by Patrick Venture · 6 years ago
  40. 27ac582 bmc: firmware handler owns update mechanism by Patrick Venture · 6 years ago
  41. 6f81b16 bmc: implement reboot update mechanism by Patrick Venture · 6 years ago
  42. 8e801e1 bmc: add update mechanism interface by Patrick Venture · 6 years ago
  43. 1d5a31c bmc: move away from blobs namespace by Patrick Venture · 6 years ago
  44. 26a1726 bmc: move Verification declaration out of single header by Patrick Venture · 6 years ago
  45. 1361a12 test: use common test object by Patrick Venture · 6 years ago
  46. 3a03631 test: cleanup: firmware::sessionstat() tests by Patrick Venture · 6 years ago
  47. ad7c73d test: cleanup: firmware::writemeta() tests by Patrick Venture · 6 years ago
  48. eb5df14 test: cleanup: firmware::write() tests by Patrick Venture · 6 years ago
  49. 6f09ff5 test: cleanup: firmware::open() tests by Patrick Venture · 6 years ago
  50. 481cd4a test: cleanup: firmware::commit() tests by Patrick Venture · 6 years ago
  51. 7941258 test: cleanup: firmware::close() tests by Patrick Venture · 6 years ago
  52. 2ba7130 bmc: only build file handlers if configured by Patrick Venture · 6 years ago
  53. 3ecb350 bmc: enable configuration of all verification by Patrick Venture · 6 years ago
  54. 6032dc0 firmware_handler: minor code cleanup by Patrick Venture · 6 years ago
  55. 74059d6 bmc: allow configuring the verification output path by Patrick Venture · 6 years ago
  56. 7dad86f util: create util object for bmc and tool by Patrick Venture · 6 years ago
  57. 3676670 README: Add configuration details by Patrick Venture · 6 years ago
  58. 7339e4e README: drop extra bridge details by Patrick Venture · 6 years ago
  59. 55646de tools: add update handler by Patrick Venture · 6 years ago
  60. 12233c5 firmware_handler: handle the state transitions by Patrick Venture · 6 years ago
  61. bc841be tools: drop extraneous return statemen by Patrick Venture · 6 years ago
  62. e955e07 firmware_handler: change state with verify results by Patrick Venture · 6 years ago
  63. d61b0ff tools: implement firmware verification polling by Patrick Venture · 6 years ago
  64. 9420ad2 firmware_handler: use enum class for Session::State by Patrick Venture · 6 years ago
  65. 7dcca5d tools: trigger verification by Patrick Venture · 6 years ago
  66. 88bc26e firmware_handler: use enum class type for UpdateState by Patrick Venture · 6 years ago
  67. b3b4db7 firmware_handler: implement session stat w/ verification by Patrick Venture · 6 years ago
  68. cf10cda build: use configure rule whether host tool is built by Patrick Venture · 6 years ago
  69. 213f2db tools: io: fix printf portability by Patrick Venture · 6 years ago
  70. d56097a firmware_handler: prevent writing metadata w/o data handler by Patrick Venture · 6 years ago
  71. be19870 firmware_handler: allow committing repeatedly by Patrick Venture · 6 years ago
  72. 8af15eb firmware_handler: prevent writing to verify blob by Patrick Venture · 6 years ago
  73. 699750d firmware_handler: add missing TODOs by Patrick Venture · 6 years ago
  74. 46e6949 bugfix: tools: use pci member by Patrick Venture · 6 years ago
  75. 7352838 updater: send hash file contents by Patrick Venture · 6 years ago
  76. 18bbe3c pci: implement sending firmware image over p2a by Patrick Venture · 6 years ago
  77. e564d5b add exception catch-all in main by Patrick Venture · 6 years ago
  78. daf4707 bugfix: only push the blob id if new by Patrick Venture · 6 years ago
  79. 866d448 tools: main: update ipmi-blob-tool constructors by Patrick Venture · 6 years ago
  80. ac570a1 build: conditionally build lpc and pci options by Patrick Venture · 6 years ago
  81. 80bfa67 bugfix: build: s/enanble/enable/ by Patrick Venture · 6 years ago
  82. 206097b tools: io: do aligned read/write mapping by Patrick Venture · 6 years ago
  83. c73dce9 tools: p2a: read the PCI configuration by Patrick Venture · 6 years ago
  84. 36bb467 bugfix: result.bars[1] may be used uninitialized by Patrick Venture · 6 years ago
  85. b58f561 bugfix: test: use explicit string matcher by Patrick Venture · 6 years ago
  86. 2414161 tools: p2a: check aspeed bridge by Patrick Venture · 6 years ago
  87. ac4ff97 tools: io: add read method by Patrick Venture · 6 years ago
  88. b5bf0fc p2a: add initial p2a support (empty) by Patrick Venture · 6 years ago
  89. fe297fe build: add check for pciutils: libpci by Patrick Venture · 6 years ago
  90. 4289e71 pci_handler: add support for opening, mapping, closing by Patrick Venture · 6 years ago
  91. bc40c61 pci_handler: add aspeed-p2a-ctrl path by Patrick Venture · 6 years ago
  92. 8f6fb60 pci_handler: add internal sys object by Patrick Venture · 6 years ago
  93. 102ecbb main: add compilation guards around PCI handler by Patrick Venture · 6 years ago
  94. 39b1305 build: fail if aspeed-lpc-ctrl header not found by Patrick Venture · 6 years ago
  95. a68d344 build: add enable-aspeed-p2a option and download header by Patrick Venture · 6 years ago
  96. 4679e50 build: enable valgrind by Patrick Venture · 6 years ago
  97. c897738 build: split object to enable coverage by Patrick Venture · 6 years ago
  98. 9dc342a autotools: Fix for autoconf-archive 2019.01.19 by Patrick Venture · 6 years ago
  99. 664c5bc use ipmiblob library from ipmi-blob-tool by Patrick Venture · 6 years ago
  100. 8b3b325 build: add dependency on ipmiblob by Patrick Venture · 6 years ago