Home
last modified time | relevance | path

Searched full:stage (Results 1 – 25 of 421) sorted by relevance

12345678910>>...17

/openbmc/qemu/.gitlab-ci.d/
H A Dcontainer-cross.yml3 stage: containers
9 stage: containers
15 stage: containers
21 stage: containers
27 stage: containers
33 stage: containers
39 stage: containers
45 stage: containers
51 stage: containers
57 stage: containers
[all …]
H A Dstatic_checks.yml3 stage: build
17 stage: build
28 stage: test
39 stage: test
52 stage: test
76 stage: build
H A Dstages.yml2 # - build (for traditional build and test or first stage build)
3 # - test (for test stages, using build artefacts from a build stage)
/openbmc/qemu/include/hw/riscv/
H A Dboot_opensbi.h31 /** Representation dynamic info passed by previous booting stage */
37 /** Next booting stage address */
39 /** Next booting stage mode */
46 * It is possible that the previous booting stage uses same link
49 * stage while other HARTs are still running in the previous booting
50 * stage leading to boot-time crash. To avoid this boot-time crash,
51 * the previous booting stage can specify last HART that will jump
55 * stage can set it to -1UL which will force the FW_DYNAMIC firmware
61 /** Representation dynamic info passed by previous booting stage */
67 /** Next booting stage address */
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/
H A Dsblim-sfcb-1.4.5-service.patch20 …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 DKconfig8 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/boost-dbus/
H A DJenkinsfile2 stage 'Debug Build'
9 stage 'Debug Test'
13 stage 'Release Build'
20 stage 'Release Test'
/openbmc/qemu/hw/arm/
H A Dtrace-events15 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…
H A Dsmmu-common.c118 if (!entry && (cfg->stage == SMMU_NESTED) && in smmu_iotlb_lookup()
218 /* This is a stage-1 address. */ in smmu_hash_remove_by_vmid_ipa()
278 * Similar to smmu_iotlb_inv_iova(), but for Stage-2, ASID is always -1,
279 * in Stage-1 invalidation ASID = -1, means don't care.
411 /* Translate stage-1 table address using stage-2 page table. */
423 * performed in IPA space if stage 2 translations are enabled. in translate_table_addr_ipa()
426 cfg->stage = SMMU_STAGE_2; in translate_table_addr_ipa()
430 cfg->stage = SMMU_NESTED; in translate_table_addr_ipa()
437 info->stage = SMMU_STAGE_2; in translate_table_addr_ipa()
462 SMMUStage stage = cfg->stage; in smmu_ptw_64_s1() local
[all …]
H A Dsmmuv3.c38 #define PTW_RECORD_FAULT(ptw_info, cfg) (((ptw_info).stage == SMMU_STAGE_1 && \
40 ((ptw_info).stage == SMMU_STAGE_2 && \
263 if (s->stage && !strcmp("2", s->stage)) { in smmuv3_init_regs()
265 } else if (s->stage && !strcmp("nested", s->stage)) { in smmuv3_init_regs()
289 /* XNX is a stage-2-specific feature */ in smmuv3_init_regs()
362 if (cfg->stage == SMMU_NESTED) { in smmu_get_cd()
469 * For SMMUv3.1 and later, when OAS == IAS == 52, the stage 2 input in decode_ste_s2_cfg()
499 "SMMUv3 STE stage 2 config not valid!\n"); in decode_ste_s2_cfg()
538 cfg->stage = SMMU_STAGE_1; in decode_ste_config()
542 cfg->stage |= SMMU_STAGE_2; in decode_ste_config()
[all …]
/openbmc/u-boot/include/configs/
H A Dbcmstb.h43 * The prior stage BOLT bootloader sets up memory for us.
51 * 0x01f0 0000 DTB copied from prior-stage-provided region
59 * 0x0700 0000 Prior stage bootloader (PSB)
61 * 0x0761 7000 Prior-stage-provided device tree binary (DTB)
71 * program by the prior stage bootloader.
78 * Overwriting the prior stage bootloader causes memory instability,
158 * Save the prior stage provided DTB.
173 * Set fdtaddr to prior stage-provided DTB in board_late_init, when
/openbmc/qemu/hw/watchdog/
H A Dwdt_i6300esb.c93 int stage; /* Stage (1 or 2). */ member
112 static void i6300esb_restart_timer(I6300State *d, int stage) in OBJECT_DECLARE_SIMPLE_TYPE()
119 d->stage = stage; in OBJECT_DECLARE_SIMPLE_TYPE()
121 if (d->stage <= 1) in OBJECT_DECLARE_SIMPLE_TYPE()
135 i6300esb_debug("stage %d, timeout %" PRIi64 "\n", d->stage, timeout); in OBJECT_DECLARE_SIMPLE_TYPE()
167 d->stage = 1; in i6300esb_reset()
173 * If d->stage == 1 then we perform the first stage action (usually,
175 * second stage. If the second stage expires then the watchdog
182 i6300esb_debug("stage %d\n", d->stage); in i6300esb_timer_expired()
184 if (d->stage == 1) { in i6300esb_timer_expired()
[all …]
/openbmc/u-boot/arch/arm/include/asm/arch-tegra124/
H A Ddisplay.h32 * Perform the next stage of the LCD init if it is time to do so.
37 * initialization of the LCD to the next stage if sufficient time has
38 * passed since the last stage. It keeps track of what stage it is up to
39 * and the time that it is permitted to move to the next stage.
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dprogress.py159 * stage_weights: a list of weight values, one for each stage.
165 in order to show a printout of the calculated stage weights
166 based on timing each stage. Use this to determine what the
195 Move to the next stage.
197 * stage_total: optional total for progress within the stage,
199 NOTE: you need to call this before the first stage.
204 # First stage
216 bb.warn('ProgressReporter: current stage beyond declared number of stages')
222 Update progress within the current stage.
224 * stage_progress: progress value within the stage. If stage_total
[all …]
/openbmc/qemu/include/hw/arm/
H A Dsmmu-common.h55 /* SMMU Stage */
63 SMMUStage stage; member
84 /* Stage-2 configuration. */
102 /* Shared fields between stage-1 and stage-2. */
103 SMMUStage stage; /* translation stage */ member
110 /* Used by stage-1 only. */
117 /* Used by stage-2 only. */
/openbmc/qemu/.gitlab-ci.d/custom-runners/
H A Dubuntu-22.04-s390x.yml8 stage: build
27 stage: build
48 stage: build
71 stage: build
92 stage: build
113 stage: build
H A Dubuntu-22.04-aarch64.yml8 stage: build
29 stage: build
51 stage: build
73 stage: build
92 stage: build
113 stage: build
134 stage: build
/openbmc/qemu/tests/docker/dockerfiles/
H A Ddebian-bootstrap.docker4 # - a first stage debootstrap (see debian-bootstrap.pre)
15 # Run stage 2
16 RUN /debootstrap/debootstrap --second-stage
/openbmc/qemu/block/
H A Dreplication.c37 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/u-boot/board/vamrs/rock960_rk3399/
H A DREADME125 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/arch/arm/mach-rockchip/
H A DKconfig214 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/uImage.FIT/
H A Dverified-boot.txt76 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/qemu/docs/specs/
H A Driscv-iommu.rst83 - "s-stage": enable s-stage support
84 - "g-stage": enable g-stage support
109 - "s-stage": enabled
110 - "g-stage": enabled
/openbmc/bmcweb/redfish-core/src/utils/
H A Dtime_utils.cpp50 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/openbmc/meta-security/
H A D.gitlab-ci.yml26 stage: base
33 stage: parsec
40 stage: musl
47 stage: test

12345678910>>...17