Home
last modified time | relevance | path

Searched refs:LpcDataHandler (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Dlpc_handler.cpp29 bool LpcDataHandler::setInitializedAndReturn(bool value) in setInitializedAndReturn()
49 bool LpcDataHandler::open() in open()
57 bool LpcDataHandler::close() in close()
64 std::vector<std::uint8_t> LpcDataHandler::copyFrom(std::uint32_t length) in copyFrom()
89 bool LpcDataHandler::writeMeta(const std::vector<std::uint8_t>& configuration) in writeMeta()
113 std::vector<std::uint8_t> LpcDataHandler::readMeta() in readMeta()
H A Dlpc_handler.hpp26 class LpcDataHandler : public DataInterface class
34 explicit LpcDataHandler(std::unique_ptr<HardwareMapperInterface> mapper) : in LpcDataHandler() function in ipmi_flash::LpcDataHandler
H A Dmain.cpp95 std::make_unique<LpcDataHandler>(LpcMapperAspeed::createAspeedMapper( in createHandler()
100 std::make_unique<LpcDataHandler>(LpcMapperNuvoton::createNuvotonMapper( in createHandler()
/openbmc/phosphor-ipmi-flash/tools/
H A Dlpc.hpp23 class LpcDataHandler : public DataInterface class
26 LpcDataHandler(ipmiblob::BlobInterface* blob, HostIoInterface* io, in LpcDataHandler() function in host_tool::LpcDataHandler
H A Dlpc.cpp32 bool LpcDataHandler::sendContents(const std::string& input, in sendContents()
H A Dmain.cpp249 handler = std::make_unique<host_tool::LpcDataHandler>( in main()
/openbmc/phosphor-ipmi-flash/tools/test/
H A Dtools_lpc_unittest.cpp35 LpcDataHandler handler(&blobMock, &ioMock, address, length, &progMock, in TEST()