summaryrefslogtreecommitdiffstats
path: root/bmc/test/firmware_state_verificationpending_unittest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* bmc: allowing packing transport flags denselyBenjamin Fair2019-11-181-5/+1
| | | | | | | | Future transport backends can densely fill in the upper 5 bits of the transport flag bitfield. Signed-off-by: Benjamin Fair <benjaminfair@google.com> Change-Id: Ie4ee59e0581e458a9020775e18270100f9a1de4e
* bmc: move from data section objs to ownedPatrick Venture2019-07-191-1/+1
| | | | | | | | Move from objects created ahead of purpose to owned objects. This is a step towards integrating with the json support. Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I738a5edd40724f17245911af1080c350f029fef1
* bmc: only add verifyBlobId if data sent for imagePatrick Venture2019-07-031-1/+11
| | | | | | | | If data was sent to the hash only, don't add verify until they've at least opened the image blob id. Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Ifc03ac7090e7edbceeac414e908bc5aedb7ad1c3
* tools: remove phosphor-ipmi-blobs dependencyPatrick Venture2019-06-271-1/+1
| | | | | | | | | | The host tool depended on the BMC header: firmware_handler.hpp because it defined the flags. This header depends on phosphor-ipmi-blobs, therefore the host-tool depends on this. Move the flags into a separate common header file and snip this dependency. Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Id2ad33a1611c02605a1ed5c695429d0451eb98d4
* move bmc code into bmc folderPatrick Venture2019-06-271-0/+330
Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I2407359461a1a2f0e733ff8cd0cb1744b6304c32
OpenPOWER on IntegriCloud