Home
last modified time | relevance | path

Searched refs:steps (Results 1 – 25 of 359) sorted by relevance

12345678910>>...15

/openbmc/qemu/tests/functional/
H A Dreverse_debugging.py144 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])
192 self.check_pc(g, steps[-1])
193 logger.info('successfully reached %x' % steps[-1])
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest.c188 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/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/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/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/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/kcsbridge/
H A DREADME.md5 To build this package, do the following steps:
/openbmc/phosphor-networkd/
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:
/openbmc/ipmi-fru-parser/
H A DREADME.md5 To build this package, do the following steps:
/openbmc/phosphor-event/
H A DREADME.md3 To build this package, do the following steps:
/openbmc/inarp/
H A DREADME.md3 To build this package, do the following steps:
/openbmc/phosphor-net-ipmid/
H A DREADME.md5 To build this package, do the following steps:
/openbmc/openpower-debug-collector/
H A DREADME.md6 To build this package, do the following steps:
/openbmc/ibm-logging/
H A DREADME.md7 To build this package, do the following steps:
/openbmc/witherspoon-pfault-analysis/
H A DREADME.md7 To build this package, do the following steps:
/openbmc/u-boot/tools/
H A Dsunxi-spl-image-builder.c117 int steps = info->usable_page_size / info->ecc_step_size; in write_page() local
159 offs = steps * (info->ecc_step_size + eccbytes + 4); in write_page()
168 offs = info->page_size + (steps * (eccbytes + 4)); in write_page()
177 for (i = 0; i < steps; i++) { in write_page()
/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/openpower-proc-control/
H A DREADME.md7 To build this package, do the following steps:
/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/
H A Dtemplate.md11 *Any special steps required to build successfully beyond setting MACHINE*
/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.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/perfetto/
H A D0001-Remove-check_build_deps-build-steps.patch4 Subject: [PATCH] Remove "check_build_deps" build steps
7 so we remove the "check_build_deps" steps from Perfetto.
/openbmc/phosphor-bmc-code-mgmt/
H A DREADME.md9 To build this package, do the following steps:
/openbmc/openbmc/meta-openpower/recipes-bsp/ipl/
H A Dipl_git.bb3 SUMMARY = "Initial Program Load steps"

12345678910>>...15