1. 4175b4c Add callback support to triggerable actions by William A. Kennington III · 4 years ago
  2. 85e54f1 version-handler: implement json parser by Jason Ling · 4 years, 2 months ago
  3. ded66d0 move files around to create a common convenience library by Jason Ling · 4 years, 2 months ago
  4. e5aafa5 tools/pci: refactor PCI bridge by Benjamin Fair · 4 years, 7 months ago
  5. c04c2c5 tools/pci: replace pciutils with pciaccess by Benjamin Fair · 4 years, 7 months ago
  6. 1ab824a log consistently via stderr by Patrick Venture · 4 years, 7 months ago
  7. d8515a6 tools: add configuration to enable PPC host memory access by Rui Zhang · 4 years, 9 months ago
  8. 545f565 bmc: add network bridge support by Benjamin Fair · 5 years ago
  9. 874bdf9 bmc: implement pci support for Nuvoton by Medad CChien · 5 years ago
  10. cec91dd bmc : add config-static-bmc-with-update-status.json.in by Brandon Kim · 5 years ago
  11. 413c0d6 build: always define conditionals by Patrick Venture · 5 years ago
  12. de04c77 bugfix: build: fix enable-host-bios by Patrick Venture · 5 years ago
  13. 298930a bmc: provide disabled json support by Patrick Venture · 6 years ago
  14. 7c2a00e build: add option --enable-host-bios by Patrick Venture · 6 years ago
  15. fd18216 build: install three targets to handle bmc updates by Patrick Venture · 6 years ago
  16. b90cacd build: prevent enabling both static and ubi tarball by Patrick Venture · 6 years ago
  17. 33740b9 build: drop --enable-lpc-bridge option by Patrick Venture · 6 years ago
  18. 89e97ba build: drop --enable-pci-bridge option by Patrick Venture · 6 years ago
  19. e1f6d7d build: prevent enabling aspeed and nuvoton by Patrick Venture · 6 years ago
  20. a29216e build: bump to release 1.0 by Patrick Venture · 6 years ago
  21. c37fe1e build: split up package checks by what is being built by Patrick Venture · 6 years ago
  22. 0d3b872 build: add configure option to not build BMC module by Patrick Venture · 6 years ago
  23. 84778b8 tools: remove phosphor-ipmi-blobs dependency by Patrick Venture · 6 years ago
  24. f0c71df move bmc code into bmc folder by Patrick Venture · 6 years ago
  25. c2298de build: split out BMC dependencies by Patrick Venture · 6 years ago
  26. f786a87 build: s/update-bmc/update_bmc/g by Patrick Venture · 6 years ago
  27. 6264e69 build: minor style cleanup in configure_ac by Patrick Venture · 6 years ago
  28. 6d7735d bmc: add preparation step before data is received by Patrick Venture · 6 years ago
  29. 380832c test: cleanup by moving tool tests into subfolder by Patrick Venture · 6 years ago
  30. 9efef5d bmc: add cleanup blob handler by Patrick Venture · 6 years ago
  31. 7a5dcd8 bugfix: build: treat strings as variables by Patrick Venture · 6 years ago
  32. 0a162e2 bugfix: build: check for blobs header properly by Patrick Venture · 6 years ago
  33. 6f81b16 bmc: implement reboot update mechanism by Patrick Venture · 6 years ago
  34. 3ecb350 bmc: enable configuration of all verification by Patrick Venture · 6 years ago
  35. 74059d6 bmc: allow configuring the verification output path by Patrick Venture · 6 years ago
  36. cf10cda build: use configure rule whether host tool is built by Patrick Venture · 6 years ago
  37. ac570a1 build: conditionally build lpc and pci options by Patrick Venture · 6 years ago
  38. 80bfa67 bugfix: build: s/enanble/enable/ by Patrick Venture · 6 years ago
  39. fe297fe build: add check for pciutils: libpci by Patrick Venture · 6 years ago
  40. 39b1305 build: fail if aspeed-lpc-ctrl header not found by Patrick Venture · 6 years ago
  41. a68d344 build: add enable-aspeed-p2a option and download header by Patrick Venture · 6 years ago
  42. 4679e50 build: enable valgrind by Patrick Venture · 6 years ago
  43. 9dc342a autotools: Fix for autoconf-archive 2019.01.19 by Patrick Venture · 6 years ago
  44. 8b3b325 build: add dependency on ipmiblob by Patrick Venture · 6 years ago
  45. 2f3b4b6 build: enable code coverage by Patrick Venture · 6 years ago
  46. 6bc04f9 build: rework gtest checks by Patrick Venture · 6 years ago
  47. 4845a72 build: pkg anti-pattern: use defaults by Patrick Venture · 6 years ago
  48. ac11ae9 firmware_handler: add fake sdbusplus if not found by Patrick Venture · 6 years ago
  49. ce6b874 bugfix: build: fix MAPPED_ADDRESS configuration variable by Patrick Venture · 6 years ago
  50. ccf235a build: simplify error message by Patrick Venture · 6 years ago
  51. 440bc38 build: include download of ipmi linux header by Patrick Venture · 6 years ago
  52. 4b4ea21 build: cleanup configure script PKG_CHECK_MODULES by Patrick Venture · 6 years ago
  53. e9ad2ec build: fixup typo regarding branch name by Patrick Venture · 6 years ago
  54. bf58cd6 tools: start burn_my_bmc tool by Patrick Venture · 6 years ago
  55. 30993b3 build: apply autoconf suggestions by Patrick Venture · 6 years ago
  56. 4eb5595 firmware: add sdbusplus for use by verification by Patrick Venture · 6 years ago
  57. d46b811 ubi: add tarball as file handler by Patrick Venture · 6 years ago
  58. 35a82f3 build: group variables together by Patrick Venture · 6 years ago
  59. 64919ec hash handler: implement file hash handler by Patrick Venture · 6 years ago
  60. 002916a lpc_handler also requires a BMC address for mapping by Patrick Venture · 6 years ago
  61. e772842 add lpc mapping interface and stubs by Patrick Venture · 6 years ago
  62. a5c5906 static: add temporary filename for staging update by Patrick Venture · 6 years ago
  63. b0c84d0 pci: add region parameter to constructor by Patrick Venture · 6 years ago
  64. 21be45a test: Add first unit-test to verify factory by Patrick Venture · 6 years ago
  65. 192d60f Enable firmware transport mechanisms by Patrick Venture · 6 years ago
  66. 4306f68 build: update comment in configure.ac by Patrick Venture · 6 years ago
  67. fa6c4d9 start supported blob_id list by Patrick Venture · 6 years ago
  68. c7ca291 main: Add empty implementation by Patrick Venture · 6 years ago
  69. 971899a Revert original implementation in favor of blob-based approach by Patrick Venture · 6 years ago
  70. 0cdf358 build: fixup header line by Patrick Venture · 6 years ago
  71. 7dc4670 tools: starting burn_my_bmc host utility by Patrick Venture · 6 years ago
  72. 004fb90 Build as c++17 by Patrick Venture · 6 years ago
  73. fdc65b2 ipmi: start implementing flashVerifyCheck by Patrick Venture · 6 years ago
  74. 6f17bd2 flash-ipmi: implement flashStartHash by Patrick Venture · 6 years ago
  75. 8ec019f flash-ipmi: implement flashStartTransfer by Patrick Venture · 6 years ago
  76. 54c3b53 ipmi: start implementing flashStartTransfer by Patrick Venture · 6 years ago
  77. accc917 main: start with no-op handler by Patrick Venture · 6 years ago