| /openbmc/boost-dbus/ |
| H A D | Jenkinsfile | 2 stage 'Debug Build' 9 stage 'Debug Test' 13 stage 'Release Build' 20 stage 'Release Test'
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/ |
| H A D | sblim-sfcb-1.4.5-service.patch | 20 …test -d $(DESTDIR)$(sfcbstatedir)/stage/mofs/root/interop || $(mkdir_p) $(DESTDIR)$(sfcbstatedir)/… 21 test -d $(DESTDIR)$(sfcbstatedir)/stage/regs || $(mkdir_p) $(DESTDIR)$(sfcbstatedir)/stage/regs 24 rm -f $(DESTDIR)$(sfcbstatedir)/stage/default.reg 25 rm -f $(DESTDIR)$(sfcbstatedir)/stage/mofs/root/interop/10_interop.mof 27 @INDICATIONS_TRUE@ rm -f $(DESTDIR)$(sfcbstatedir)/stage/mofs/root/interop/20_indication.mof 28 @INDICATIONS_TRUE@ rm -f $(DESTDIR)$(sfcbstatedir)/stage/mofs/indication.mof
|
| /openbmc/u-boot/arch/arm/mach-bcmstb/ |
| H A D | Kconfig | 8 is acting as the second stage bootloader, and U-Boot is 9 acting as the third stage bootloader (TSBL), loaded by BOLT. 16 is acting as the second stage bootloader, and U-Boot is 17 acting as the third stage bootloader (TSBL), loaded by BOLT. 36 hex "Address to which the prior stage provided DTB will be copied"
|
| /openbmc/qemu/block/ |
| H A D | replication.c | 37 ReplicationStage stage; member 145 if (s->stage == BLOCK_REPLICATION_RUNNING) { in replication_close() 148 if (s->stage == BLOCK_REPLICATION_FAILOVER) { in replication_close() 189 switch (s->stage) { in replication_get_io_status() 422 if (s->stage != BLOCK_REPLICATION_FAILOVER) { in backup_job_completed() 465 if (s->stage == BLOCK_REPLICATION_DONE || in replication_start() 466 s->stage == BLOCK_REPLICATION_FAILOVER) { in replication_start() 475 if (s->stage != BLOCK_REPLICATION_NONE) { in replication_start() 602 s->stage = BLOCK_REPLICATION_RUNNING; in replication_start() 616 if (s->stage == BLOCK_REPLICATION_DONE || in replication_do_checkpoint() [all …]
|
| /openbmc/bmcweb/redfish-core/src/utils/ |
| H A D | time_utils.cpp | 50 ProcessingStage stage = ProcessingStage::P; in fromDurationString() local 54 if (stage == ProcessingStage::P) in fromDurationString() 61 stage = ProcessingStage::Days; in fromDurationString() 64 if (stage == ProcessingStage::Days) in fromDurationString() 69 stage = ProcessingStage::Hours; in fromDurationString() 88 if (stage > ProcessingStage::Days) in fromDurationString() 96 if (stage > ProcessingStage::Hours) in fromDurationString() 104 if (stage > ProcessingStage::Minutes) in fromDurationString() 112 if (stage > ProcessingStage::Seconds) in fromDurationString() 117 stage = ProcessingStage::Milliseconds; in fromDurationString() [all …]
|
| /openbmc/qemu/hw/arm/ |
| H A D | trace-events | 15 smmu_ptw_level(int stage, int level, uint64_t iova, size_t subpage_size, uint64_t baseaddr, uint32_… 16 smmu_ptw_invalid_pte(int stage, int level, uint64_t baseaddr, uint64_t pteaddr, uint32_t offset, ui… 17 smmu_ptw_page_pte(int stage, int level, uint64_t iova, uint64_t baseaddr, uint64_t pteaddr, uint64… 18 …tw_block_pte(int stage, int level, uint64_t baseaddr, uint64_t pteaddr, uint64_t pte, uint64_t iov… 50 …va, uint64_t translated, int perm, int stage) "%s sid=0x%x iova=0x%"PRIx64" translated=0x%"PRIx64"… 59 …es, uint8_t ttl, bool leaf, int stage) "vmid=%d asid=%d addr=0x%"PRIx64" tg=%d num_pages=0x%"PRIx6… 66 …t8_t tg, uint64_t num_pages, int stage) "iommu mr=%s asid=%d vmid=%d iova=0x%"PRIx64" tg=%d num_pa…
|
| /openbmc/qemu/tests/docker/dockerfiles/ |
| H A D | debian-bootstrap.docker | 4 # - a first stage debootstrap (see debian-bootstrap.pre) 15 # Run stage 2 16 RUN /debootstrap/debootstrap --second-stage
|
| /openbmc/u-boot/board/vamrs/rock960_rk3399/ |
| H A D | README | 125 The idbspl.img contains the first stage, and the u-boot.img the second stage. 126 As explained in the Rockchip partition table reference [1], the first stage 127 (aka loader1) start sector is 64, and the second stage start sector is 16384. 129 Each sector is 512 bytes, which means the first stage offset is 32 KiB, 130 and the second stage offset is 8 MiB. 132 Note: the second stage location is actually not as per the spec, 134 stage.
|
| /openbmc/u-boot/cmd/ |
| H A D | sf.c | 400 int stage; member 406 static void show_time(struct test_info *test, int stage) in show_time() argument 412 if (test->time_ms[stage]) in show_time() 413 do_div(speed, test->time_ms[stage] * 1024); in show_time() 416 printf("%d %s: %u ticks, %d KiB/s %d.%03d Mbps\n", stage, in show_time() 417 stage_name[stage], test->time_ms[stage], in show_time() 423 test->time_ms[test->stage] = get_timer(test->base_ms); in spi_test_next_stage() 424 show_time(test, test->stage); in spi_test_next_stage() 426 test->stage++; in spi_test_next_stage()
|
| /openbmc/u-boot/doc/uImage.FIT/ |
| H A D | verified-boot.txt | 76 1. Master private key is used by the signer to sign a first-stage image. 78 2. Secondary private key is created and used to sign second-stage images. 79 3. Secondary public key is placed in first stage images 80 4. We use the master public key to verify the first-stage image. We then 81 use the secondary public key in the first-stage image to verify the second- 84 different key at each stage, so that a compromise in one place will not
|
| /openbmc/u-boot/board/freescale/mpc8536ds/ |
| H A D | README | 11 u-boot-nand.bin. This image contains two parts: a first stage image(also 12 call 4K NAND loader and a second stage image. The former is appended to 15 The bootup process can be divided into two stages: the first stage will 16 configure the L2SRAM, then copy the second stage image to L2SRAM and jump 17 to it. The second stage image is to configure all the hardware and boot up 25 second stage image. It's set in the board config file when boot from NAND
|
| /openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/ |
| H A D | 0006-Prevent-ffmpeg-configure-compile-race-condition.patch | 7 the configure stage is finished before the compile stage starts.
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/clutter/ |
| H A D | clutter-gtk-1.0.inc | 4 a Clutter stage into any GtkContainer; and GtkClutterActor, a Clutter \ 5 actor for embedding any GtkWidget inside a Clutter stage."
|
| /openbmc/u-boot/arch/arm/mach-rockchip/ |
| H A D | Kconfig | 214 first stage in segments and enter multiple times. E.g. on 215 the RK3188, the first 1KB of the first stage are loaded 217 remainder of the first stage is loaded, but the BROM 220 This enables support code in the BOOT0 hook for the SPL stage 228 first stage in segments and enter multiple times. E.g. on 229 the RK3188, the first 1KB of the first stage are loaded 231 remainder of the first stage is loaded, but the BROM 234 This enables support code in the BOOT0 hook for the TPL stage
|
| /openbmc/u-boot/doc/device-tree-bindings/ |
| H A D | chosen.txt | 78 In a system using an SPL stage and having multiple boot sources 111 will be injected automatically by the SPL stage to notify a later stage 112 of where said later stage was booted from.
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/noverify-bmc-update/ |
| H A D | noverify-bmc-verify.service | 2 Description=Don't verify the image, just stage it for update
|
| /openbmc/openbmc/poky/meta/recipes-devtools/libtool/ |
| H A D | libtool_2.5.4.bb | 7 # We want the results of libtool-cross preserved - don't stage anything ourselves.
|
| /openbmc/u-boot/tools/buildman/ |
| H A D | func_test.py | 379 def _HandleMake(self, commit, brd, stage, cwd, *args, **kwargs): argument 391 if stage == 'mrproper': 393 elif stage == 'config': 396 elif stage == 'build': 405 print 'make', stage
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libjxl/libjxl/ |
| H A D | 0001-cmake-Do-not-use-mrelax-all-with-clang-on-RISCV64.patch | 8 For RISC-V -mrelax-all causes the assembler stage to convert 19 stage so we can allocate the scratch register.
|
| /openbmc/openbmc-tools/netboot/ |
| H A D | README.md | 1 # Netboot: a remote OpenBMC host via telnet (and hopefully at some stage, ssh)
|
| /openbmc/qemu/tests/qtest/migration/ |
| H A D | framework.c | 632 PostcopyRecoveryFailStage stage) in postcopy_recover_fail() 635 bool fail_early = (stage == POSTCOPY_FAIL_CHANNEL_ESTABLISH); in postcopy_recover_fail() 639 g_assert(stage > POSTCOPY_FAIL_NONE && stage < POSTCOPY_FAIL_MAX); in postcopy_recover_fail() 674 if (stage == POSTCOPY_FAIL_CHANNEL_ESTABLISH) { in test_postcopy_recovery_common() 676 * This will make src QEMU to fail at an early stage when trying to in test_postcopy_recovery_common() 677 * resume later, where it shouldn't reach RECOVER stage at all. in test_postcopy_recovery_common() 701 * We want to test "fail later" at RECOVER stage here. Make sure in test_postcopy_recovery_common() 702 * both QEMU instances will go into RECOVER stage first, then test in test_postcopy_recovery_common() 735 if (stage ! in test_postcopy_recovery_common() 557 postcopy_recover_fail(QTestState * from,QTestState * to,PostcopyRecoveryFailStage stage) postcopy_recover_fail() argument [all...] |
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/mm-common/ |
| H A D | mm-common_1.0.6.bb | 8 # All the recipe does is stage python and shell script, some autotools files; nothing is compiled.
|
| /openbmc/qemu/include/hw/arm/ |
| H A D | smmuv3.h | 65 char *stage; member
|
| /openbmc/u-boot/doc/SPL/ |
| H A D | README.spl-secure-boot | 13 The SPL image is responsible for loading the next stage boot loader, which is
|
| /openbmc/openbmc/meta-arm/meta-arm/classes/ |
| H A D | sbsign.bbclass | 8 # Then call do_sbsign() in correct stage of the build
|