1. a606550 bmc: firmware-handler: lpc: minor cleanup by Patrick Venture · 4 years, 2 months ago
  2. ded66d0 move files around to create a common convenience library by Jason Ling · 4 years, 2 months ago
  3. 63902a4 bmc/test: cleanup remove unused declarations by Patrick Venture · 4 years, 3 months ago
  4. 4d1c687 tools: add missing io handler unittests by Patrick Venture · 4 years, 3 months ago
  5. ea0e470 tools: io: add ppcMemFd cleanup by Patrick Venture · 4 years, 3 months ago
  6. 48474bc cleanup: coverage: add missing coverage by Patrick Venture · 4 years, 3 months ago
  7. 8cdf964 tools/test: add updater tests to increase coverage by Patrick Venture · 4 years, 3 months ago
  8. ede9c9f util: use constexpr string instead of string objects by Patrick Venture · 4 years, 3 months ago
  9. 4b1b045 bmc/test: add missing util header by Patrick Venture · 4 years, 3 months ago
  10. e261ca2 tools/test: add missing virtual destructor by Patrick Venture · 4 years, 3 months ago
  11. da4d4a4 bmc/test: fixups detected in bazel-type build by Patrick Venture · 4 years, 3 months ago
  12. 794a37c bmc/test: drop unused variable by Patrick Venture · 4 years, 3 months ago
  13. 43a2d16 bmc: move the memoryRegionSize out of the method by Patrick Venture · 4 years, 3 months ago
  14. c6ba8ff cleanup: transition to emplace_back where possible by Patrick Venture · 4 years, 3 months ago
  15. f62ec6b bmc: move memory region size variable to method by Patrick Venture · 4 years, 3 months ago
  16. 4934daa bmc: move data handler to owned object by Patrick Venture · 4 years, 3 months ago
  17. 12b76c9 bmc: move support transports vector into factory by Patrick Venture · 4 years, 3 months ago
  18. e740269 bmc: using namespace ipmi_flash simplifies reading by Patrick Venture · 4 years, 3 months ago
  19. 7b78343 bmc: move transports vector into handler object by Patrick Venture · 4 years, 3 months ago
  20. 2950c25 cleanup: let the handler own the file system implementation by Patrick Venture · 4 years, 6 months ago
  21. 80748c3 cleanup: drop default filesystem handler by Patrick Venture · 4 years, 6 months ago
  22. 5084b70 cleanup: drop inclusion of unused filesystem header by Patrick Venture · 4 years, 6 months ago
  23. c1a30c0 tools/pci: add Nuvoton bridge configuration by Benjamin Fair · 4 years, 7 months ago
  24. e5aafa5 tools/pci: refactor PCI bridge by Benjamin Fair · 4 years, 7 months ago
  25. 20a1809 tools/pci: add wrapper for libpciaccess by Benjamin Fair · 4 years, 7 months ago
  26. c04c2c5 tools/pci: replace pciutils with pciaccess by Benjamin Fair · 4 years, 7 months ago
  27. 83a71c4 bmc+cleanup: drop remaining log includes by Patrick Venture · 4 years, 7 months ago
  28. 7aac486 bmc: drop unused phosphor-logging header by Patrick Venture · 4 years, 7 months ago
  29. 92f2615 firmware: add expiration handle by Patrick Venture · 4 years, 7 months ago
  30. 1ab824a log consistently via stderr by Patrick Venture · 4 years, 7 months ago
  31. 9b37b09 update gcc10 and clang-format10 by Patrick Venture · 4 years, 7 months ago
  32. 6f61af8 tools: increase polling timeout to 30 minutes by Benjamin Fair · 4 years, 8 months ago
  33. c8445aa tools: implement pci support for Nuvoton by Medad CChien · 4 years, 8 months ago
  34. 01593f9 bmc/general_systemd: Fix cancel by William A. Kennington III · 4 years, 9 months ago
  35. d9cc253 bmc_json_config: Fix documentation for previous changes by William A. Kennington III · 4 years, 9 months ago
  36. d53d60a bmc: config: add skip action by Patrick Venture · 4 years, 9 months ago
  37. fc5d8d2 Update config files and docs to use systemd type triggers by William A. Kennington III · 4 years, 9 months ago
  38. 93f3c55 bmc/general_systemd: Fix stale status files by William A. Kennington III · 4 years, 9 months ago
  39. 2d434c8 bmc/buildjson: Allow for systemd verification services by William A. Kennington III · 5 years ago
  40. b22ebbf bmc/general_systemd: Support systemd status reporting by William A. Kennington III · 5 years ago
  41. d8515a6 tools: add configuration to enable PPC host memory access by Rui Zhang · 4 years, 9 months ago
  42. 382d2a0 Add namespace testing for DoAll in tools_net_unittest.cpp by Rui Zhang · 4 years, 9 months ago
  43. 79fc7c0 README.md: Update to include building stdplus by Brandon Kim · 5 years ago
  44. aae4c2e tools: increase polling timeout by 5 minutes by Benjamin Fair · 5 years ago
  45. 2aa5534 tools: net: support IPv4 and IPv6 addresses by Benjamin Fair · 5 years ago
  46. cbf4740 tools: Fix clangtidy warning for PpcMemDevice by Brandon Kim · 5 years ago
  47. 4152f09 tools: net: add <optional> header by Benjamin Fair · 5 years ago
  48. 286cc6a tools: Add PpcMemDevice as an HostIoInterface by Brandon Kim · 5 years ago
  49. 30d09a3 tools: add network bridge support by Benjamin Fair · 5 years ago
  50. f7ccadb sys: add networking functions by Benjamin Fair · 5 years ago
  51. 545f565 bmc: add network bridge support by Benjamin Fair · 5 years ago
  52. 1290198 bmc: allowing packing transport flags densely by Benjamin Fair · 5 years ago
  53. a67e9e9 bmc: add test for reserved flags by Benjamin Fair · 5 years ago
  54. 060be01 tools: remove stat() check for supported interface by Benjamin Fair · 5 years ago
  55. 4e2a143 bmc: check empty instead of zero size by Patrick Venture · 5 years ago
  56. 1626538 bmc: require at least one action pack configuration by Patrick Venture · 5 years ago
  57. 493b3af internal: Add pread pwrite support in sys by Brandon Kim · 5 years ago
  58. 891c501 MAINTAINERS: Add Brandon Kim by Patrick Venture · 5 years ago
  59. 874bdf9 bmc: implement pci support for Nuvoton by Medad CChien · 5 years ago
  60. a9f674c bmc: Rework abortProcess and deleteBlob by Brandon Kim · 5 years ago
  61. 8fc6087 bmc: Replace fileOpen flag by Brandon Kim · 5 years ago
  62. 6749ba1 tools: Add ignoreUpdate parameter by Brandon Kim · 5 years ago
  63. cec91dd bmc : add config-static-bmc-with-update-status.json.in by Brandon Kim · 5 years ago
  64. ffbd93e docs : add fileSystemdUpdate to json configuration details by Brandon Kim · 5 years ago
  65. b9cd991 docs: add json configuration details by Patrick Venture · 5 years ago
  66. 43379f3 README: update tool parameter for type by Patrick Venture · 5 years ago
  67. e0216d2 bmc: merge update and prepare systemd by Patrick Venture · 5 years ago
  68. 3915758 bmc: add mode to systemd preparation action by Patrick Venture · 5 years ago
  69. 4456490 bmc: use string literals instead of variables by Patrick Venture · 5 years ago
  70. c498caa tools: type field now matches the /flash/{type} by Patrick Venture · 5 years ago
  71. 097435f bmc: require blob ids to start with /flash/ by Patrick Venture · 5 years ago
  72. 69abbc6 tools: bump up timeout for polling to ~5.5 minutes by Patrick Venture · 5 years ago
  73. 9cce5a2 bmc: buildjson: provide helper for common filesystemd type by Patrick Venture · 5 years ago
  74. cf066ac bmc: cleanup verification language and symbols by Patrick Venture · 5 years ago
  75. 29af1e3 bmc: s/SystemdVerification/SystemdWithStatusFile/g by Patrick Venture · 5 years ago
  76. c2baac9 bmc: allow update to use systemd with path by Patrick Venture · 5 years ago
  77. 984d94d bmc: add mode json option for verification systemd by Patrick Venture · 5 years ago
  78. ee614ec bmc: move verify systemd mode to parameter by Patrick Venture · 5 years ago
  79. 0caec99 bmc: json configuration: update: add mode parameter by Patrick Venture · 5 years ago
  80. ec105dd bugfix: bmc: update service requires mode by Patrick Venture · 5 years ago
  81. cf0e5de tools: p2a: enable bridge on host side by Patrick Venture · 5 years ago
  82. e3feacf bugfix: tools: p2a: read returns bool by Patrick Venture · 5 years ago
  83. 1871fe9 bmc: use json for configuration by Patrick Venture · 5 years ago
  84. a6b4abd bmc: implement search for json files by Patrick Venture · 5 years ago
  85. f32a453 bmc: consolidate action pack code slightly by Patrick Venture · 5 years ago
  86. d4e20de bmc: move from data section objs to owned by Patrick Venture · 5 years ago
  87. 413c0d6 build: always define conditionals by Patrick Venture · 5 years ago
  88. de04c77 bugfix: build: fix enable-host-bios by Patrick Venture · 5 years ago
  89. 298930a bmc: provide disabled json support by Patrick Venture · 6 years ago
  90. c9792e7 tools: add bios support by Patrick Venture · 6 years ago
  91. 7c2a00e build: add option --enable-host-bios by Patrick Venture · 6 years ago
  92. fa06a5f bmc: add ActionPack notion to bundle actions by Patrick Venture · 6 years ago
  93. 1999eef bmc: only add verifyBlobId if data sent for image by Patrick Venture · 6 years ago
  94. fd18216 build: install three targets to handle bmc updates by Patrick Venture · 6 years ago
  95. b90cacd build: prevent enabling both static and ubi tarball by Patrick Venture · 6 years ago
  96. 33740b9 build: drop --enable-lpc-bridge option by Patrick Venture · 6 years ago
  97. 89e97ba build: drop --enable-pci-bridge option by Patrick Venture · 6 years ago
  98. e1f6d7d build: prevent enabling aspeed and nuvoton by Patrick Venture · 6 years ago
  99. 33311b4 README: Add comment re: building via SDK by Patrick Venture · 6 years ago
  100. 48e309c bmc: split out service objects by Patrick Venture · 6 years ago