| /openbmc/qemu/tests/functional/ |
| H A D | reverse_debugging.py | 32 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 D | kernel-dev.json | 17 …"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 D | ResolutionStep.v1_0_1.json | 9 …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.", 54 …steps. The value `0` shall indicate the highest priority. Increasing values shall represent decr…
|
| /openbmc/u-boot/lib/efi_selftest/ |
| H A D | efi_selftest.c | 180 * 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 D | yocto-layer.yml | 16 steps: 42 if: steps.changed-files-specific.outputs.any_changed == 'true' 50 if: steps.changed-files-specific.outputs.any_changed == 'true'
|
| H A D | yocto-builds.yml | 40 steps: 66 if: steps.changed-files-specific.outputs.any_changed == 'true' 83 if: steps.changed-files-specific.outputs.any_changed == 'true'
|
| H A D | compliance.yml | 14 steps: 42 steps:
|
| /openbmc/docs/ |
| H A D | openbmc-conversion.md | 3 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 D | README.md | 11 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__.robot | 8 Suite Teardown Init Teardown Steps 36 Init Teardown Steps
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/ |
| H A D | run-ptest | 3 # 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 D | README.mxc_ocotp | 37 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 D | ResolutionStep_v1.xml | 41 …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."/> 59 …steps. 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 D | 0001-define-__THROW-to-avoid-build-issue-with-musl.patch | 30 /* 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 D | external-toolchain.rst | 7 If this is the case, the fundamental steps you need to accomplish are as 12 steps to build and install the toolchain.
|
| H A D | intro.rst | 15 high-level steps or low-level steps depending on the topic.
|
| /openbmc/u-boot/doc/driver-model/ |
| H A D | serial-howto.txt | 10 The deadline for this work was the end of January 2016. If no one steps 36 this involves these steps:
|
| H A D | i2c-howto.txt | 20 The deadline for this work is the end of June 2017. If no one steps 46 this involves these steps:
|
| /openbmc/pldm/ |
| H A D | README.md | 41 To build the PLDM project, follow these steps: 57 steps.
|
| /openbmc/u-boot/drivers/mtd/nand/raw/ |
| H A D | mxc_nand.c | 398 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 D | autoreconf-exclude.patch | 20 + -x, --exclude=STEPS steps we should not run 28 +# Steps to exclude
|
| /openbmc/qemu/tests/qtest/ |
| H A D | npcm7xx_watchdog_timer-test.c | 262 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 D | README.md | 5 To build this package, do the following steps:
|
| /openbmc/ipmi-fru-parser/ |
| H A D | README.md | 5 To build this package, do the following steps:
|
| /openbmc/btbridge/ |
| H A D | README.md | 5 To build this package, do the following steps:
|