Home
last modified time | relevance | path

Searched full:staged (Results 1 – 25 of 76) sorted by relevance

1234

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/
H A DActivation.interface.yaml37 - name: Staged
39 The Software.Version is currently in staged flash area. This is
40 moved from staged flash area to active upon reset.
43 The Software.Version is currently being staged into the staging
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.
236 path are either `Active` or `Staged`.
/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/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'))
/openbmc/webui-vue/
H A Dpackage.json64 "lint-staged": "13.0.3",
77 "pre-commit": "lint-staged && vue-cli-service test:unit"
79 "lint-staged": {
/openbmc/phosphor-ipmi-flash/bmc/
H A Dimage_handler.hpp36 * write data to the staged file.
59 * @return the size in bytes of the image staged.
/openbmc/openbmc-tools/dbus-vis/
H A Dipmi_capture.js105 if (g_capture_mode == 'staged') {
226 case 'staged':
349 if (g_capture_mode == 'staged') {
353 'Started dbus-monitor for staged IPMI capture';
358 'Started busctl for staged IPMI + DBus capture';
365 if (g_capture_mode == 'staged' || g_capture_mode == 'staged2') {
420 g_capture_mode == 'staged' || g_capture_mode == 'staged2') {
H A Dindex.html37 <option value="staged">Staged (IPMI detailed)</option>
38 <option value="staged2">Staged (DBus + IPMI)</option>
H A DREADME.md50 3. Choose a capture mode (live or staged)
H A Dipmi_timeline_vis.js123 // Capture mode: Live capture or staged capture
133 case 'staged':
135 … 'Staged, IPMI only: Store BMC\'s dbus-monitor output in a file and transfer back for display';
136 g_capture_mode = 'staged';
140 'Staged, DBus + IPMI: Store BMC\'s busctl output in a file and transfer back for display';
/openbmc/sdbusplus/src/async/
H A Dcontext.cpp272 worker = std::exchange(staged, nullptr); in wait_for_wait_process_stopped()
316 ctx.staged = this; in arm()
330 return (ctx.pending != nullptr) || (ctx.staged != nullptr) || in wait_once()
337 ctx.pending = std::exchange(ctx.staged, nullptr); in wait_once()
/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/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/qemu/hw/hyperv/
H A Dhyperv.c186 * staged in an intermediate area and then posted to the SynIC message page in
190 /* message content staged by hyperv_post_msg */
202 * hyperv_post_msg (e.g. in main loop) grabs the staged area (FREE ->
207 * cpu_post_msg (vcpu thread) tries to copy staged msg to msg slot,
240 * BH to complete the processing of a staged message.
255 /* staged message processing finished, ready to start over */ in sint_msg_bh()
/openbmc/openbmc/meta-google/recipes-phosphor/flash/inplace-gbmc-update/
H A Dinplace-gbmc-verify.sh55 # Rename the staged file for initramfs updates.
/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/
H A D0009-clang-Look-inside-the-target-sysroot-for-compiler-ru.patch6 In OE compiler-rt and libc++ are built and staged into target
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/
H A Dxserver-abi.inc10 # into the new package, not the staged ones.
/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-ipmi-flash/tools/
H A Dp2a.cpp111 /* Ok, so the data is staged, now send the blob write with the in sendContents()
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dpluginbase.py109 hook allows those files to be staged in a customized fashion.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmtp/ssmtp/
H A Duse-DESTDIR.patch2 with cross or staged builds. Additionally pass LDFLAGS
/openbmc/sdbusplus/include/sdbusplus/async/
H A Dcontext.hpp124 details::wait_process_completion* staged = nullptr; member in sdbusplus::async::context
/openbmc/phosphor-ipmi-blobs/example/
H A Dexample.cpp135 /* Do something with the staged data!. */ in commit()

1234