Home
last modified time | relevance | path

Searched full:steps (Results 1 – 25 of 540) sorted by relevance

12345678910>>...22

/openbmc/qemu/tests/functional/
H A Dreverse_debugging.py32 STEPS = 10 variable in ReverseDebugging
121 while self.vm_get_icount(vm) <= self.STEPS:
126 logger.info("recorded log with %s+ steps" % last_icount)
144 steps = []
146 for _ in range(self.STEPS):
149 steps.append(pc)
154 for addr in steps[::-1]:
161 for addr in steps:
168 for addr in steps:
186 logger.info('running reverse continue to reach %x' % steps[-1])
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/manual/
H A Dkernel-dev.json17 …"action": "Execute the test case steps asdocumented on the \"Kernel Development Test Cases\" wiki.…
39 …"action": "Execute the test case steps asdocumented on the \"Kernel Development Test Cases\" wiki.…
61 …st case steps asdocumented on the \"Kernel Development Test Cases\" wiki. https://wiki.yoctoprojec…
83 …"action": "Execute the test case steps asdocumented on the \"Kernel Development Test Cases\" wiki.…
105 …"action": "Execute the test case steps asdocumented on the \"Kernel Development Test Cases\" wiki.…
127 …"action": "Execute the test case steps asdocumented on the \"Kernel Development Test Cases\" wiki.…
149 …"action": "Execute the test case steps asdocumented on the \"Kernel Development Test Cases\" wiki.…
171 …"action": "Execute the test case steps asdocumented on the \"Kernel Development Test Cases\" wiki.…
193 …"action": "Execute the test case steps asdocumented on the \"Kernel Development Test Cases\" wiki.…
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DResolutionStep.v1_0_1.json9 …commended step of the service-defined resolution. The set of recommended steps are used to resolv…
53 "description": "The priority in the set of resolution steps.",
54steps. The value `0` shall indicate the highest priority. Increasing values shall represent decr…
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest.c180 * Execute test steps of one phase.
184 * @steps steps to execute (mask with bits from EFI_ST_...)
185 * failures returns EFI_ST_SUCCESS if all test steps succeeded
188 unsigned int steps, unsigned int *failures) in efi_st_do_tests() argument
201 if (steps & EFI_ST_SETUP) in efi_st_do_tests()
203 if (steps & EFI_ST_EXECUTE && setup_status[i] == EFI_ST_SUCCESS) in efi_st_do_tests()
205 if (steps & EFI_ST_TEARDOWN) in efi_st_do_tests()
/openbmc/openbmc/meta-raspberrypi/.github/workflows/
H A Dyocto-layer.yml16 steps:
42 if: steps.changed-files-specific.outputs.any_changed == 'true'
50 if: steps.changed-files-specific.outputs.any_changed == 'true'
H A Dyocto-builds.yml40 steps:
66 if: steps.changed-files-specific.outputs.any_changed == 'true'
83 if: steps.changed-files-specific.outputs.any_changed == 'true'
H A Dcompliance.yml14 steps:
42 steps:
/openbmc/docs/
H A Dopenbmc-conversion.md3 Often a number of steps are required to convert from the AMI firmware to
4 OpenBMC. These steps are documented for various machines below.
/openbmc/phosphor-debug-collector/
H A DREADME.md11 To build this package with meson, do the following steps:
25 or with an OpenBMC x86 sdk(see below for x86 steps).
/openbmc/openbmc-test-automation/gui/
H A D__init__.robot8 Suite Teardown Init Teardown Steps
36 Init Teardown Steps
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A Drun-ptest3 # test case test-connect is excluded. Becasue this test case need following steps before running.
4 # Without these steps, test case test-connect will fail.
/openbmc/u-boot/doc/
H A DREADME.mxc_ocotp37 the steps in 46.2.1.2.
40 Program operations are implemented as explained by the steps in 46.2.1.3.
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DResolutionStep_v1.xml41 …commended step of the service-defined resolution. The set of recommended steps are used to resolv…
58 … <Annotation Term="OData.Description" String="The priority in the set of resolution steps."/>
59steps. The value `0` shall indicate the highest priority. Increasing values shall represent decr…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/files/
H A D0001-define-__THROW-to-avoid-build-issue-with-musl.patch30 /* Structure to save state of computation between the single steps. */
45 /* Structure to save state of computation between the single steps. */
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dexternal-toolchain.rst7 If this is the case, the fundamental steps you need to accomplish are as
12 steps to build and install the toolchain.
H A Dintro.rst15 high-level steps or low-level steps depending on the topic.
/openbmc/u-boot/doc/driver-model/
H A Dserial-howto.txt10 The deadline for this work was the end of January 2016. If no one steps
36 this involves these steps:
H A Di2c-howto.txt20 The deadline for this work is the end of June 2017. If no one steps
46 this involves these steps:
/openbmc/pldm/
H A DREADME.md41 To build the PLDM project, follow these steps:
57 steps.
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dmxc_nand.c398 for (i = 0; i < chip->ecc.steps; i++) {
424 for (i = 0; i < chip->ecc.steps; i++) {
446 int steps, size; local
452 for (n = 0, steps = chip->ecc.steps; steps > 0; n++, steps--) {
490 int eccsteps = chip->ecc.steps;
534 eccsteps = chip->ecc.steps;
553 int i, len, status, steps = chip->ecc.steps; local
557 for (i = 0; i < steps; i++) {
583 int steps, size; local
586 for (n = 0, steps = chip->ecc.steps; steps > 0; n++, steps--) {
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/
H A Dautoreconf-exclude.patch20 + -x, --exclude=STEPS steps we should not run
28 +# Steps to exclude
/openbmc/qemu/tests/qtest/
H A Dnpcm7xx_watchdog_timer-test.c262 int64_t remaining_steps, steps; in test_pause() local
271 steps = remaining_steps / 2; in test_pause()
272 remaining_steps -= steps; in test_pause()
273 qtest_clock_step(qts, steps); in test_pause()
280 qtest_clock_step(qts, steps << 4); in test_pause()
/openbmc/kcsbridge/
H A DREADME.md5 To build this package, do the following steps:
/openbmc/ipmi-fru-parser/
H A DREADME.md5 To build this package, do the following steps:
/openbmc/btbridge/
H A DREADME.md5 To build this package, do the following steps:

12345678910>>...22