1. 8af15eb firmware_handler: prevent writing to verify blob by Patrick Venture · 6 years ago
  2. 699750d firmware_handler: add missing TODOs by Patrick Venture · 6 years ago
  3. 46e6949 bugfix: tools: use pci member by Patrick Venture · 6 years ago
  4. 7352838 updater: send hash file contents by Patrick Venture · 6 years ago
  5. 18bbe3c pci: implement sending firmware image over p2a by Patrick Venture · 6 years ago
  6. e564d5b add exception catch-all in main by Patrick Venture · 6 years ago
  7. daf4707 bugfix: only push the blob id if new by Patrick Venture · 6 years ago
  8. 866d448 tools: main: update ipmi-blob-tool constructors by Patrick Venture · 6 years ago
  9. ac570a1 build: conditionally build lpc and pci options by Patrick Venture · 6 years ago
  10. 80bfa67 bugfix: build: s/enanble/enable/ by Patrick Venture · 6 years ago
  11. 206097b tools: io: do aligned read/write mapping by Patrick Venture · 6 years ago
  12. c73dce9 tools: p2a: read the PCI configuration by Patrick Venture · 6 years ago
  13. 36bb467 bugfix: result.bars[1] may be used uninitialized by Patrick Venture · 6 years ago
  14. b58f561 bugfix: test: use explicit string matcher by Patrick Venture · 6 years ago
  15. 2414161 tools: p2a: check aspeed bridge by Patrick Venture · 6 years ago
  16. ac4ff97 tools: io: add read method by Patrick Venture · 6 years ago
  17. b5bf0fc p2a: add initial p2a support (empty) by Patrick Venture · 6 years ago
  18. fe297fe build: add check for pciutils: libpci by Patrick Venture · 6 years ago
  19. 4289e71 pci_handler: add support for opening, mapping, closing by Patrick Venture · 6 years ago
  20. bc40c61 pci_handler: add aspeed-p2a-ctrl path by Patrick Venture · 6 years ago
  21. 8f6fb60 pci_handler: add internal sys object by Patrick Venture · 6 years ago
  22. 102ecbb main: add compilation guards around PCI handler by Patrick Venture · 6 years ago
  23. 39b1305 build: fail if aspeed-lpc-ctrl header not found by Patrick Venture · 6 years ago
  24. a68d344 build: add enable-aspeed-p2a option and download header by Patrick Venture · 6 years ago
  25. 4679e50 build: enable valgrind by Patrick Venture · 6 years ago
  26. c897738 build: split object to enable coverage by Patrick Venture · 6 years ago
  27. 9dc342a autotools: Fix for autoconf-archive 2019.01.19 by Patrick Venture · 6 years ago
  28. 664c5bc use ipmiblob library from ipmi-blob-tool by Patrick Venture · 6 years ago
  29. 8b3b325 build: add dependency on ipmiblob by Patrick Venture · 6 years ago
  30. 2f3b4b6 build: enable code coverage by Patrick Venture · 6 years ago
  31. 2bd7021 use filesystem instead of experimental by Patrick Venture · 6 years ago
  32. 6bc04f9 build: rework gtest checks by Patrick Venture · 6 years ago
  33. 98af2d1 lpc_aspeed: add todo describing correct mmap by Patrick Venture · 6 years ago
  34. 4845a72 build: pkg anti-pattern: use defaults by Patrick Venture · 6 years ago
  35. 7ef1346 tools: blob_handler: add some const ness by Patrick Venture · 6 years ago
  36. 957f086 tools: implement blob read by Patrick Venture · 6 years ago
  37. 2a927e8 tools: updater: iterate via string instead of auto by Patrick Venture · 6 years ago
  38. 596b681 tools: move blobs methods to private by Patrick Venture · 6 years ago
  39. 13e4986 test: add unit-test for tools::blob close by Patrick Venture · 6 years ago
  40. 46bdadc tools: tie devmem io handler into lpc handler by Patrick Venture · 6 years ago
  41. 030b1a8 tools: add io interface for mmio, etc by Patrick Venture · 6 years ago
  42. 578dfc5 tools: lpc configuration structure is packed by Patrick Venture · 6 years ago
  43. fac0713 lpc_aspeed: delete copy/assignment of object by Patrick Venture · 6 years ago
  44. 69a9e19 tools: lpc: add internal/sys to handler by Patrick Venture · 6 years ago
  45. 55c5374 tools: minor cleanup, drop member return inline by Patrick Venture · 6 years ago
  46. 8e1b233 tools: lpc: start implementation, send metadata by Patrick Venture · 6 years ago
  47. 63c2ae0 lpc_handler: add missing TODO by Patrick Venture · 6 years ago
  48. 77c5918 tools: blob add writeMeta to interface by Patrick Venture · 6 years ago
  49. 439e23f lpc_aspeed: implement copyFrom by Patrick Venture · 6 years ago
  50. 5e02215 lpc_aspeed: implement close method by Patrick Venture · 6 years ago
  51. a9e0005 lpc_aspeed: implement mapRegion as part of copyFrom by Patrick Venture · 6 years ago
  52. 2343cfc window interface: add close method by Patrick Venture · 6 years ago
  53. 5d96c35 lpc_aspeed: add mapped file descriptor by Patrick Venture · 6 years ago
  54. 78b1a66 lpc mappers: provide BMC memory address for mapping by Patrick Venture · 6 years ago
  55. bf06463 lpc_aspeed: move driver path to class member by Patrick Venture · 6 years ago
  56. 88ead72 rename lpc_mapper_mock -> window_mapper_mock by Patrick Venture · 6 years ago
  57. c9c6088 lpc: add missing headers by Patrick Venture · 6 years ago
  58. 517710d hardware interface: add copyFrom by Patrick Venture · 6 years ago
  59. 5251da9 rename lpcmapperinterface to hardwaremapperinterface by Patrick Venture · 6 years ago
  60. 70e30bf firmware: reorder open cases slightly by Patrick Venture · 6 years ago
  61. 9dfcf5d tools: specify common ipmi errors for humans by Patrick Venture · 6 years ago
  62. f9566d8 bugfix: tools: close session on failure by Patrick Venture · 6 years ago
  63. 453f06a firmware: slight code re-order to improve clarity by Patrick Venture · 6 years ago
  64. 7430464 rename write,read to writeMeta,readMeta by Patrick Venture · 6 years ago
  65. ac11ae9 firmware_handler: add fake sdbusplus if not found by Patrick Venture · 6 years ago
  66. 907f3a7 tools: implement bt sendcontents by Patrick Venture · 6 years ago
  67. 182b764 tools: main: drop unused header by Patrick Venture · 6 years ago
  68. 447d736 tools: blob_handler: delete return statement by Patrick Venture · 6 years ago
  69. 0309f10 tools: implement blob write by Patrick Venture · 6 years ago
  70. e527c20 bugfix: tools: blob_handler: properly handle smallest reply by Patrick Venture · 6 years ago
  71. c181eba tools: bt: add syscall interface by Patrick Venture · 6 years ago
  72. cec0490 internal: add read() method by Patrick Venture · 6 years ago
  73. ce6b874 bugfix: build: fix MAPPED_ADDRESS configuration variable by Patrick Venture · 6 years ago
  74. ccf235a build: simplify error message by Patrick Venture · 6 years ago
  75. 301e525 test: typo fix: firmware by Patrick Venture · 6 years ago
  76. ecfd300 tools: implement method to send ipmi packet to BMC by Patrick Venture · 6 years ago
  77. 2e12a43 tools: ipmi handler must open ipmi device by Patrick Venture · 6 years ago
  78. 9a5ce56 tools: implement blob close by Patrick Venture · 6 years ago
  79. 28abae7 s/size_t/std::size_t/g - for compatibility with other builds by Patrick Venture · 6 years ago
  80. b5a9706 tools: add internal sys interface to ipmi by Patrick Venture · 6 years ago
  81. 9b534f0 tools: put all host-side code into host_tool namespace by Patrick Venture · 6 years ago
  82. 7b78aa2 internal: add poll() method by Patrick Venture · 6 years ago
  83. 339dece tools: blob: add exceptions by Patrick Venture · 6 years ago
  84. fa9d0c9 internal: remove extra namespaces by Patrick Venture · 6 years ago
  85. 440bc38 build: include download of ipmi linux header by Patrick Venture · 6 years ago
  86. 7ae5dde tools: main: cleanup usage output by Patrick Venture · 6 years ago
  87. bcec9c6 bugfix: tools: fixup the region copied by Patrick Venture · 6 years ago
  88. 86ef75d bugfix: tools: copy string out, expected nul-termination by Patrick Venture · 6 years ago
  89. 4b4ea21 build: cleanup configure script PKG_CHECK_MODULES by Patrick Venture · 6 years ago
  90. 1cc8895 test: flip from negative test to positive by Patrick Venture · 6 years ago
  91. 225ee31 .gitignore: add autom4te.cache by Patrick Venture · 6 years ago
  92. 0d88a12 bugfix: tools: blob: add trailing nul-terminator by Patrick Venture · 6 years ago
  93. 361bd5a tools: bugfix: main: print usage with no parameters by Patrick Venture · 6 years ago
  94. da100e9 bugfix: bitbake: fixup header paths by Patrick Venture · 6 years ago
  95. efce8f9 bugfix: add missing headers by Patrick Venture · 6 years ago
  96. 4cbb5a2 bugfix: build: add -lstdc++fs to Makefile_am by Patrick Venture · 6 years ago
  97. e9ad2ec build: fixup typo regarding branch name by Patrick Venture · 6 years ago
  98. b484300 test: bugfix: internal sys mock fix size to size_t by Patrick Venture · 6 years ago
  99. aa32a36 tools: add missing updater unit-tests by Patrick Venture · 6 years ago
  100. 2bc23fe tools: updater: add exceptions for errors by Patrick Venture · 6 years ago