- 0d5bb78 tools/progress: Add finish and abort functions by William A. Kennington III · 4 years ago
- 49dd8ce tools: remove shadow field by Willy Tu · 4 years, 2 months ago
- 8a9de24 Add option to skip p2a bridge disable by Willy Tu · 4 years, 2 months ago
- 4d1c687 tools: add missing io handler unittests by Patrick Venture · 4 years, 3 months ago
- ea0e470 tools: io: add ppcMemFd cleanup by Patrick Venture · 4 years, 3 months ago
- 8cdf964 tools/test: add updater tests to increase coverage by Patrick Venture · 4 years, 3 months ago
- e261ca2 tools/test: add missing virtual destructor by Patrick Venture · 4 years, 3 months ago
- c1a30c0 tools/pci: add Nuvoton bridge configuration by Benjamin Fair · 4 years, 7 months ago
- e5aafa5 tools/pci: refactor PCI bridge by Benjamin Fair · 4 years, 7 months ago
- 20a1809 tools/pci: add wrapper for libpciaccess by Benjamin Fair · 4 years, 7 months ago
- c04c2c5 tools/pci: replace pciutils with pciaccess by Benjamin Fair · 4 years, 7 months ago
- 9b37b09 update gcc10 and clang-format10 by Patrick Venture · 4 years, 7 months ago
- 6f61af8 tools: increase polling timeout to 30 minutes by Benjamin Fair · 4 years, 7 months ago
- c8445aa tools: implement pci support for Nuvoton by Medad CChien · 4 years, 8 months ago
- d8515a6 tools: add configuration to enable PPC host memory access by Rui Zhang · 4 years, 9 months ago
- 382d2a0 Add namespace testing for DoAll in tools_net_unittest.cpp by Rui Zhang · 4 years, 9 months ago
- aae4c2e tools: increase polling timeout by 5 minutes by Benjamin Fair · 5 years ago
- 2aa5534 tools: net: support IPv4 and IPv6 addresses by Benjamin Fair · 5 years ago
- cbf4740 tools: Fix clangtidy warning for PpcMemDevice by Brandon Kim · 5 years ago
- 4152f09 tools: net: add <optional> header by Benjamin Fair · 5 years ago
- 286cc6a tools: Add PpcMemDevice as an HostIoInterface by Brandon Kim · 5 years ago
- 30d09a3 tools: add network bridge support by Benjamin Fair · 5 years ago
- f7ccadb sys: add networking functions by Benjamin Fair · 5 years ago
- 060be01 tools: remove stat() check for supported interface by Benjamin Fair · 5 years ago
- 493b3af internal: Add pread pwrite support in sys by Brandon Kim · 5 years ago
- 6749ba1 tools: Add ignoreUpdate parameter by Brandon Kim · 5 years ago
- c498caa tools: type field now matches the /flash/{type} by Patrick Venture · 5 years ago
- 69abbc6 tools: bump up timeout for polling to ~5.5 minutes by Patrick Venture · 5 years ago
- cf0e5de tools: p2a: enable bridge on host side by Patrick Venture · 5 years ago
- e3feacf bugfix: tools: p2a: read returns bool by Patrick Venture · 5 years ago
- c9792e7 tools: add bios support by Patrick Venture · 5 years ago
- d62a3d4 tools: tweak: add missing newline in progress by Patrick Venture · 5 years ago
- cf9b219 tools: add progress implementation by Patrick Venture · 5 years ago
- 1597a72 build: install burn_my_bmc by Patrick Venture · 5 years ago
- 1ff1f93 build: use a common library for shared pieces by Patrick Venture · 5 years ago
- 84778b8 tools: remove phosphor-ipmi-blobs dependency by Patrick Venture · 5 years ago
- f0c71df move bmc code into bmc folder by Patrick Venture · 5 years ago
- 7c79b25 tools: implement lpc support by Patrick Venture · 6 years ago
- 9f937c4 tools: add support for ubi tarball from host by Patrick Venture · 6 years ago
- de73c3b tools: bugfix: add missing close after failure by Patrick Venture · 6 years ago
- 01123b2 tools: split out the update handler by Patrick Venture · 6 years ago
- 03db87e tools: specify parameter size limits for LPC by Patrick Venture · 6 years ago
- 5f2fcc4 tools: add cleanup blob on failure by Patrick Venture · 6 years ago
- 8104a52 tool: LPC data handler needs an address and length by Patrick Venture · 6 years ago
- 1f09d41 tool: continue the unit-tests of the host tool by Patrick Venture · 6 years ago
- 380832c test: cleanup by moving tool tests into subfolder by Patrick Venture · 6 years ago
- f6ea2e8 tools: update status debug message by Patrick Venture · 6 years ago
- 14713be tools: open and commit() on updateBlobId by Patrick Venture · 6 years ago
- da66fd8 merge Verification and Update statuses by Patrick Venture · 6 years ago
- c674474 tools: updater: cppcheck fixups by Patrick Venture · 6 years ago
- 6352804 tools: scope of the variable 'bytesRead' can be reduced. by Patrick Venture · 6 years ago
- 1d5a31c bmc: move away from blobs namespace by Patrick Venture · 6 years ago
- 3ecb350 bmc: enable configuration of all verification by Patrick Venture · 6 years ago
- 7dad86f util: create util object for bmc and tool by Patrick Venture · 6 years ago
- 55646de tools: add update handler by Patrick Venture · 6 years ago
- bc841be tools: drop extraneous return statemen by Patrick Venture · 6 years ago
- d61b0ff tools: implement firmware verification polling by Patrick Venture · 6 years ago
- 7dcca5d tools: trigger verification by Patrick Venture · 6 years ago
- 213f2db tools: io: fix printf portability by Patrick Venture · 6 years ago
- 46e6949 bugfix: tools: use pci member by Patrick Venture · 6 years ago
- 7352838 updater: send hash file contents by Patrick Venture · 6 years ago
- 18bbe3c pci: implement sending firmware image over p2a by Patrick Venture · 6 years ago
- e564d5b add exception catch-all in main by Patrick Venture · 6 years ago
- 866d448 tools: main: update ipmi-blob-tool constructors by Patrick Venture · 6 years ago
- 206097b tools: io: do aligned read/write mapping by Patrick Venture · 6 years ago
- c73dce9 tools: p2a: read the PCI configuration by Patrick Venture · 6 years ago
- 36bb467 bugfix: result.bars[1] may be used uninitialized by Patrick Venture · 6 years ago
- 2414161 tools: p2a: check aspeed bridge by Patrick Venture · 6 years ago
- ac4ff97 tools: io: add read method by Patrick Venture · 6 years ago
- b5bf0fc p2a: add initial p2a support (empty) by Patrick Venture · 6 years ago
- fe297fe build: add check for pciutils: libpci by Patrick Venture · 6 years ago
- 664c5bc use ipmiblob library from ipmi-blob-tool by Patrick Venture · 6 years ago
- 2f3b4b6 build: enable code coverage by Patrick Venture · 6 years ago
- 7ef1346 tools: blob_handler: add some const ness by Patrick Venture · 6 years ago
- 957f086 tools: implement blob read by Patrick Venture · 6 years ago
- 2a927e8 tools: updater: iterate via string instead of auto by Patrick Venture · 6 years ago
- 596b681 tools: move blobs methods to private by Patrick Venture · 6 years ago
- 46bdadc tools: tie devmem io handler into lpc handler by Patrick Venture · 6 years ago
- 030b1a8 tools: add io interface for mmio, etc by Patrick Venture · 6 years ago
- 578dfc5 tools: lpc configuration structure is packed by Patrick Venture · 6 years ago
- 69a9e19 tools: lpc: add internal/sys to handler by Patrick Venture · 6 years ago
- 55c5374 tools: minor cleanup, drop member return inline by Patrick Venture · 6 years ago
- 8e1b233 tools: lpc: start implementation, send metadata by Patrick Venture · 6 years ago
- 77c5918 tools: blob add writeMeta to interface by Patrick Venture · 6 years ago
- 9dfcf5d tools: specify common ipmi errors for humans by Patrick Venture · 6 years ago
- f9566d8 bugfix: tools: close session on failure by Patrick Venture · 6 years ago
- 907f3a7 tools: implement bt sendcontents by Patrick Venture · 6 years ago
- 447d736 tools: blob_handler: delete return statement by Patrick Venture · 6 years ago
- 0309f10 tools: implement blob write by Patrick Venture · 6 years ago
- e527c20 bugfix: tools: blob_handler: properly handle smallest reply by Patrick Venture · 6 years ago
- c181eba tools: bt: add syscall interface by Patrick Venture · 6 years ago
- ecfd300 tools: implement method to send ipmi packet to BMC by Patrick Venture · 6 years ago
- 2e12a43 tools: ipmi handler must open ipmi device by Patrick Venture · 6 years ago
- 9a5ce56 tools: implement blob close by Patrick Venture · 6 years ago
- 28abae7 s/size_t/std::size_t/g - for compatibility with other builds by Patrick Venture · 6 years ago
- b5a9706 tools: add internal sys interface to ipmi by Patrick Venture · 6 years ago
- 9b534f0 tools: put all host-side code into host_tool namespace by Patrick Venture · 6 years ago
- 339dece tools: blob: add exceptions by Patrick Venture · 6 years ago
- 7ae5dde tools: main: cleanup usage output by Patrick Venture · 6 years ago
- bcec9c6 bugfix: tools: fixup the region copied by Patrick Venture · 6 years ago