/openbmc/openbmc/meta-aspeed/classes/ |
H A D | socsec-sign.bbclass | 30 rm -f ${SPL_BINARY}.staged 42 --output ${SPL_BINARY}.staged 43 cp -f ${SPL_BINARY}.staged ${B}/$CONFIG_B_PATH/${SPL_BINARY} 44 mv -f ${SPL_BINARY}.staged ${DEPLOYDIR}/${SPL_IMAGE}
|
/openbmc/sdbusplus/src/async/ |
H A D | context.cpp | 249 worker = std::exchange(staged, nullptr); in wait_for_wait_process_stopped() 293 ctx.staged = this; in arm() 307 return (ctx.pending != nullptr) || (ctx.staged != nullptr) || in wait_once() 314 ctx.pending = std::exchange(ctx.staged, nullptr); in wait_once()
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | perl-version.bbclass | 9 # Determine the staged version of perl from the perl configuration file 30 # Determine the staged arch of perl from the perl configuration file 49 # Determine the staged arch of perl-native from the perl configuration file
|
/openbmc/phosphor-ipmi-flash/ |
H A D | meson.options | 91 'static-handler-staged-name', 97 'tarball-staged-name', 146 'bios-staged-name', 148 value: 'bios-staged-name',
|
H A D | meson.build | 15 get_option('static-handler-staged-name'), 23 conf_data.set_quoted('BIOS_STAGED_NAME', get_option('bios-staged-name')) 31 conf_data.set_quoted('TARBALL_STAGED_NAME', get_option('tarball-staged-name'))
|
H A D | README.md | 249 …un/initramfs/bmc-image` | The filename where to write the staged firmware image for…
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_execbuf.c | 121 struct vmw_ctx_binding_state *staged; member 180 vmw_binding_state_commit(entry->cur, entry->staged); in vmw_execbuf_bindings_commit() 182 if (entry->staged != sw_context->staged_bindings) in vmw_execbuf_bindings_commit() 183 vmw_binding_state_free(entry->staged); in vmw_execbuf_bindings_commit() 234 node->staged = vmw_binding_state_alloc(dev_priv); in vmw_cmd_ctx_first_setup() 235 if (IS_ERR(node->staged)) { in vmw_cmd_ctx_first_setup() 236 ret = PTR_ERR(node->staged); in vmw_cmd_ctx_first_setup() 237 node->staged = NULL; in vmw_cmd_ctx_first_setup() 241 node->staged = sw_context->staged_bindings; in vmw_cmd_ctx_first_setup() 806 vmw_binding_add(ctx_node->staged, &binding.bi, in vmw_view_bindings_add() [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/chrpath/ |
H A D | chrpath_0.18.bb | 17 # We don't have a staged chrpath-native for ensuring our binary is
|
/openbmc/sdbusplus/include/sdbusplus/async/ |
H A D | context.hpp | 124 details::wait_process_completion* staged = nullptr; member in sdbusplus::async::context
|
/openbmc/linux/Documentation/driver-api/nvdimm/ |
H A D | firmware-activate.rst | 65 firmware staged + state set to armed, and 'ndbusX/firmware/activate' is 80 firmware image not being staged.
|
/openbmc/openbmc-tools/dbus-vis/ |
H A D | README.md | 50 3. Choose a capture mode (live or staged)
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmtp/ssmtp/ |
H A D | use-DESTDIR.patch | 2 with cross or staged builds. Additionally pass LDFLAGS
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/ |
H A D | xserver-abi.inc | 10 # into the new package, not the staged ones.
|
/openbmc/docs/designs/ |
H A D | firmware-update-via-blobs.md | 56 verification step, access to the staged firmware image must not be still 176 Similarly to the OEM IPMI Flash protocol, the flash image will be staged in a 249 closing, the cache will be flushed and any staged pieces deleted. 291 in progress. Closing the file does not delete the staged images. Only delete 375 1. Deletes any staged files.
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/ |
H A D | 0002-Platform-Corstone1000-Fix-NV-counter-writing.patch | 51 + FWU_LOG_MSG("%s: staged NV counter is smaller than current value\n\r", __func__);
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/ |
H A D | README.md | 151 7. _Staged_ - The `Software.Version` is in staged flash region. This will be 152 moved from staged flash region to active flash region upon reset. Staged 155 process. Note that the staged image is not necessarily a functional firmware.
|
/openbmc/openbmc/poky/meta/recipes-support/icu/ |
H A D | icu_76-1.bb | 22 # into consideration, the native build directory needs to be staged.
|
/openbmc/openbmc-build-scripts/config/ |
H A D | .gitlint | 27 # staged=true
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | staging.bbclass | 7 # These directories will be staged in the sysroot 17 # These directories are also staged in the sysroot when they contain files that 32 # These directories will not be staged in the sysroot
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/ostree/ |
H A D | ostree_2024.10.bb | 212 SYSTEMD_SERVICE:${PN} = "ostree-remount.service ostree-finalize-staged.path"
|
/openbmc/qemu/net/ |
H A D | vmnet-common.m | 170 * The process of transferring packets is three-staged:
|
/openbmc/linux/Documentation/PCI/ |
H A D | pciebus-howto.rst | 66 staged approach.
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-zoned.rst | 129 metadata blocks are staged and updated. Normal operation is then
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | migration-2.2.rst | 29 The way directories are staged in sysroot has been simplified and
|
/openbmc/openbmc/poky/documentation/overview-manual/ |
H A D | development-environment.rst | 519 you made. Only changes that have been staged can be committed. 526 staged and gives you a status of where you stand regarding local
|