Home
last modified time | relevance | path

Searched refs:updates (Results 1 – 25 of 246) sorted by relevance

12345678910

/openbmc/pldm/docs/
H A Dfw_update_configuration.md3 PLDM supports firmware updates through two mechanisms:
5 1. **D-Bus API**: Using the StartUpdate D-Bus interface for firmware updates
12 automatically. When disabled, only D-Bus API-based firmware updates will be
H A Dpdr_implementation.md13 JSON updates. New PDR type support would require JSON updates as well as PDR
/openbmc/u-boot/test/py/tests/
H A Dtest_tpm2.py23 updates = 0 variable
194 global updates
195 updates = int(re.findall(r'\d+', str)[0])
227 assert (updates + 1) == new_updates
/openbmc/telemetry/tests/src/
H A Dtest_on_change_threshold.cpp87 updates = std::move(val); in Updates()
100 for (const auto& [index, value] : o.updates) in PrintTo()
112 std::vector<UpdateParams> updates; member
152 for (const auto& [index, value] : GetParam().updates) in TEST_P()
H A Dtest_discrete_threshold.cpp156 updates = std::move(val); in Updates()
183 for (const auto& [index, value, sleepAfter] : o.updates) in PrintTo()
197 std::vector<UpdateParams> updates; member
241 for (const auto& [index, value, sleepAfter] : GetParam().updates) in testBodySensorIsUpdatedMultipleTimes()
/openbmc/openbmc/meta-google/recipes-google/systemd/
H A Dgbmc-systemd-config.bb12 file://firmware-updates.target \
13 file://firmware-updates-pre.target \
41 firmware-updates.target \
42 firmware-updates-pre.target \
60 install -m 0644 ${UNPACKDIR}/firmware-updates.target ${D}${systemd_system_unitdir}/
61 install -m 0644 ${UNPACKDIR}/firmware-updates-pre.target ${D}${systemd_system_unitdir}/
/openbmc/phosphor-mrw-tools/
H A Dpatchxml.py209 updates = [] variable
221 updates.append(update)
223 for update in updates:
/openbmc/openbmc/meta-arm/meta-arm-bsp/dynamic-layers/meta-arm-systemready/recipes-test/arm-systemready-acs/files/fvp-base/
H A D0001-check-sr-results-Change-the-expected-SR-result-confi.patch18 Capsule updates are not supported.
26 a. capsuleapp-esrt: Capsule updates are not supported.
30 c. must-contain "FwClass": Capsule updates are not supported.
31 d. error-if-contains "ESRT - Not Found": Capsule updates are not
34 a. warn-if-contains "Aborted test": Capsule updates are not supported.
38 a. Remove whole directory because capsule updates are not supported.
48 b. must-contain "FirmwareManagement": Capsule updates are not supported.
52 a. Make optional because capsule updates are not supported.
/openbmc/openbmc/poky/meta/recipes-kernel/kmod/kmod/
H A Ddepmod-search.conf5 search updates extramodules built-in
/openbmc/phosphor-pid-control/dbus/
H A DREADME3 These sensors wait for their updates.
/openbmc/openbmc/meta-google/recipes-google/systemd/files/
H A Dfirmware-updates.target3 Wants=firmware-updates-pre.target
/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/
H A Dhost-poweron.service3 After=firmware-updates.target
H A Dhost-ensure-off.service4 Before=firmware-updates-pre.target
/openbmc/qemu/qapi/
H A Duefi.json38 # of updates for authenticated variables. UEFI has two kinds of
43 # updates must be signed with the same certificate.
/openbmc/openbmc/poky/meta/recipes-connectivity/resolvconf/resolvconf/
H A D99_resolvconf3 f root root 0644 /etc/resolvconf/run/enable-updates none
/openbmc/qemu/ui/
H A Dsdl2-gl.c76 scon->updates++; in sdl2_gl_update()
118 if (scon->updates && scon->real_window) { in sdl2_gl_refresh()
119 scon->updates = 0; in sdl2_gl_refresh()
/openbmc/u-boot/doc/
H A DREADME.update7 This feature allows to automatically store software updates present on a TFTP
11 updates. Each update in the update file has an address in NOR Flash where it
12 should be placed, updates are also protected with a SHA-1 checksum. If the
93 An example containing three updates. It can be used to update Linux kernel,
/openbmc/docs/designs/
H A Dexternal-sensor.md41 _ExternalSensor_ to detect and properly indicate loss of timely sensor updates
73 from other sensor daemons. Once an external source starts providing updates, the
74 external source is expected to continue to provide timely updates. Each update
102 Periodic things like sensors, which send out regular updates, could easily lead
140 timeout value, in seconds. If this amount of time elapses with no new updates
184 IPMI sensors, however, expected usage of almost all external sensor updates is a
189 _ExternalSensor_ are expected to receive continuous periodic updates from an
192 not dependent on IPMI as the only source of external updates.
197 One limitation was that the existing _Sensor_ class, by design, dropped updates
199 want to recognize all updates received, even duplicates, as they are important
/openbmc/u-boot/doc/uImage.FIT/
H A Dupdate3.its8 description = "Automatic software updates: kernel, ramdisk, FDT";
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ez-ipupdate/
H A Dez-ipupdate_3.0.11b7.bb1 SUMMARY = "daemon that sends updates when your IP changes"
/openbmc/docs/designs/oem/ibm/
H A Dsystem-power-mode.md33 the OCC state changes to ACTIVE or the customer updates these new parameters at
66 - Customer updates system power mode user interface or Redfish interface
67 - Customer updates idle power save setting or Redfish interface
87 will be retained across power cycles, AC loss, code updates, etc.
/openbmc/openbmc/meta-arm/meta-arm-bsp/wic/
H A Defi-disk-esp-only.wks.in5 # EFI data and process capsule updates.
/openbmc/u-boot/cmd/
H A Dtpm-v2.c133 unsigned int updates; in do_tpm_pcr_read() local
155 data, TPM2_DIGEST_LEN, &updates); in do_tpm_pcr_read()
157 printf("PCR #%u content (%u known updates):\n", index, updates); in do_tpm_pcr_read()
/openbmc/openbmc/poky/meta/recipes-extended/images/
H A Dcore-image-kernel-dev.bb2 sensitive to kernel updates and version changes"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/geoip/
H A Dgeoipupdate_2.5.0.bb1 SUMMARY = "Crontab entry to provide weekly updates of the GeoIP free databases."

12345678910