Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-ipmi-flash
/
1fca190c50585980a5b29a95936fb3d8fb1d5f37
/
test
1fca190
test: firmware uploadInProgress: commit
by Patrick Venture
· 6 years ago
8326d07
test: firmware uploadInProgress: read
by Patrick Venture
· 6 years ago
65055fb
test: firmware notYetStarted: minor cleanup
by Patrick Venture
· 6 years ago
615123a
test: firmware updateInProgress: write
by Patrick Venture
· 6 years ago
be0fb5e
test: firmware uploadInProgress: minor cleanup
by Patrick Venture
· 6 years ago
547fa3a
test: firmware uploadInProgress: add note about commit
by Patrick Venture
· 6 years ago
7cf4440
test: firmware uploadInProgress: writeMeta
by Patrick Venture
· 6 years ago
79b4474
test: firmware uploadInProgress: close
by Patrick Venture
· 6 years ago
5788dbb
test: firmware uploadInProgress: open
by Patrick Venture
· 6 years ago
efc366e
test: firmware uploadInProgress: stat(session)
by Patrick Venture
· 6 years ago
41205cc
test: firmware uploadInProgress: stat
by Patrick Venture
· 6 years ago
6f72978
test: firmware uploadInProgress: add todo
by Patrick Venture
· 6 years ago
ebcc522
test: firmware uploadInProgress: getBlobIds
by Patrick Venture
· 6 years ago
b1a8f70
test: firmware notYetStarted: open
by Patrick Venture
· 6 years ago
86c2208
test: firmware notYetStarted: stat
by Patrick Venture
· 6 years ago
8a4f2aa
test: firmware notYetStarted: getBlobIds
by Patrick Venture
· 6 years ago
997023d
test: start state-transition-specific unit-tests
by Patrick Venture
· 6 years ago
70b9a1d
test: cleanup firmware handler::delete unit-tests
by Patrick Venture
· 6 years ago
27ac582
bmc: firmware handler owns update mechanism
by Patrick Venture
· 6 years ago
8e801e1
bmc: add update mechanism interface
by Patrick Venture
· 6 years ago
1d5a31c
bmc: move away from blobs namespace
by Patrick Venture
· 6 years ago
1361a12
test: use common test object
by Patrick Venture
· 6 years ago
3a03631
test: cleanup: firmware::sessionstat() tests
by Patrick Venture
· 6 years ago
ad7c73d
test: cleanup: firmware::writemeta() tests
by Patrick Venture
· 6 years ago
eb5df14
test: cleanup: firmware::write() tests
by Patrick Venture
· 6 years ago
6f09ff5
test: cleanup: firmware::open() tests
by Patrick Venture
· 6 years ago
481cd4a
test: cleanup: firmware::commit() tests
by Patrick Venture
· 6 years ago
7941258
test: cleanup: firmware::close() tests
by Patrick Venture
· 6 years ago
3ecb350
bmc: enable configuration of all verification
by Patrick Venture
· 6 years ago
74059d6
bmc: allow configuring the verification output path
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
d61b0ff
tools: implement firmware verification polling
by Patrick Venture
· 6 years ago
7dcca5d
tools: trigger verification
by Patrick Venture
· 6 years ago
cf10cda
build: use configure rule whether host tool is built
by Patrick Venture
· 6 years ago
be19870
firmware_handler: allow committing repeatedly
by Patrick Venture
· 6 years ago
7352838
updater: send hash file contents
by Patrick Venture
· 6 years ago
b58f561
bugfix: test: use explicit string matcher
by Patrick Venture
· 6 years ago
ac4ff97
tools: io: add read method
by Patrick Venture
· 6 years ago
4679e50
build: enable valgrind
by Patrick Venture
· 6 years ago
c897738
build: split object to enable coverage
by Patrick Venture
· 6 years ago
9dc342a
autotools: Fix for autoconf-archive 2019.01.19
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
6bc04f9
build: rework gtest checks
by Patrick Venture
· 6 years ago
957f086
tools: implement blob read
by Patrick Venture
· 6 years ago
13e4986
test: add unit-test for tools::blob close
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
69a9e19
tools: lpc: add internal/sys to handler
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
2343cfc
window interface: add close method
by Patrick Venture
· 6 years ago
88ead72
rename lpc_mapper_mock -> window_mapper_mock
by Patrick Venture
· 6 years ago
c9c6088
lpc: add missing headers
by Patrick Venture
· 6 years ago
517710d
hardware interface: add copyFrom
by Patrick Venture
· 6 years ago
5251da9
rename lpcmapperinterface to hardwaremapperinterface
by Patrick Venture
· 6 years ago
9dfcf5d
tools: specify common ipmi errors for humans
by Patrick Venture
· 6 years ago
7430464
rename write,read to writeMeta,readMeta
by Patrick Venture
· 6 years ago
907f3a7
tools: implement bt sendcontents
by Patrick Venture
· 6 years ago
0309f10
tools: implement blob write
by Patrick Venture
· 6 years ago
cec0490
internal: add read() method
by Patrick Venture
· 6 years ago
301e525
test: typo fix: firmware
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
9b534f0
tools: put all host-side code into host_tool namespace
by Patrick Venture
· 6 years ago
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
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
1cc8895
test: flip from negative test to positive
by Patrick Venture
· 6 years ago
0d88a12
bugfix: tools: blob: add trailing nul-terminator
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
0533d0b
tools: blob: implement open blob
by Patrick Venture
· 6 years ago
8a55dcb
tools: add data interface type
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
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
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
8b58856
add system interface to enable testing
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
7753d94
static handler: transition to generic file handler
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
e772842
add lpc mapping interface and stubs
by Patrick Venture
· 6 years ago
68bb143
firmware: start implementing close method
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
Next »