summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* test: cleanup by moving tool tests into subfolderPatrick Venture2019-06-199-0/+350
* tools: update status debug messagePatrick Venture2019-06-121-7/+6
* tools: open and commit() on updateBlobIdPatrick Venture2019-06-052-6/+22
* merge Verification and Update statusesPatrick Venture2019-06-031-9/+7
* tools: updater: cppcheck fixupsPatrick Venture2019-05-281-3/+4
* tools: scope of the variable 'bytesRead' can be reduced.Patrick Venture2019-05-202-7/+8
* bmc: move away from blobs namespacePatrick Venture2019-05-206-21/+25
* bmc: enable configuration of all verificationPatrick Venture2019-05-171-11/+8
* util: create util object for bmc and toolPatrick Venture2019-05-172-13/+7
* tools: add update handlerPatrick Venture2019-05-163-119/+170
* tools: drop extraneous return statemenPatrick Venture2019-05-161-2/+0
* tools: implement firmware verification pollingPatrick Venture2019-05-152-2/+110
* tools: trigger verificationPatrick Venture2019-05-151-2/+37
* tools: io: fix printf portabilityPatrick Venture2019-05-151-2/+2
* bugfix: tools: use pci memberPatrick Venture2019-05-151-2/+1
* updater: send hash file contentsPatrick Venture2019-05-141-1/+26
* pci: implement sending firmware image over p2aPatrick Venture2019-05-144-35/+91
* add exception catch-all in mainPatrick Venture2019-05-141-0/+7
* tools: main: update ipmi-blob-tool constructorsPatrick Venture2019-05-131-2/+2
* tools: io: do aligned read/write mappingPatrick Venture2019-05-071-6/+23
* tools: p2a: read the PCI configurationPatrick Venture2019-05-071-0/+14
* bugfix: result.bars[1] may be used uninitializedPatrick Venture2019-05-071-0/+9
* tools: p2a: check aspeed bridgePatrick Venture2019-05-064-8/+53
* tools: io: add read methodPatrick Venture2019-05-032-0/+47
* p2a: add initial p2a support (empty)Patrick Venture2019-05-036-1/+238
* build: add check for pciutils: libpciPatrick Venture2019-05-031-2/+2
* use ipmiblob library from ipmi-blob-toolPatrick Venture2019-03-0817-917/+27
* build: enable code coveragePatrick Venture2019-03-081-4/+4
* tools: blob_handler: add some const nessPatrick Venture2019-02-041-9/+9
* tools: implement blob readPatrick Venture2019-02-043-0/+41
* tools: updater: iterate via string instead of autoPatrick Venture2019-02-011-1/+2
* tools: move blobs methods to privatePatrick Venture2019-01-311-26/+26
* tools: tie devmem io handler into lpc handlerPatrick Venture2019-01-222-3/+8
* tools: add io interface for mmio, etcPatrick Venture2019-01-223-0/+111
* tools: lpc configuration structure is packedPatrick Venture2019-01-221-1/+1
* tools: lpc: add internal/sys to handlerPatrick Venture2019-01-221-1/+6
* tools: minor cleanup, drop member return inlinePatrick Venture2019-01-222-6/+2
* tools: lpc: start implementation, send metadataPatrick Venture2019-01-222-0/+33
* tools: blob add writeMeta to interfacePatrick Venture2019-01-223-3/+47
* tools: specify common ipmi errors for humansPatrick Venture2019-01-171-1/+18
* bugfix: tools: close session on failurePatrick Venture2019-01-171-0/+4
* tools: implement bt sendcontentsPatrick Venture2019-01-151-1/+39
* tools: blob_handler: delete return statementPatrick Venture2019-01-151-1/+0
* tools: implement blob writePatrick Venture2019-01-153-0/+37
* bugfix: tools: blob_handler: properly handle smallest replyPatrick Venture2019-01-151-5/+9
* tools: bt: add syscall interfacePatrick Venture2019-01-151-1/+6
* tools: implement method to send ipmi packet to BMCPatrick Venture2019-01-044-11/+125
* tools: ipmi handler must open ipmi devicePatrick Venture2019-01-042-0/+48
* tools: implement blob closePatrick Venture2019-01-044-0/+30
* s/size_t/std::size_t/g - for compatibility with other buildsPatrick Venture2019-01-042-4/+4
OpenPOWER on IntegriCloud