1. 1038836 clang-format: copy latest and re-format by Patrick Williams · 1 year, 8 months ago
  2. 1b23b77 Add retry to sendFile handler by Willy Tu · 1 year, 10 months ago
  3. ea65e68 meson: Fix meson builds by Brandon Kim · 2 years, 6 months ago
  4. 36af21c tools/net: Fix missing include by William A. Kennington III · 2 years, 8 months ago
  5. 9bb21e3 tools/net: Handle files which don't support sendfile by William A. Kennington III · 2 years, 9 months ago
  6. 28c00d6 span: switch to std by Patrick Williams · 2 years, 8 months ago
  7. 99d292a phosphor-ipmi-flash: Code Health Cleanup by Willy Tu · 2 years, 11 months ago
  8. 2862421 tools/test: delete now returns a boolean by Patrick Venture · 3 years, 2 months ago
  9. 7d249a7 updater: remove find() and use std::string::starts_with() by Willy Tu · 3 years, 4 months ago
  10. 35b77c9 build: remove autotool by Willy Tu · 3 years, 4 months ago
  11. bcae900 build: Add meson build by Willy Tu · 3 years, 4 months ago
  12. cf37663 tools: Support more frequent status checks by William A. Kennington III · 3 years, 3 months ago
  13. f88bcf3 tools/helper: Streamline return types by William A. Kennington III · 3 years, 3 months ago
  14. 4b0c2ec tools: Reduce cleanup logging output by William A. Kennington III · 3 years, 3 months ago
  15. 43eeeb3 tools: Add handle for automatically closing blobs by William A. Kennington III · 3 years, 3 months ago
  16. 9b7a3b4 tools: Support empty image file and ignore the fileSize check by Willy Tu · 3 years, 3 months ago
  17. 665905f catch exceptions as const by Patrick Williams · 3 years, 3 months ago
  18. b487eb4 phosphor-ipmi-flash: Fix all C++ warnings by Willy Tu · 3 years, 4 months ago
  19. fd16f6d helper: Remove alignof for memcpyAligned() by Willy Tu · 3 years, 4 months ago
  20. 203ad80 updater: Cleanup Active blob to support multiple stages by Willy Tu · 3 years, 4 months ago
  21. 4bb6bdf tools: Use ipmi-blob-tool definition of blob states by Vivekanand Veeracholan · 3 years, 4 months ago
  22. f450486 test: Replace the C++ MOCK_METHOD<n> macros with the new MOCK_METHOD by Willy Tu · 3 years, 8 months ago
  23. 2290033 tools: size_t defined in cstdlib by Patrick Venture · 3 years, 9 months ago
  24. d6b337e tools: split io interface out by Patrick Venture · 3 years, 9 months ago
  25. 328f520 tools/handler: Read the running version by Jie Yang · 3 years, 10 months ago
  26. c7fa2c2 tools/pci: Replace memcpy on pci write with aligned copy by Vivekanand Veeracholan · 3 years, 11 months ago
  27. 55b1a71 tools/pci: Use pci_device_enable() to enable bridge by Vivekanand Veeracholan · 3 years, 11 months ago
  28. ebccf63 tools: Fix missing FD close() by William A. Kennington III · 4 years ago
  29. 53ecd29 tools: Make progress bar starting more consistent by William A. Kennington III · 4 years ago
  30. 0d5bb78 tools/progress: Add finish and abort functions by William A. Kennington III · 4 years ago
  31. 49dd8ce tools: remove shadow field by Willy Tu · 4 years, 2 months ago
  32. 8a9de24 Add option to skip p2a bridge disable by Willy Tu · 4 years, 2 months ago
  33. 4d1c687 tools: add missing io handler unittests by Patrick Venture · 4 years, 3 months ago
  34. ea0e470 tools: io: add ppcMemFd cleanup by Patrick Venture · 4 years, 3 months ago
  35. 8cdf964 tools/test: add updater tests to increase coverage by Patrick Venture · 4 years, 3 months ago
  36. e261ca2 tools/test: add missing virtual destructor by Patrick Venture · 4 years, 3 months ago
  37. c1a30c0 tools/pci: add Nuvoton bridge configuration by Benjamin Fair · 4 years, 7 months ago
  38. e5aafa5 tools/pci: refactor PCI bridge by Benjamin Fair · 4 years, 7 months ago
  39. 20a1809 tools/pci: add wrapper for libpciaccess by Benjamin Fair · 4 years, 7 months ago
  40. c04c2c5 tools/pci: replace pciutils with pciaccess by Benjamin Fair · 4 years, 7 months ago
  41. 9b37b09 update gcc10 and clang-format10 by Patrick Venture · 4 years, 7 months ago
  42. 6f61af8 tools: increase polling timeout to 30 minutes by Benjamin Fair · 4 years, 8 months ago
  43. c8445aa tools: implement pci support for Nuvoton by Medad CChien · 4 years, 9 months ago
  44. d8515a6 tools: add configuration to enable PPC host memory access by Rui Zhang · 4 years, 10 months ago
  45. 382d2a0 Add namespace testing for DoAll in tools_net_unittest.cpp by Rui Zhang · 4 years, 9 months ago
  46. aae4c2e tools: increase polling timeout by 5 minutes by Benjamin Fair · 5 years ago
  47. 2aa5534 tools: net: support IPv4 and IPv6 addresses by Benjamin Fair · 5 years ago
  48. cbf4740 tools: Fix clangtidy warning for PpcMemDevice by Brandon Kim · 5 years ago
  49. 4152f09 tools: net: add <optional> header by Benjamin Fair · 5 years ago
  50. 286cc6a tools: Add PpcMemDevice as an HostIoInterface by Brandon Kim · 5 years ago
  51. 30d09a3 tools: add network bridge support by Benjamin Fair · 5 years ago
  52. f7ccadb sys: add networking functions by Benjamin Fair · 5 years ago
  53. 060be01 tools: remove stat() check for supported interface by Benjamin Fair · 5 years ago
  54. 493b3af internal: Add pread pwrite support in sys by Brandon Kim · 5 years ago
  55. 6749ba1 tools: Add ignoreUpdate parameter by Brandon Kim · 5 years ago
  56. c498caa tools: type field now matches the /flash/{type} by Patrick Venture · 5 years ago
  57. 69abbc6 tools: bump up timeout for polling to ~5.5 minutes by Patrick Venture · 5 years ago
  58. cf0e5de tools: p2a: enable bridge on host side by Patrick Venture · 5 years ago
  59. e3feacf bugfix: tools: p2a: read returns bool by Patrick Venture · 5 years ago
  60. c9792e7 tools: add bios support by Patrick Venture · 6 years ago
  61. d62a3d4 tools: tweak: add missing newline in progress by Patrick Venture · 6 years ago
  62. cf9b219 tools: add progress implementation by Patrick Venture · 6 years ago
  63. 1597a72 build: install burn_my_bmc by Patrick Venture · 6 years ago
  64. 1ff1f93 build: use a common library for shared pieces by Patrick Venture · 6 years ago
  65. 84778b8 tools: remove phosphor-ipmi-blobs dependency by Patrick Venture · 6 years ago
  66. f0c71df move bmc code into bmc folder by Patrick Venture · 6 years ago
  67. 7c79b25 tools: implement lpc support by Patrick Venture · 6 years ago
  68. 9f937c4 tools: add support for ubi tarball from host by Patrick Venture · 6 years ago
  69. de73c3b tools: bugfix: add missing close after failure by Patrick Venture · 6 years ago
  70. 01123b2 tools: split out the update handler by Patrick Venture · 6 years ago
  71. 03db87e tools: specify parameter size limits for LPC by Patrick Venture · 6 years ago
  72. 5f2fcc4 tools: add cleanup blob on failure by Patrick Venture · 6 years ago
  73. 8104a52 tool: LPC data handler needs an address and length by Patrick Venture · 6 years ago
  74. 1f09d41 tool: continue the unit-tests of the host tool by Patrick Venture · 6 years ago
  75. 380832c test: cleanup by moving tool tests into subfolder by Patrick Venture · 6 years ago
  76. f6ea2e8 tools: update status debug message by Patrick Venture · 6 years ago
  77. 14713be tools: open and commit() on updateBlobId by Patrick Venture · 6 years ago
  78. da66fd8 merge Verification and Update statuses by Patrick Venture · 6 years ago
  79. c674474 tools: updater: cppcheck fixups by Patrick Venture · 6 years ago
  80. 6352804 tools: scope of the variable 'bytesRead' can be reduced. by Patrick Venture · 6 years ago
  81. 1d5a31c bmc: move away from blobs namespace by Patrick Venture · 6 years ago
  82. 3ecb350 bmc: enable configuration of all verification by Patrick Venture · 6 years ago
  83. 7dad86f util: create util object for bmc and tool by Patrick Venture · 6 years ago
  84. 55646de tools: add update handler by Patrick Venture · 6 years ago
  85. bc841be tools: drop extraneous return statemen by Patrick Venture · 6 years ago
  86. d61b0ff tools: implement firmware verification polling by Patrick Venture · 6 years ago
  87. 7dcca5d tools: trigger verification by Patrick Venture · 6 years ago
  88. 213f2db tools: io: fix printf portability by Patrick Venture · 6 years ago
  89. 46e6949 bugfix: tools: use pci member by Patrick Venture · 6 years ago
  90. 7352838 updater: send hash file contents by Patrick Venture · 6 years ago
  91. 18bbe3c pci: implement sending firmware image over p2a by Patrick Venture · 6 years ago
  92. e564d5b add exception catch-all in main by Patrick Venture · 6 years ago
  93. 866d448 tools: main: update ipmi-blob-tool constructors by Patrick Venture · 6 years ago
  94. 206097b tools: io: do aligned read/write mapping by Patrick Venture · 6 years ago
  95. c73dce9 tools: p2a: read the PCI configuration by Patrick Venture · 6 years ago
  96. 36bb467 bugfix: result.bars[1] may be used uninitialized by Patrick Venture · 6 years ago
  97. 2414161 tools: p2a: check aspeed bridge by Patrick Venture · 6 years ago
  98. ac4ff97 tools: io: add read method by Patrick Venture · 6 years ago
  99. b5bf0fc p2a: add initial p2a support (empty) by Patrick Venture · 6 years ago
  100. fe297fe build: add check for pciutils: libpci by Patrick Venture · 6 years ago