Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-ipmi-flash
/
7b78aa2ce13d866d0b1ac60813ca1cfb36f61b45
7b78aa2
internal: add poll() method
by Patrick Venture
· 6 years ago
339dece
tools: blob: add exceptions
by Patrick Venture
· 6 years ago
fa9d0c9
internal: remove extra namespaces
by Patrick Venture
· 6 years ago
440bc38
build: include download of ipmi linux header
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
86ef75d
bugfix: tools: copy string out, expected nul-termination
by Patrick Venture
· 6 years ago
4b4ea21
build: cleanup configure script PKG_CHECK_MODULES
by Patrick Venture
· 6 years ago
1cc8895
test: flip from negative test to positive
by Patrick Venture
· 6 years ago
225ee31
.gitignore: add autom4te.cache
by Patrick Venture
· 6 years ago
0d88a12
bugfix: tools: blob: add trailing nul-terminator
by Patrick Venture
· 6 years ago
361bd5a
tools: bugfix: main: print usage with no parameters
by Patrick Venture
· 6 years ago
da100e9
bugfix: bitbake: fixup header paths
by Patrick Venture
· 6 years ago
efce8f9
bugfix: add missing headers
by Patrick Venture
· 6 years ago
4cbb5a2
bugfix: build: add -lstdc++fs to Makefile_am
by Patrick Venture
· 6 years ago
e9ad2ec
build: fixup typo regarding branch name
by Patrick Venture
· 6 years ago
b484300
test: bugfix: internal sys mock fix size to size_t
by Patrick Venture
· 6 years ago
aa32a36
tools: add missing updater unit-tests
by Patrick Venture
· 6 years ago
2bc23fe
tools: updater: add exceptions for errors
by Patrick Venture
· 6 years ago
fd6aaec
tools: updater: implement send contents
by Patrick Venture
· 6 years ago
0533d0b
tools: blob: implement open blob
by Patrick Venture
· 6 years ago
8a55dcb
tools: add data interface type
by Patrick Venture
· 6 years ago
7871b45
tools: blob: add missing header
by Patrick Venture
· 6 years ago
0bf8bf0
tools: blob: implement get blob stat command
by Patrick Venture
· 6 years ago
c79faa1
tools: blob: implement layer above ipmi
by Patrick Venture
· 6 years ago
035bbbb
tools: return data or throw exception on ipmi resp
by Patrick Venture
· 6 years ago
9b750aa
tools: add crc implementation
by Patrick Venture
· 6 years ago
aa107a6
tools: main, use copy instead of looping
by Patrick Venture
· 6 years ago
3ca4362
firmware: add read/write flags to enum
by Patrick Venture
· 6 years ago
360b9a3
test: Add tools to search path
by Patrick Venture
· 6 years ago
fa662eb
test: add missing headers to ipmi_interface_mock
by Patrick Venture
· 6 years ago
fec15df
test: move mocks into root test folder
by Patrick Venture
· 6 years ago
6efe68c
README: Update the documentation given new approach
by Patrick Venture
· 6 years ago
a658636
tools: move interface building into main
by Patrick Venture
· 6 years ago
cf2d1b1
tools: start implementing ipmi interface
by Patrick Venture
· 6 years ago
0088759
tools: start implementing blob interface
by Patrick Venture
· 6 years ago
af69625
tools: start implementing data interface
by Patrick Venture
· 6 years ago
bf58cd6
tools: start burn_my_bmc tool
by Patrick Venture
· 6 years ago
d333a87
firmware: add logging to factory failures
by Patrick Venture
· 6 years ago
7b91cbc
lpc_aspeed: add mapping implementation
by Patrick Venture
· 6 years ago
30993b3
build: apply autoconf suggestions
by Patrick Venture
· 6 years ago
8b58856
add system interface to enable testing
by Patrick Venture
· 6 years ago
38613e1
lpc_nuvoton: add mapping implementation
by Patrick Venture
· 6 years ago
09c4f7a
lpc_handler: add initialized state
by Patrick Venture
· 6 years ago
cabc117
firmware: implement verification service call
by Patrick Venture
· 6 years ago
4eb5595
firmware: add sdbusplus for use by verification
by Patrick Venture
· 6 years ago
ffcc550
firmware: add verify blob_id
by Patrick Venture
· 6 years ago
86b49e2
filehandler: implement getSize
by Patrick Venture
· 6 years ago
cc7d160
firmare: start implementing session stat
by Patrick Venture
· 6 years ago
d46b811
ubi: add tarball as file handler
by Patrick Venture
· 6 years ago
22e3875
copyright: add missing copyright headers
by Patrick Venture
· 6 years ago
35a82f3
build: group variables together
by Patrick Venture
· 6 years ago
09114c1
build: add lpc source files
by Patrick Venture
· 6 years ago
92973f1
lpc: add missing headers
by Patrick Venture
· 6 years ago
7753d94
static handler: transition to generic file handler
by Patrick Venture
· 6 years ago
64919ec
hash handler: implement file hash handler
by Patrick Venture
· 6 years ago
002916a
lpc_handler also requires a BMC address for mapping
by Patrick Venture
· 6 years ago
a17cf44
static_handler: implement basic version
by Patrick Venture
· 6 years ago
9e5aab2
firmware: start implementing deleteBlob
by Patrick Venture
· 6 years ago
f904750
lpc_handler: add note to copyFrom stub
by Patrick Venture
· 6 years ago
043bafa
lpc_handler: drop-in call to mapWindow on writeMeta
by Patrick Venture
· 6 years ago
e772842
add lpc mapping interface and stubs
by Patrick Venture
· 6 years ago
5b451e6
add createHandler method per phosphor-ipmi-blobs change
by Patrick Venture
· 6 years ago
68bb143
firmware: start implementing close method
by Patrick Venture
· 6 years ago
edd55b5
session: start tracking active path for session
by Patrick Venture
· 6 years ago
991910a
firmware: enable fileOpen state
by Patrick Venture
· 6 years ago
6e307a7
firmware: tie in call to data handler's open
by Patrick Venture
· 6 years ago
db253bf
bugfix: active blob id added on open failure
by Patrick Venture
· 6 years ago
21c62c1
firmware: return failure on attempt to open active files
by Patrick Venture
· 6 years ago
d6461d6
firmware: cleanup - cleaned up some documentation
by Patrick Venture
· 6 years ago
79c08bf
firmware: add verification response enum
by Patrick Venture
· 6 years ago
cd31022
session: start tracking open state
by Patrick Venture
· 6 years ago
32ba9dd
session: add per session state information
by Patrick Venture
· 6 years ago
a5c5906
static: add temporary filename for staging update
by Patrick Venture
· 6 years ago
b0c84d0
pci: add region parameter to constructor
by Patrick Venture
· 6 years ago
0fbabf2
data handler: add close method
by Patrick Venture
· 6 years ago
0d2a813
data handler: add open method
by Patrick Venture
· 6 years ago
a8a99ae
pci: continued implementation in P2A bridge handler
by Patrick Venture
· 6 years ago
05abf7e
style: s/FirmwareUpdateFlags/UpdateFlags/g
by Patrick Venture
· 6 years ago
b1b68fc
firmware: prevent writing or opening during verification
by Patrick Venture
· 6 years ago
92106df
firmware: add global state for the process
by Patrick Venture
· 6 years ago
8c53533
firmware: add read/write configuration methods
by Patrick Venture
· 6 years ago
628db10
tests: cleanup test code
by Patrick Venture
· 6 years ago
18235e6
firmware: tie implementation of session into write
by Patrick Venture
· 6 years ago
d9fb613
firmware: add a session lookup map
by Patrick Venture
· 6 years ago
e2e5611
firmware: set up hash handler
by Patrick Venture
· 6 years ago
9158dcf
s/::bt/::ipmi/g to be more correct
by Patrick Venture
· 6 years ago
2d3a254
firmware: start notion of a session
by Patrick Venture
· 6 years ago
7c8b97e
firmware: add active to canhandle blob list
by Patrick Venture
· 6 years ago
6cb4dc7
build: cleanup makefile whitespace
by Patrick Venture
· 6 years ago
72388d7
tests: add unit-tests for opening
by Patrick Venture
· 6 years ago
bf3399d
firmware: invert conditions to reduce depth
by Patrick Venture
· 6 years ago
1cde5f9
set up data handler mechanism
by Patrick Venture
· 6 years ago
fc3857b
firmware: move enum into class
by Patrick Venture
· 6 years ago
33bf169
add data handler interface
by Patrick Venture
· 6 years ago
400c636
firmware: add write method
by Patrick Venture
· 6 years ago
a78e39f
firmware: add handler for static layout
by Patrick Venture
· 6 years ago
25528b4
add image_handler interface for open
by Patrick Venture
· 6 years ago
c02849b
firmware: start implementing open
by Patrick Venture
· 6 years ago
df848ee
tests: Add unit-tests for canHandleBlob
by Patrick Venture
· 6 years ago
Next »