Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-ipmi-flash
/
312a3f70fc8a5e6e73db558c07c4f9dcc7dd03a0
312a3f7
README: add notes on building the host-tool
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
c37fe1e
build: split up package checks by what is being built
by Patrick Venture
· 5 years ago
0d3b872
build: add configure option to not build BMC module
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
c2298de
build: split out BMC dependencies
by Patrick Venture
· 5 years ago
ae0941a
bmc: lpc aspeed: add missing file open failure check
by Patrick Venture
· 5 years ago
7c79b25
tools: implement lpc support
by Patrick Venture
· 6 years ago
36bffb4
bmc: lpc: add support for lpc mapping and copying
by Patrick Venture
· 6 years ago
ef4993e
bmc: pci_handler: set pointer to null
by Patrick Venture
· 6 years ago
875258f
README: Add reboot default configuration option
by Patrick Venture
· 6 years ago
f786a87
build: s/update-bmc/update_bmc/g
by Patrick Venture
· 6 years ago
6264e69
build: minor style cleanup in configure_ac
by Patrick Venture
· 6 years ago
6d7735d
bmc: add preparation step before data is received
by Patrick Venture
· 6 years ago
75c0c27
bmc: provide state change method
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
00c7c72
README: Add notes about delete mechanism blob option
by Patrick Venture
· 6 years ago
380832c
test: cleanup by moving tool tests into subfolder
by Patrick Venture
· 6 years ago
9efef5d
bmc: add cleanup blob handler
by Patrick Venture
· 6 years ago
e1118bc
fixup pessimizing-moves
by Patrick Venture
· 6 years ago
237545f
ipmi_flash.md: update docs to include fileOpen state
by Patrick Venture
· 6 years ago
9a69f73
test: consolidate blob lists
by Patrick Venture
· 6 years ago
3955aed
bmc: firmware: drop obsolete todo about states
by Patrick Venture
· 6 years ago
d67ddc0
test: verificationStarted: drop incorrect todo
by Patrick Venture
· 6 years ago
078d4ee
test: uploadinprogress: cut obsolete todo
by Patrick Venture
· 6 years ago
3bc66ba
test: drop obsolete open(blob) tests
by Patrick Venture
· 6 years ago
dc0d331
test: notyetstart: cut obsolete todo
by Patrick Venture
· 6 years ago
5d9fa02
bmc: verificationCompleted: close: handle failure
by Patrick Venture
· 6 years ago
4c7a420
bmc: updateCompleted: close
by Patrick Venture
· 6 years ago
c9f6239
bmc: updatePending: deleteBlob(blob)
by Patrick Venture
· 6 years ago
2ca6652
bmc: verificationPending: deleteBlob(blob)
by Patrick Venture
· 6 years ago
7267676
bmc: notYetStarted: deleteBlob(blob)
by Patrick Venture
· 6 years ago
bcc0c77
bmc: delete if open sessions bails
by Patrick Venture
· 6 years ago
4973171
bmc: abort from updateStarted
by Patrick Venture
· 6 years ago
d574102
bmc: abort from verificationStarted
by Patrick Venture
· 6 years ago
7a5dcd8
bugfix: build: treat strings as variables
by Patrick Venture
· 6 years ago
f6ea2e8
tools: update status debug message
by Patrick Venture
· 6 years ago
f811995
bmc: use c++11 compatible lambda search
by Patrick Venture
· 6 years ago
1439d9b
README: typo fix s/differnet/different/
by Patrick Venture
· 6 years ago
3e9899d
test: firmware notYetStarted: open(tarball)
by Patrick Venture
· 6 years ago
14713be
tools: open and commit() on updateBlobId
by Patrick Venture
· 6 years ago
d816b23
bmc: drop unused Session::State
by Patrick Venture
· 6 years ago
e95dbb6
bmc: simplify ::close()
by Patrick Venture
· 6 years ago
723113f
bmc: simplify ::open()
by Patrick Venture
· 6 years ago
85ae86b
bmc: firmware updateCompleted: close(session)
by Patrick Venture
· 6 years ago
0c6daf4
test: firmware updateCompleted: getBlobIds()
by Patrick Venture
· 6 years ago
7441ab7
test: firmware updateCompleted: read(session)
by Patrick Venture
· 6 years ago
1d66fe6
merge Verification and Update Interfaces
by Patrick Venture
· 6 years ago
fdeb864
test: firmware updateCompleted: commit(session)
by Patrick Venture
· 6 years ago
e312f39
s/struct blobs::BlobMeta/blobs::BlobMeta/g
by Patrick Venture
· 6 years ago
254b4cf
test: firmware updateCompleted: write(session)
by Patrick Venture
· 6 years ago
58202b2
test: firmware updateCompleted: writeMeta(session)
by Patrick Venture
· 6 years ago
25dfaff
test: firmware updateCompleted: stat(blob)
by Patrick Venture
· 6 years ago
da66fd8
merge Verification and Update statuses
by Patrick Venture
· 6 years ago
a2d8239
bmc: firmware updateCompleted: stat(session)
by Patrick Venture
· 6 years ago
ab1e962
bmc: firmware updateCompleted: open(blob)
by Patrick Venture
· 6 years ago
d1ec2ae
README: Add link to ipmi_flash state machine doc
by Patrick Venture
· 6 years ago
2098ff9
test: firmware updateCompleted: initial empty file
by Patrick Venture
· 6 years ago
f1f0f65
bmc: firmware updateStarted: stat(session)
by Patrick Venture
· 6 years ago
0079d89
bmc: firmware updateStarted: commit(session)
by Patrick Venture
· 6 years ago
73e2bdf
test: firmware updateStarted: read(session)
by Patrick Venture
· 6 years ago
575118d
test: firmware updateStarted: write(session)
by Patrick Venture
· 6 years ago
b6ce52b
test: firmware updateStarted: writeMeta(session)
by Patrick Venture
· 6 years ago
fc34cfa
test: firmware updateStarted: stat(blob)
by Patrick Venture
· 6 years ago
d9a9578
test: firmware updateStarted: getBlobIds()
by Patrick Venture
· 6 years ago
f515b9c
test: firmware updateStarted: open(blob)
by Patrick Venture
· 6 years ago
16ab2a1
test: firmware updateStarted: empty and cleanup
by Patrick Venture
· 6 years ago
1a406fe
bmc: firmware updatePending: commit(session)
by Patrick Venture
· 6 years ago
40d7ffc
bmc: firmware updatePending: stat(session)
by Patrick Venture
· 6 years ago
5f56269
bmc: firmware updatePending: stat(blob)
by Patrick Venture
· 6 years ago
ebe456f
test: firmware updatePending: read(session)
by Patrick Venture
· 6 years ago
4e2fdcd
bmc: firmware updatePending: write(session)
by Patrick Venture
· 6 years ago
94bb970
test: firmware updatePending: writeMeta(session)
by Patrick Venture
· 6 years ago
6b0aa18
bmc: firmware updatePending: close(session)
by Patrick Venture
· 6 years ago
19f5d88
bmc: firmware updatePending: open(blob)
by Patrick Venture
· 6 years ago
ad93383
bmc: firmware updatePending: getBlobIds
by Patrick Venture
· 6 years ago
0cd945c
test: firmware updatePending: initial empty test
by Patrick Venture
· 6 years ago
1c6d8f5
bmc: verificationCompleted::close(success)
by Patrick Venture
· 6 years ago
d52c2c3
test: firmware verificationStarted: additional stat()
by Patrick Venture
· 6 years ago
433cbc3
test: firmware verificationCompleted: commit
by Patrick Venture
· 6 years ago
615c69e
test: firmware verificationCompleted: stat(session)
by Patrick Venture
· 6 years ago
eee7181
test: firmware verificationCompleted: open
by Patrick Venture
· 6 years ago
2b80137
test: firmware verificationCompleted: writeMeta
by Patrick Venture
· 6 years ago
4d9b0e1
test: firmware verificationCompleted: write
by Patrick Venture
· 6 years ago
65cdcf0
test: firmware verificationCompleted: read(session)
by Patrick Venture
· 6 years ago
6d3a14c
test: firmware verificationCompleted: canHandleBlob,getBlobIds
by Patrick Venture
· 6 years ago
d342a95
bmc: cleanup stat(blob) handler
by Patrick Venture
· 6 years ago
fbf07ff
test: firmware verificationCompleted: stat(activehash)
by Patrick Venture
· 6 years ago
2c01415
test: firmware verificationStarted: canHandle, getBlobIds, open
by Patrick Venture
· 6 years ago
c674474
tools: updater: cppcheck fixups
by Patrick Venture
· 6 years ago
0f82ce4
test: firmware verificationPending: minor fixes
by Patrick Venture
· 6 years ago
072a7dd
test: firmware uploadInProgress: minor cleanup
by Patrick Venture
· 6 years ago
Next »