1. fbf4c53 version-handler: Remove superfluous open session check by William A. Kennington III · 4 years ago
  2. b45eb5e version-handler: Refactor maps to simplify accesses by William A. Kennington III · 4 years ago
  3. abf1735 version-handler: Refactor handler construction by William A. Kennington III · 4 years ago
  4. 63fd932 buildjson: Remove arbitrary restrictions on HandlerConfig by William A. Kennington III · 4 years ago
  5. 6ee93c6 Makefile: Consistently use tabs by William A. Kennington III · 4 years ago
  6. 3fed294 Makefile: Fix code coverage flags by William A. Kennington III · 4 years ago
  7. a62c170 version-handler: Remove create special cases by William A. Kennington III · 4 years ago
  8. 8557a93 version_handlers_builder: Use string references by William A. Kennington III · 4 years ago
  9. f416753 verison-handler: Cleanup extern C by William A. Kennington III · 4 years ago
  10. f1d9447 version-handler: Remove superfluous canHandleBlob by William A. Kennington III · 4 years ago
  11. c78bfc8 version-handler: add version-handler, blob handler by Jason Ling · 4 years, 2 months ago
  12. 7af41c2 README: Add span-lite install by William A. Kennington III · 4 years, 1 month ago
  13. e82d739 json builder: fix error with buildHandlerConfigs by Jason Ling · 4 years, 1 month ago
  14. 85e54f1 version-handler: implement json parser by Jason Ling · 4 years, 2 months ago
  15. 84bff8b test: move shared mocks to common area by Jason Ling · 4 years, 2 months ago
  16. 49dd8ce tools: remove shadow field by Willy Tu · 4 years, 2 months ago
  17. 8a9de24 Add option to skip p2a bridge disable by Willy Tu · 4 years, 2 months ago
  18. c893f43 make building handlers from json more generic by Jason Ling · 4 years, 2 months ago
  19. 56a2273 extend file_handler to support reads by Jason Ling · 4 years, 2 months ago
  20. a606550 bmc: firmware-handler: lpc: minor cleanup by Patrick Venture · 4 years, 2 months ago
  21. ded66d0 move files around to create a common convenience library by Jason Ling · 4 years, 2 months ago
  22. 63902a4 bmc/test: cleanup remove unused declarations by Patrick Venture · 4 years, 3 months ago
  23. 4d1c687 tools: add missing io handler unittests by Patrick Venture · 4 years, 3 months ago
  24. ea0e470 tools: io: add ppcMemFd cleanup by Patrick Venture · 4 years, 3 months ago
  25. 48474bc cleanup: coverage: add missing coverage by Patrick Venture · 4 years, 3 months ago
  26. 8cdf964 tools/test: add updater tests to increase coverage by Patrick Venture · 4 years, 3 months ago
  27. ede9c9f util: use constexpr string instead of string objects by Patrick Venture · 4 years, 3 months ago
  28. 4b1b045 bmc/test: add missing util header by Patrick Venture · 4 years, 3 months ago
  29. e261ca2 tools/test: add missing virtual destructor by Patrick Venture · 4 years, 3 months ago
  30. da4d4a4 bmc/test: fixups detected in bazel-type build by Patrick Venture · 4 years, 3 months ago
  31. 794a37c bmc/test: drop unused variable by Patrick Venture · 4 years, 3 months ago
  32. 43a2d16 bmc: move the memoryRegionSize out of the method by Patrick Venture · 4 years, 3 months ago
  33. c6ba8ff cleanup: transition to emplace_back where possible by Patrick Venture · 4 years, 3 months ago
  34. f62ec6b bmc: move memory region size variable to method by Patrick Venture · 4 years, 3 months ago
  35. 4934daa bmc: move data handler to owned object by Patrick Venture · 4 years, 3 months ago
  36. 12b76c9 bmc: move support transports vector into factory by Patrick Venture · 4 years, 3 months ago
  37. e740269 bmc: using namespace ipmi_flash simplifies reading by Patrick Venture · 4 years, 3 months ago
  38. 7b78343 bmc: move transports vector into handler object by Patrick Venture · 4 years, 3 months ago
  39. 2950c25 cleanup: let the handler own the file system implementation by Patrick Venture · 4 years, 5 months ago
  40. 80748c3 cleanup: drop default filesystem handler by Patrick Venture · 4 years, 5 months ago
  41. 5084b70 cleanup: drop inclusion of unused filesystem header by Patrick Venture · 4 years, 5 months ago
  42. c1a30c0 tools/pci: add Nuvoton bridge configuration by Benjamin Fair · 4 years, 7 months ago
  43. e5aafa5 tools/pci: refactor PCI bridge by Benjamin Fair · 4 years, 7 months ago
  44. 20a1809 tools/pci: add wrapper for libpciaccess by Benjamin Fair · 4 years, 7 months ago
  45. c04c2c5 tools/pci: replace pciutils with pciaccess by Benjamin Fair · 4 years, 7 months ago
  46. 83a71c4 bmc+cleanup: drop remaining log includes by Patrick Venture · 4 years, 6 months ago
  47. 7aac486 bmc: drop unused phosphor-logging header by Patrick Venture · 4 years, 7 months ago
  48. 92f2615 firmware: add expiration handle by Patrick Venture · 4 years, 7 months ago
  49. 1ab824a log consistently via stderr by Patrick Venture · 4 years, 7 months ago
  50. 9b37b09 update gcc10 and clang-format10 by Patrick Venture · 4 years, 7 months ago
  51. 6f61af8 tools: increase polling timeout to 30 minutes by Benjamin Fair · 4 years, 7 months ago
  52. c8445aa tools: implement pci support for Nuvoton by Medad CChien · 4 years, 8 months ago
  53. 01593f9 bmc/general_systemd: Fix cancel by William A. Kennington III · 4 years, 9 months ago
  54. d9cc253 bmc_json_config: Fix documentation for previous changes by William A. Kennington III · 4 years, 9 months ago
  55. d53d60a bmc: config: add skip action by Patrick Venture · 4 years, 9 months ago
  56. fc5d8d2 Update config files and docs to use systemd type triggers by William A. Kennington III · 4 years, 9 months ago
  57. 93f3c55 bmc/general_systemd: Fix stale status files by William A. Kennington III · 4 years, 9 months ago
  58. 2d434c8 bmc/buildjson: Allow for systemd verification services by William A. Kennington III · 5 years ago
  59. b22ebbf bmc/general_systemd: Support systemd status reporting by William A. Kennington III · 5 years ago
  60. d8515a6 tools: add configuration to enable PPC host memory access by Rui Zhang · 4 years, 9 months ago
  61. 382d2a0 Add namespace testing for DoAll in tools_net_unittest.cpp by Rui Zhang · 4 years, 9 months ago
  62. 79fc7c0 README.md: Update to include building stdplus by Brandon Kim · 4 years, 11 months ago
  63. aae4c2e tools: increase polling timeout by 5 minutes by Benjamin Fair · 5 years ago
  64. 2aa5534 tools: net: support IPv4 and IPv6 addresses by Benjamin Fair · 5 years ago
  65. cbf4740 tools: Fix clangtidy warning for PpcMemDevice by Brandon Kim · 5 years ago
  66. 4152f09 tools: net: add <optional> header by Benjamin Fair · 5 years ago
  67. 286cc6a tools: Add PpcMemDevice as an HostIoInterface by Brandon Kim · 5 years ago
  68. 30d09a3 tools: add network bridge support by Benjamin Fair · 5 years ago
  69. f7ccadb sys: add networking functions by Benjamin Fair · 5 years ago
  70. 545f565 bmc: add network bridge support by Benjamin Fair · 5 years ago
  71. 1290198 bmc: allowing packing transport flags densely by Benjamin Fair · 5 years ago
  72. a67e9e9 bmc: add test for reserved flags by Benjamin Fair · 5 years ago
  73. 060be01 tools: remove stat() check for supported interface by Benjamin Fair · 5 years ago
  74. 4e2a143 bmc: check empty instead of zero size by Patrick Venture · 5 years ago
  75. 1626538 bmc: require at least one action pack configuration by Patrick Venture · 5 years ago
  76. 493b3af internal: Add pread pwrite support in sys by Brandon Kim · 5 years ago
  77. 891c501 MAINTAINERS: Add Brandon Kim by Patrick Venture · 5 years ago
  78. 874bdf9 bmc: implement pci support for Nuvoton by Medad CChien · 5 years ago
  79. a9f674c bmc: Rework abortProcess and deleteBlob by Brandon Kim · 5 years ago
  80. 8fc6087 bmc: Replace fileOpen flag by Brandon Kim · 5 years ago
  81. 6749ba1 tools: Add ignoreUpdate parameter by Brandon Kim · 5 years ago
  82. cec91dd bmc : add config-static-bmc-with-update-status.json.in by Brandon Kim · 5 years ago
  83. ffbd93e docs : add fileSystemdUpdate to json configuration details by Brandon Kim · 5 years ago
  84. b9cd991 docs: add json configuration details by Patrick Venture · 5 years ago
  85. 43379f3 README: update tool parameter for type by Patrick Venture · 5 years ago
  86. e0216d2 bmc: merge update and prepare systemd by Patrick Venture · 5 years ago
  87. 3915758 bmc: add mode to systemd preparation action by Patrick Venture · 5 years ago
  88. 4456490 bmc: use string literals instead of variables by Patrick Venture · 5 years ago
  89. c498caa tools: type field now matches the /flash/{type} by Patrick Venture · 5 years ago
  90. 097435f bmc: require blob ids to start with /flash/ by Patrick Venture · 5 years ago
  91. 69abbc6 tools: bump up timeout for polling to ~5.5 minutes by Patrick Venture · 5 years ago
  92. 9cce5a2 bmc: buildjson: provide helper for common filesystemd type by Patrick Venture · 5 years ago
  93. cf066ac bmc: cleanup verification language and symbols by Patrick Venture · 5 years ago
  94. 29af1e3 bmc: s/SystemdVerification/SystemdWithStatusFile/g by Patrick Venture · 5 years ago
  95. c2baac9 bmc: allow update to use systemd with path by Patrick Venture · 5 years ago
  96. 984d94d bmc: add mode json option for verification systemd by Patrick Venture · 5 years ago
  97. ee614ec bmc: move verify systemd mode to parameter by Patrick Venture · 5 years ago
  98. 0caec99 bmc: json configuration: update: add mode parameter by Patrick Venture · 5 years ago
  99. ec105dd bugfix: bmc: update service requires mode by Patrick Venture · 5 years ago
  100. cf0e5de tools: p2a: enable bridge on host side by Patrick Venture · 5 years ago