Home
last modified time | relevance | path

Searched refs:updateFirmware (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/webui-vue/src/views/Operations/Firmware/
H A DFirmwareFormUpdate.vue7 :label="$t('pageFirmware.form.updateFirmware.imageFile')"
32 {{ $t('pageFirmware.form.updateFirmware.startUpdate') }}
38 <modal-update-firmware v-model="showUpdateModal" @ok="updateFirmware" />
93 updateFirmware() {
H A DFirmwareAlertServerPower.vue20 {{ $t('pageFirmware.alert.updateFirmware') }}
H A DFirmwareModalUpdateFirmware.vue6 :ok-title="$t('pageFirmware.form.updateFirmware.startUpdate')"
/openbmc/phosphor-bmc-code-mgmt/cpld/lattice/
H A Dlattice_cpld_factory.cpp42 sdbusplus::async::task<bool> LatticeCPLDFactory::updateFirmware( in updateFirmware() function in phosphor::software::cpld::LatticeCPLDFactory
53 co_return co_await cpldManager->updateFirmware(image, imageSize, in updateFirmware()
H A Dlattice_cpld_factory.hpp16 sdbusplus::async::task<bool> updateFirmware(
H A Dlattice_base_cpld.hpp135 sdbusplus::async::task<bool> updateFirmware(
H A Dlattice_base_cpld.cpp48 sdbusplus::async::task<bool> LatticeBaseCPLD::updateFirmware( in updateFirmware() function in phosphor::software::cpld::LatticeBaseCPLD
/openbmc/phosphor-bmc-code-mgmt/tpm/tpm2/
H A Dtpm2.hpp20 sdbusplus::async::task<bool> updateFirmware(const uint8_t* image,
H A Dtpm2.cpp81 sdbusplus::async::task<bool> TPM2Interface::updateFirmware(const uint8_t* image, in updateFirmware() function in TPM2Interface
/openbmc/phosphor-bmc-code-mgmt/i2c-vr/
H A Di2cvr_device.cpp25 if (!(co_await vrInterface->updateFirmware(false))) in updateDevice()
H A Dvr.hpp45 virtual sdbusplus::async::task<bool> updateFirmware(bool force) = 0;
/openbmc/phosphor-bmc-code-mgmt/cpld/
H A Dcpld.cpp35 if (!(co_await cpldInterface->updateFirmware( in updateDevice()
H A Dcpld_interface.hpp27 virtual sdbusplus::async::task<bool> updateFirmware(
/openbmc/phosphor-bmc-code-mgmt/tpm/
H A Dtpm_device.cpp39 if (!co_await tpmInterface->updateFirmware(image, imageSize)) in updateDevice()
H A Dtpm_device.hpp32 virtual sdbusplus::async::task<bool> updateFirmware(const uint8_t* image,
/openbmc/phosphor-bmc-code-mgmt/i2c-vr/mps/
H A Dmp2x6xx.hpp18 sdbusplus::async::task<bool> updateFirmware(bool force) final;
H A Dmp297x.hpp18 sdbusplus::async::task<bool> updateFirmware(bool force) final;
H A Dmp5998.hpp18 sdbusplus::async::task<bool> updateFirmware(bool force) final;
H A Dmpx9xx.hpp28 sdbusplus::async::task<bool> updateFirmware(bool force) final;
H A Dmp2x6xx.cpp400 sdbusplus::async::task<bool> MP2X6XX::updateFirmware(bool force) in updateFirmware() function in phosphor::software::VR::MP2X6XX
H A Dmp5998.cpp406 sdbusplus::async::task<bool> MP5998::updateFirmware(bool force) in updateFirmware() function in phosphor::software::VR::MP5998
/openbmc/phosphor-bmc-code-mgmt/i2c-vr/tda38640a/
H A Dtda38640a.hpp22 sdbusplus::async::task<bool> updateFirmware(bool force) final;
H A Dtda38640a.cpp451 sdbusplus::async::task<bool> TDA38640A::updateFirmware(bool force) in updateFirmware() function in phosphor::software::VR::TDA38640A
/openbmc/phosphor-bmc-code-mgmt/i2c-vr/isl69269/
H A Disl69269.hpp29 sdbusplus::async::task<bool> updateFirmware(bool force) final;
/openbmc/phosphor-bmc-code-mgmt/i2c-vr/xdpe1x2xx/
H A Dxdpe1x2xx.hpp21 sdbusplus::async::task<bool> updateFirmware(bool force) final;

12