1. 8104a52 tool: LPC data handler needs an address and length by Patrick Venture · 6 years ago
  2. 1f09d41 tool: continue the unit-tests of the host tool by Patrick Venture · 6 years ago
  3. 380832c test: cleanup by moving tool tests into subfolder by Patrick Venture · 6 years ago
  4. f6ea2e8 tools: update status debug message by Patrick Venture · 6 years ago
  5. 14713be tools: open and commit() on updateBlobId by Patrick Venture · 6 years ago
  6. da66fd8 merge Verification and Update statuses by Patrick Venture · 6 years ago
  7. c674474 tools: updater: cppcheck fixups by Patrick Venture · 6 years ago
  8. 6352804 tools: scope of the variable 'bytesRead' can be reduced. by Patrick Venture · 6 years ago
  9. 1d5a31c bmc: move away from blobs namespace by Patrick Venture · 6 years ago
  10. 3ecb350 bmc: enable configuration of all verification by Patrick Venture · 6 years ago
  11. 7dad86f util: create util object for bmc and tool by Patrick Venture · 6 years ago
  12. 55646de tools: add update handler by Patrick Venture · 6 years ago
  13. bc841be tools: drop extraneous return statemen by Patrick Venture · 6 years ago
  14. d61b0ff tools: implement firmware verification polling by Patrick Venture · 6 years ago
  15. 7dcca5d tools: trigger verification by Patrick Venture · 6 years ago
  16. 213f2db tools: io: fix printf portability by Patrick Venture · 6 years ago
  17. 46e6949 bugfix: tools: use pci member by Patrick Venture · 6 years ago
  18. 7352838 updater: send hash file contents by Patrick Venture · 6 years ago
  19. 18bbe3c pci: implement sending firmware image over p2a by Patrick Venture · 6 years ago
  20. e564d5b add exception catch-all in main by Patrick Venture · 6 years ago
  21. 866d448 tools: main: update ipmi-blob-tool constructors by Patrick Venture · 6 years ago
  22. 206097b tools: io: do aligned read/write mapping by Patrick Venture · 6 years ago
  23. c73dce9 tools: p2a: read the PCI configuration by Patrick Venture · 6 years ago
  24. 36bb467 bugfix: result.bars[1] may be used uninitialized by Patrick Venture · 6 years ago
  25. 2414161 tools: p2a: check aspeed bridge by Patrick Venture · 6 years ago
  26. ac4ff97 tools: io: add read method by Patrick Venture · 6 years ago
  27. b5bf0fc p2a: add initial p2a support (empty) by Patrick Venture · 6 years ago
  28. fe297fe build: add check for pciutils: libpci by Patrick Venture · 6 years ago
  29. 664c5bc use ipmiblob library from ipmi-blob-tool by Patrick Venture · 6 years ago
  30. 2f3b4b6 build: enable code coverage by Patrick Venture · 6 years ago
  31. 7ef1346 tools: blob_handler: add some const ness by Patrick Venture · 6 years ago
  32. 957f086 tools: implement blob read by Patrick Venture · 6 years ago
  33. 2a927e8 tools: updater: iterate via string instead of auto by Patrick Venture · 6 years ago
  34. 596b681 tools: move blobs methods to private by Patrick Venture · 6 years ago
  35. 46bdadc tools: tie devmem io handler into lpc handler by Patrick Venture · 6 years ago
  36. 030b1a8 tools: add io interface for mmio, etc by Patrick Venture · 6 years ago
  37. 578dfc5 tools: lpc configuration structure is packed by Patrick Venture · 6 years ago
  38. 69a9e19 tools: lpc: add internal/sys to handler by Patrick Venture · 6 years ago
  39. 55c5374 tools: minor cleanup, drop member return inline by Patrick Venture · 6 years ago
  40. 8e1b233 tools: lpc: start implementation, send metadata by Patrick Venture · 6 years ago
  41. 77c5918 tools: blob add writeMeta to interface by Patrick Venture · 6 years ago
  42. 9dfcf5d tools: specify common ipmi errors for humans by Patrick Venture · 6 years ago
  43. f9566d8 bugfix: tools: close session on failure by Patrick Venture · 6 years ago
  44. 907f3a7 tools: implement bt sendcontents by Patrick Venture · 6 years ago
  45. 447d736 tools: blob_handler: delete return statement by Patrick Venture · 6 years ago
  46. 0309f10 tools: implement blob write by Patrick Venture · 6 years ago
  47. e527c20 bugfix: tools: blob_handler: properly handle smallest reply by Patrick Venture · 6 years ago
  48. c181eba tools: bt: add syscall interface by Patrick Venture · 6 years ago
  49. ecfd300 tools: implement method to send ipmi packet to BMC by Patrick Venture · 6 years ago
  50. 2e12a43 tools: ipmi handler must open ipmi device by Patrick Venture · 6 years ago
  51. 9a5ce56 tools: implement blob close by Patrick Venture · 6 years ago
  52. 28abae7 s/size_t/std::size_t/g - for compatibility with other builds by Patrick Venture · 6 years ago
  53. b5a9706 tools: add internal sys interface to ipmi by Patrick Venture · 6 years ago
  54. 9b534f0 tools: put all host-side code into host_tool namespace by Patrick Venture · 6 years ago
  55. 339dece tools: blob: add exceptions by Patrick Venture · 6 years ago
  56. 7ae5dde tools: main: cleanup usage output by Patrick Venture · 6 years ago
  57. bcec9c6 bugfix: tools: fixup the region copied by Patrick Venture · 6 years ago
  58. 86ef75d bugfix: tools: copy string out, expected nul-termination by Patrick Venture · 6 years ago
  59. 0d88a12 bugfix: tools: blob: add trailing nul-terminator by Patrick Venture · 6 years ago
  60. 361bd5a tools: bugfix: main: print usage with no parameters by Patrick Venture · 6 years ago
  61. da100e9 bugfix: bitbake: fixup header paths by Patrick Venture · 6 years ago
  62. aa32a36 tools: add missing updater unit-tests by Patrick Venture · 6 years ago
  63. 2bc23fe tools: updater: add exceptions for errors by Patrick Venture · 6 years ago
  64. fd6aaec tools: updater: implement send contents by Patrick Venture · 6 years ago
  65. 0533d0b tools: blob: implement open blob by Patrick Venture · 6 years ago
  66. 8a55dcb tools: add data interface type by Patrick Venture · 6 years ago
  67. 7871b45 tools: blob: add missing header by Patrick Venture · 6 years ago
  68. 0bf8bf0 tools: blob: implement get blob stat command by Patrick Venture · 6 years ago
  69. c79faa1 tools: blob: implement layer above ipmi by Patrick Venture · 6 years ago
  70. 035bbbb tools: return data or throw exception on ipmi resp by Patrick Venture · 6 years ago
  71. 9b750aa tools: add crc implementation by Patrick Venture · 6 years ago
  72. aa107a6 tools: main, use copy instead of looping by Patrick Venture · 6 years ago
  73. fec15df test: move mocks into root test folder by Patrick Venture · 6 years ago
  74. a658636 tools: move interface building into main by Patrick Venture · 6 years ago
  75. cf2d1b1 tools: start implementing ipmi interface by Patrick Venture · 6 years ago
  76. 0088759 tools: start implementing blob interface by Patrick Venture · 6 years ago
  77. af69625 tools: start implementing data interface by Patrick Venture · 6 years ago
  78. bf58cd6 tools: start burn_my_bmc tool by Patrick Venture · 6 years ago
  79. 971899a Revert original implementation in favor of blob-based approach by Patrick Venture · 6 years ago
  80. 7dc4670 tools: starting burn_my_bmc host utility by Patrick Venture · 6 years ago