/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/ |
H A D | Activation.interface.yaml | 37 - 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 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. 236 path are either `Active` or `Staged`.
|
/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/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'))
|
/openbmc/webui-vue/ |
H A D | package.json | 64 "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 D | image_handler.hpp | 36 * write data to the staged file. 59 * @return the size in bytes of the image staged.
|
/openbmc/openbmc-tools/dbus-vis/ |
H A D | ipmi_capture.js | 105 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 D | index.html | 37 <option value="staged">Staged (IPMI detailed)</option> 38 <option value="staged2">Staged (DBus + IPMI)</option>
|
H A D | README.md | 50 3. Choose a capture mode (live or staged)
|
H A D | ipmi_timeline_vis.js | 123 // 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 D | context.cpp | 272 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 D | chrpath_0.18.bb | 17 # We don't have a staged chrpath-native for ensuring our binary is
|
/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/qemu/hw/hyperv/ |
H A D | hyperv.c | 186 * 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 D | inplace-gbmc-verify.sh | 55 # Rename the staged file for initramfs updates.
|
/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/ |
H A D | 0009-clang-Look-inside-the-target-sysroot-for-compiler-ru.patch | 6 In OE compiler-rt and libc++ are built and staged into target
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/ |
H A D | xserver-abi.inc | 10 # into the new package, not the staged ones.
|
/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-ipmi-flash/tools/ |
H A D | p2a.cpp | 111 /* Ok, so the data is staged, now send the blob write with the in sendContents()
|
/openbmc/openbmc/poky/scripts/lib/wic/ |
H A D | pluginbase.py | 109 hook allows those files to be staged in a customized fashion.
|
/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/sdbusplus/include/sdbusplus/async/ |
H A D | context.hpp | 124 details::wait_process_completion* staged = nullptr; member in sdbusplus::async::context
|
/openbmc/phosphor-ipmi-blobs/example/ |
H A D | example.cpp | 135 /* Do something with the staged data!. */ in commit()
|