Home
last modified time | relevance | path

Searched refs:media (Results 1 – 25 of 62) sorted by relevance

123

/u-boot/lib/efi_loader/
A Defi_disk.c43 struct efi_block_io_media media; member
144 if (!this->media->media_present) in efi_disk_read_blocks()
147 if (this->media->io_align && in efi_disk_read_blocks()
151 (this->media->last_block + 1) * this->media->block_size) in efi_disk_read_blocks()
207 if (this->media->read_only) in efi_disk_write_blocks()
212 if (!this->media->media_present) in efi_disk_write_blocks()
215 if (this->media->io_align && in efi_disk_write_blocks()
219 (this->media->last_block + 1) * this->media->block_size) in efi_disk_write_blocks()
455 diskobj->media.media_id = 1; in efi_disk_add_dev()
460 diskobj->ops.media = &diskobj->media; in efi_disk_add_dev()
[all …]
/u-boot/lib/efi_driver/
A Defi_block_device.c69 io, io->media->media_id, (u64)blknr, in efi_bl_read()
71 (efi_uintn_t)io->media->block_size, buffer)); in efi_bl_read()
98 io, io->media->media_id, (u64)blknr, in efi_bl_write()
100 (efi_uintn_t)io->media->block_size, in efi_bl_write()
163 io->media->block_size, in efi_bl_bind()
164 (lbaint_t)io->media->last_block, &bdev); in efi_bl_bind()
/u-boot/lib/efi_selftest/
A Defi_selftest_block_device.c165 static struct efi_block_io_media media; variable
168 .media = &media,
196 block_io.media->block_size = 1 << LB_BLOCK_SIZE; in setup()
197 block_io.media->last_block = (img.length >> LB_BLOCK_SIZE) - 1; in setup()
369 if (block_io_protocol->media->last_block != part1_size - 1) { in execute()
371 (unsigned int)block_io_protocol->media->last_block, in execute()
/u-boot/board/mediatek/mt8512/
A DKconfig12 default "media=nor"
/u-boot/board/mediatek/mt8518/
A DKconfig12 default "media=nor"
/u-boot/board/mediatek/pumpkin/
A DKconfig11 default "media=emmc"
/u-boot/board/mediatek/mt7622/
A DKconfig15 default "media=nor"
/u-boot/board/mediatek/mt7629/
A DKconfig15 default "media=nor"
/u-boot/doc/
A DREADME.mpc85xx-sd-spi-boot32 For building SD images by writing directly to a file system on SD media:
37 is the target block device for the SD media on your computer.
44 to be the u-boot built for your particular platform and target media.
A DMakefile55 cmd_sphinx = $(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=doc/media $2 && \
106 $(Q)$(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=doc/media clean
A DREADME.ti-secure57 MLO - Generates an image for SD/MMC/eMMC media
62 loaderbinary file (depending on the boot media, this is usually
71 u-boot-spl_HS_MLO - boot image for SD/MMC/eMMC media
94 loaderbinary file (depending on the boot media, this is usually
103 u-boot-spl_HS_ISSW - boot image for all other boot media
157 boot from all media. Secure boot from SPI NOR flash is not
A DREADME.semihosting13 eMMC or other NV media are available.
/u-boot/doc/board/freescale/
A Dmx6sabreauto.rst64 $ sudo cp uImage /media/boot
65 $ sudo cp imx6dl-sabreauto.dtb /media/boot
71 $ sudo tar xvf rootfs.tar.gz -C /media/root
/u-boot/drivers/net/
A Ddnet.c247 int media, speed, duplex; in dnet_phy_init() local
291 media = mii_nway_result(lpa & adv); in dnet_phy_init()
292 speed = (media & (ADVERTISE_100FULL | ADVERTISE_100HALF) in dnet_phy_init()
294 duplex = (media & ADVERTISE_FULL) ? 1 : 0; in dnet_phy_init()
A Dat91_emac.c223 int media, speed, duplex; in at91emac_phy_init() local
261 media = mii_nway_result(lpa & adv); in at91emac_phy_init()
262 speed = (media & (ADVERTISE_100FULL | ADVERTISE_100HALF) in at91emac_phy_init()
264 duplex = (media & ADVERTISE_FULL) ? 1 : 0; in at91emac_phy_init()
A Dbcm6368-eth.c225 int val, j, up, adv, lpa, speed, duplex, media; in bcm6368_eth_adjust_link() local
268 media = mii_nway_result(lpa & adv); in bcm6368_eth_adjust_link()
269 duplex = (media & ADVERTISE_FULL) ? 1 : 0; in bcm6368_eth_adjust_link()
271 if (media & (ADVERTISE_100FULL | ADVERTISE_100HALF)) in bcm6368_eth_adjust_link()
/u-boot/board/kobol/helios4/
A DKconfig16 # Use optimistic 64 KiB erase block, will vary between actual media
/u-boot/doc/media/
A DMakefile3 SRC_DIR=$(srctree)/doc/media
/u-boot/doc/device-tree-bindings/video/bridge/
A Dps8622.txt17 [1]: Documentation/devicetree/bindings/media/video-interfaces.txt
/u-boot/arch/arm/mach-k3/
A DKconfig34 from any boot media.
56 is booted up by primary boot media or secondary boot media.
/u-boot/arch/arm/dts/
A Domap34xx.dtsi11 #include <dt-bindings/media/omap3-isp.h>
/u-boot/tools/
A Dmtk_image.c277 static const char *media = ""; in mtk_brom_parse_imagename() local
318 media = val; in mtk_brom_parse_imagename()
348 if (!strcmp(brom_images[i].name, media)) { in mtk_brom_parse_imagename()
377 "nandinfo=<info>\"\n", media); in mtk_brom_parse_imagename()
/u-boot/doc/imx/mkimage/
A Dimx8image.txt26 - indicates the boot media
/u-boot/board/gateworks/gw_ventana/
A DREADME46 on the board model. The IMX6 BOOT ROM will choose a boot media based on eFUSE
52 media at runtime.
139 sudo tar xvf rootfs.tar.gz -C /media/root
141 sync && sudo umount /media/root
286 sudo tar xvf rootfs.tar.gz -C /media/root
288 sync && sudo umount /media/root
/u-boot/doc/sphinx-static/
A Dtheme_overrides.css18 @media screen {

Completed in 23 milliseconds

123