Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/bios/
H A Dbios_software_manager.cpp90 std::unique_ptr<SPIDevice> spiDevice; in initDevice() local
93 spiDevice = std::make_unique<SPIDevice>( in initDevice()
103 std::make_unique<Software>(ctx, *spiDevice); in initDevice()
111 spiDevice->softwareCurrent = std::move(software); in initDevice()
113 spiDevice->softwareCurrent->setVersion( in initDevice()
116 devices.insert({config.objectPath, std::move(spiDevice)}); in initDevice()