Home
last modified time | relevance | path

Searched refs:img (Results 151 – 175 of 507) sorted by relevance

12345678910>>...21

/openbmc/qemu/tests/tcg/mips/user/ase/msa/
H A DREADME5 /opt/img/bin/mips-img-linux-gnu-gcc <source file> \
/openbmc/qemu/.gitlab-ci.d/cirrus/
H A Dkvm-build.yml18 - dnf install -y git make openssh-clients qemu-img qemu-system-x86 wget meson
24 - if [ -f $HOME/.cache/qemu-vm/images/@NAME@.img ]; then
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/sec2/
H A Dgp102.c95 .code_dma_base = lsfw->offset.img + lsfw->app_start_offset, in gp102_sec2_acr_bld_write()
99 .data_dma_base = lsfw->offset.img + lsfw->app_start_offset + in gp102_sec2_acr_bld_write()
102 .overlay_dma_base = lsfw->offset.img + lsfw->app_start_offset, in gp102_sec2_acr_bld_write()
257 .code_dma_base = lsfw->offset.img + lsfw->app_start_offset, in gp102_sec2_acr_bld_write_1()
261 .data_dma_base = lsfw->offset.img + lsfw->app_start_offset + in gp102_sec2_acr_bld_write_1()
/openbmc/qemu/docs/system/
H A Ddevice-url-syntax.rst.inc82 |qemu_system| -drive file=ssh://user@host/path/to/disk.img
83 …stem| -drive file.driver=ssh,file.user=user,file.host=host,file.port=22,file.path=/path/to/disk.img
101 …'json:{"driver":"qcow2","file":{"driver":"gluster","volume":"testvol","path":"a.img","debug":N,"lo…
110 |qemu_system| --drive file=gluster://192.0.2.1/testvol/a.img,
116   "volume":"testvol","path":"a.img",
120 … |qemu_system| -drive driver=qcow2,file.driver=gluster,file.volume=testvol,file.path=/path/a.img,
198 …qemu-img create -f qcow2 -o backing_file='json:{"file.driver":"http",, "file.url":"http://archives…
208 …qemu-img create -f qcow2 -o backing_file='json:{"file.driver":"https",, "file.url":"https://user:p…
H A Dtarget-i386-desc.rst.inc54 |qemu_system_x86| dos.img -device gus -parallel none
60 |qemu_system_x86| dos.img -device gus,irq=5
71 |qemu_system_x86| some.img \
H A Dimages.rst17 qemu-img create myimage.img mysize
19 where myimage.img is the disk image filename and mysize is its size in
23 See the ``qemu-img`` invocation documentation for more information.
/openbmc/u-boot/doc/SPI/
H A DREADME.ti_qspi_dra_test5 For #1, build the patched U-Boot and load MLO/u-boot.img
16 U-Boot# fatload mmc 0 0x83000000 u-boot.img
17 reading u-boot.img
/openbmc/u-boot/board/rockchip/evb_rk3328/
H A DREADME59 > ./rkbin/tools/loaderimage --pack --uboot u-boot/u-boot-dtb.bin uboot.img
61 > mv trust.img ./image/
62 > mv uboot.img ./image/rk3328evb-uboot.bin
/openbmc/qemu/tests/qemu-iotests/
H A D30734 with iotests.FilePath('image') as img, \
38 iotests.qemu_img('create', '-f', iotests.imgfmt, img, '64M')
39 iotests.qemu_io_log('-f', iotests.imgfmt, '-c', 'write -P 0x11 0 4k', img)
H A D074.out6 qemu-img: Error while reading offset 0 of blkdebug:TEST_DIR/blkdebug.conf:TEST_DIR/t.IMGFMT: Input/…
13 qemu-img: Error while reading offset 0 of blkdebug:TEST_DIR/blkdebug.conf:TEST_DIR/t.IMGFMT: Input/…
H A D296.out10 qemu-img: Failed to get shared "consistent read" lock
11 Is another process using the image [TEST_DIR/test.img]?
H A D05742 img = os.path.join(iotests.test_dir, filename)
44 qemu_img('create', '-f', iotests.imgfmt, img, str(self.image_len))
45 self.vm.add_drive(img)
46 self.expect.append({'image': img, 'device': device,
H A D04333 for img in "$TEST_IMG".[123].base; do
34 _rm_test_img "$img"
H A D06334 for img in "$TEST_IMG".{orig,raw1,raw2,target}; do
35 _rm_test_img "$img"
H A D043.out5 qemu-img: Backing file 'TEST_DIR/t.IMGFMT' creates an infinite loop.
10 qemu-img: Backing file 'TEST_DIR/t.IMGFMT' creates an infinite loop.
17 qemu-img: Backing file 'TEST_DIR/t.IMGFMT.2.base' creates an infinite loop.
H A D290.out15 # Output of qemu-img map
27 # Output of qemu-img map
46 # Output of qemu-img map
59 # Output of qemu-img map
/openbmc/openpower-pnor-code-mgmt/ubi/
H A Dobmc-flash-bios60 img="/tmp/images/${version}/pnor.xz.squashfs"
62 filesize="$(ls -sh "$img" | awk -F " " '{print $1}')"
85 if ! ubiupdatevol "/dev/ubi${ubidevid}" "${img}"; then
/openbmc/linux/Documentation/devicetree/bindings/crypto/
H A Dimg-hash.txt8 - compatible : "img,hash-accelerator"
20 compatible = "img,hash-accelerator";
/openbmc/qemu/linux-user/
H A Dloader.h38 const ImageSource *img, Error **errp);
50 const ImageSource *img, Error **errp);
/openbmc/linux/sound/soc/intel/catpt/
H A Dloader.c546 struct firmware *img; in catpt_load_image() local
551 ret = request_firmware((const struct firmware **)&img, name, cdev->dev); in catpt_load_image()
555 fw = (struct catpt_fw_hdr *)img->data; in catpt_load_image()
562 vaddr = dma_alloc_coherent(cdev->dev, img->size, &paddr, GFP_KERNEL); in catpt_load_image()
568 memcpy(vaddr, img->data, img->size); in catpt_load_image()
575 dma_free_coherent(cdev->dev, img->size, vaddr, paddr); in catpt_load_image()
577 release_firmware(img); in catpt_load_image()
/openbmc/qemu/pc-bios/
H A Dmeson.build66 's390-ccw.img',
67 's390-netboot.img',
75 'hppa-firmware.img',
/openbmc/openbmc/poky/meta/recipes-core/psplash/
H A Dpsplash_git.bb19 SPLASH_IMAGES = "file://psplash-poky-img.png;outsuffix=default"
37 if outsuffix.endswith('-img'):
71 PACKAGECONFIG[fullscreen] = "--enable-img-fullscreen"
85 destfile = "%s/psplash-poky-img.h" % d.getVar('B')
93 shutil.copyfile(os.path.join(workdir, "%s-img.h" % fbase), destfile)
/openbmc/linux/Documentation/admin-guide/
H A Defi-stub.rst66 initrd-large.img
69 initrd-small.img
70 initrd-medium.img
72 to boot with the initrd-large.img file if the current working
75 fs0:\Kernels> bzImage.efi initrd=\Kernels\initrd-large.img
/openbmc/linux/Documentation/devicetree/bindings/media/
H A Dimg-ir-rev1.txt7 - compatible: Should be "img,ir-rev1"
29 compatible = "img,ir-rev1";
/openbmc/u-boot/board/ti/omap5_uevm/
H A DREADME13 example we load MLO and u-boot.img from the build into DDR and then use
22 U-Boot # tftp ${loadaddr} omap5uevm/u-boot.img

12345678910>>...21