| /openbmc/pldm/docs/ |
| H A D | fw_update_configuration.md | 3 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 D | pdr_implementation.md | 13 JSON updates. New PDR type support would require JSON updates as well as PDR
|
| /openbmc/u-boot/test/py/tests/ |
| H A D | test_tpm2.py | 23 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 D | test_on_change_threshold.cpp | 87 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 D | test_discrete_threshold.cpp | 156 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 D | gbmc-systemd-config.bb | 12 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 D | patchxml.py | 209 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 D | 0001-check-sr-results-Change-the-expected-SR-result-confi.patch | 18 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 D | depmod-search.conf | 5 search updates extramodules built-in
|
| /openbmc/phosphor-pid-control/dbus/ |
| H A D | README | 3 These sensors wait for their updates.
|
| /openbmc/openbmc/meta-google/recipes-google/systemd/files/ |
| H A D | firmware-updates.target | 3 Wants=firmware-updates-pre.target
|
| /openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/ |
| H A D | host-poweron.service | 3 After=firmware-updates.target
|
| H A D | host-ensure-off.service | 4 Before=firmware-updates-pre.target
|
| /openbmc/qemu/qapi/ |
| H A D | uefi.json | 38 # 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 D | 99_resolvconf | 3 f root root 0644 /etc/resolvconf/run/enable-updates none
|
| /openbmc/qemu/ui/ |
| H A D | sdl2-gl.c | 76 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 D | README.update | 7 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 D | external-sensor.md | 41 _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 D | update3.its | 8 description = "Automatic software updates: kernel, ramdisk, FDT";
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ez-ipupdate/ |
| H A D | ez-ipupdate_3.0.11b7.bb | 1 SUMMARY = "daemon that sends updates when your IP changes"
|
| /openbmc/docs/designs/oem/ibm/ |
| H A D | system-power-mode.md | 33 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 D | efi-disk-esp-only.wks.in | 5 # EFI data and process capsule updates.
|
| /openbmc/u-boot/cmd/ |
| H A D | tpm-v2.c | 133 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 D | core-image-kernel-dev.bb | 2 sensitive to kernel updates and version changes"
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/geoip/ |
| H A D | geoipupdate_2.5.0.bb | 1 SUMMARY = "Crontab entry to provide weekly updates of the GeoIP free databases."
|