1. ded66d0 move files around to create a common convenience library by Jason Ling · 4 years, 2 months ago[Renamed from bmc/main.cpp]
  2. 43a2d16 bmc: move the memoryRegionSize out of the method by Patrick Venture · 4 years, 3 months ago
  3. c6ba8ff cleanup: transition to emplace_back where possible by Patrick Venture · 4 years, 3 months ago
  4. f62ec6b bmc: move memory region size variable to method by Patrick Venture · 4 years, 3 months ago
  5. 4934daa bmc: move data handler to owned object by Patrick Venture · 4 years, 3 months ago
  6. 12b76c9 bmc: move support transports vector into factory by Patrick Venture · 4 years, 3 months ago
  7. e740269 bmc: using namespace ipmi_flash simplifies reading by Patrick Venture · 4 years, 3 months ago
  8. 7b78343 bmc: move transports vector into handler object by Patrick Venture · 4 years, 3 months ago
  9. 83a71c4 bmc+cleanup: drop remaining log includes by Patrick Venture · 4 years, 7 months ago
  10. 1ab824a log consistently via stderr by Patrick Venture · 4 years, 7 months ago
  11. 9b37b09 update gcc10 and clang-format10 by Patrick Venture · 4 years, 7 months ago
  12. 545f565 bmc: add network bridge support by Benjamin Fair · 5 years ago
  13. 874bdf9 bmc: implement pci support for Nuvoton by Medad CChien · 5 years ago
  14. e0216d2 bmc: merge update and prepare systemd by Patrick Venture · 5 years ago
  15. cf066ac bmc: cleanup verification language and symbols by Patrick Venture · 5 years ago
  16. 1871fe9 bmc: use json for configuration by Patrick Venture · 5 years ago
  17. a6b4abd bmc: implement search for json files by Patrick Venture · 5 years ago
  18. f32a453 bmc: consolidate action pack code slightly by Patrick Venture · 5 years ago
  19. d4e20de bmc: move from data section objs to owned by Patrick Venture · 5 years ago
  20. 7c2a00e build: add option --enable-host-bios by Patrick Venture · 6 years ago
  21. fa06a5f bmc: add ActionPack notion to bundle actions by Patrick Venture · 6 years ago
  22. 48e309c bmc: split out service objects 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[Renamed from main.cpp]
  25. 36bffb4 bmc: lpc: add support for lpc mapping and copying by Patrick Venture · 6 years ago
  26. 6d7735d bmc: add preparation step before data is received by Patrick Venture · 6 years ago
  27. e1118bc fixup pessimizing-moves by Patrick Venture · 6 years ago
  28. 1d66fe6 merge Verification and Update Interfaces by Patrick Venture · 6 years ago
  29. 27ac582 bmc: firmware handler owns update mechanism by Patrick Venture · 6 years ago
  30. 6f81b16 bmc: implement reboot update mechanism by Patrick Venture · 6 years ago
  31. 1d5a31c bmc: move away from blobs namespace by Patrick Venture · 6 years ago
  32. 26a1726 bmc: move Verification declaration out of single header by Patrick Venture · 6 years ago
  33. 2ba7130 bmc: only build file handlers if configured 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. 7dad86f util: create util object for bmc and tool by Patrick Venture · 6 years ago
  37. 4289e71 pci_handler: add support for opening, mapping, closing by Patrick Venture · 6 years ago
  38. 102ecbb main: add compilation guards around PCI handler by Patrick Venture · 6 years ago
  39. 78b1a66 lpc mappers: provide BMC memory address for mapping by Patrick Venture · 6 years ago
  40. 182b764 tools: main: drop unused header by Patrick Venture · 6 years ago
  41. 28abae7 s/size_t/std::size_t/g - for compatibility with other builds by Patrick Venture · 6 years ago
  42. efce8f9 bugfix: add missing headers by Patrick Venture · 6 years ago
  43. 7b91cbc lpc_aspeed: add mapping implementation by Patrick Venture · 6 years ago
  44. 4eb5595 firmware: add sdbusplus for use by verification by Patrick Venture · 6 years ago
  45. d46b811 ubi: add tarball as file handler by Patrick Venture · 6 years ago
  46. 22e3875 copyright: add missing copyright headers by Patrick Venture · 6 years ago
  47. 7753d94 static handler: transition to generic file handler by Patrick Venture · 6 years ago
  48. 64919ec hash handler: implement file hash handler by Patrick Venture · 6 years ago
  49. 002916a lpc_handler also requires a BMC address for mapping by Patrick Venture · 6 years ago
  50. e772842 add lpc mapping interface and stubs by Patrick Venture · 6 years ago
  51. 5b451e6 add createHandler method per phosphor-ipmi-blobs change by Patrick Venture · 6 years ago
  52. a5c5906 static: add temporary filename for staging update by Patrick Venture · 6 years ago
  53. b0c84d0 pci: add region parameter to constructor by Patrick Venture · 6 years ago
  54. 05abf7e style: s/FirmwareUpdateFlags/UpdateFlags/g by Patrick Venture · 6 years ago
  55. 18235e6 firmware: tie implementation of session into write by Patrick Venture · 6 years ago
  56. 9158dcf s/::bt/::ipmi/g to be more correct by Patrick Venture · 6 years ago
  57. 1cde5f9 set up data handler mechanism by Patrick Venture · 6 years ago
  58. fc3857b firmware: move enum into class by Patrick Venture · 6 years ago
  59. a78e39f firmware: add handler for static layout by Patrick Venture · 6 years ago
  60. 46637c8 firmware: implement stat command by Patrick Venture · 6 years ago
  61. 5285462 main: handle error checking with handler creation by Patrick Venture · 6 years ago
  62. 4cceb8e rename: Rename firmware to blobid where appropriate by Patrick Venture · 6 years ago
  63. 192d60f Enable firmware transport mechanisms by Patrick Venture · 6 years ago
  64. 148cd65 firmwarehandler: receive firmware list from factory by Patrick Venture · 6 years ago
  65. 68cf64f firmwarehandler: Provide a factory for building by Patrick Venture · 6 years ago
  66. c7ca291 main: Add empty implementation by Patrick Venture · 6 years ago
  67. 971899a Revert original implementation in favor of blob-based approach by Patrick Venture · 6 years ago
  68. e39f2b3 phosphor-ipmi-flash: main: move to iana header by Patrick Venture · 6 years ago
  69. 1aedab2 update clang-format by Patrick Venture · 6 years ago
  70. 605f75f flash-ipmi: implement flashAbort by Patrick Venture · 6 years ago
  71. fdc65b2 ipmi: start implementing flashVerifyCheck by Patrick Venture · 6 years ago
  72. 6f17bd2 flash-ipmi: implement flashStartHash by Patrick Venture · 6 years ago
  73. 514f648 update copyright year by Patrick Venture · 6 years ago
  74. 8ec019f flash-ipmi: implement flashStartTransfer by Patrick Venture · 6 years ago
  75. 9a5a79a main: cleanup command handling by Patrick Venture · 6 years ago
  76. fbc7d19 ipmi: start implementing flashHashFinish by Patrick Venture · 6 years ago
  77. cfe6687 ipmi: start implementing flashHashData by Patrick Venture · 6 years ago
  78. 8d9f732 ipmi: start implementing flashStartHash by Patrick Venture · 6 years ago
  79. 2c1205d ipmi: start implementing flashDataFinish by Patrick Venture · 6 years ago
  80. a53a7b3 ipmi: promote min length check to earlier by Patrick Venture · 6 years ago
  81. 79e131f ipmi: start implementing flashDataBlock by Patrick Venture · 6 years ago
  82. 54c3b53 ipmi: start implementing flashStartTransfer by Patrick Venture · 6 years ago
  83. 3d1786b add flash-ipmi header defining sub-commands by Patrick Venture · 6 years ago
  84. accc917 main: start with no-op handler by Patrick Venture · 6 years ago