Home
last modified time | relevance | path

Searched refs:staged (Results 1 – 25 of 43) sorted by relevance

12

/openbmc/openbmc/meta-aspeed/classes/
H A Dsocsec-sign.bbclass30 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 Dcontext.cpp249 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 Dperl-version.bbclass9 # 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 Dmeson.options91 'static-handler-staged-name',
97 'tarball-staged-name',
146 'bios-staged-name',
148 value: 'bios-staged-name',
H A Dmeson.build15 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 DREADME.md249 …un/initramfs/bmc-image` | The filename where to write the staged firmware image for…
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c121 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 Dchrpath_0.18.bb17 # We don't have a staged chrpath-native for ensuring our binary is
/openbmc/sdbusplus/include/sdbusplus/async/
H A Dcontext.hpp124 details::wait_process_completion* staged = nullptr; member in sdbusplus::async::context
/openbmc/linux/Documentation/driver-api/nvdimm/
H A Dfirmware-activate.rst65 firmware staged + state set to armed, and 'ndbusX/firmware/activate' is
80 firmware image not being staged.
/openbmc/openbmc-tools/dbus-vis/
H A DREADME.md50 3. Choose a capture mode (live or staged)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmtp/ssmtp/
H A Duse-DESTDIR.patch2 with cross or staged builds. Additionally pass LDFLAGS
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/
H A Dxserver-abi.inc10 # into the new package, not the staged ones.
/openbmc/docs/designs/
H A Dfirmware-update-via-blobs.md56 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 D0002-Platform-Corstone1000-Fix-NV-counter-writing.patch51 + 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 DREADME.md151 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 Dicu_76-1.bb22 # into consideration, the native build directory needs to be staged.
/openbmc/openbmc-build-scripts/config/
H A D.gitlint27 # staged=true
/openbmc/openbmc/poky/meta/classes-global/
H A Dstaging.bbclass7 # 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 Dostree_2024.10.bb212 SYSTEMD_SERVICE:${PN} = "ostree-remount.service ostree-finalize-staged.path"
/openbmc/qemu/net/
H A Dvmnet-common.m170 * The process of transferring packets is three-staged:
/openbmc/linux/Documentation/PCI/
H A Dpciebus-howto.rst66 staged approach.
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Ddm-zoned.rst129 metadata blocks are staged and updated. Normal operation is then
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-2.2.rst29 The way directories are staged in sysroot has been simplified and
/openbmc/openbmc/poky/documentation/overview-manual/
H A Ddevelopment-environment.rst519 you made. Only changes that have been staged can be committed.
526 staged and gives you a status of where you stand regarding local

12