Home
last modified time | relevance | path

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

12

/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_disk.c29 struct efi_block_io_media media; member
105 EFI_LOADER_BOUNCE_BUFFER_SIZE / this->media->block_size, in efi_disk_read_blocks()
140 EFI_LOADER_BOUNCE_BUFFER_SIZE / this->media->block_size, in efi_disk_write_blocks()
205 diskobj->media.removable_media = desc->removable; in efi_disk_add_dev()
206 diskobj->media.media_present = 1; in efi_disk_add_dev()
207 diskobj->media.block_size = desc->blksz; in efi_disk_add_dev()
208 diskobj->media.io_align = desc->blksz; in efi_disk_add_dev()
209 diskobj->media.last_block = desc->lba - offset; in efi_disk_add_dev()
210 diskobj->ops.media = &diskobj->media; in efi_disk_add_dev()
/rk3399_rockchip-uboot/doc/DocBook/
H A D.gitignore14 media-indices.tmpl
15 media-entities.tmpl
/rk3399_rockchip-uboot/board/freescale/mx6sabreauto/
H A DREADME47 $ sudo cp uImage /media/boot
49 $ sudo cp imx6dl-sabreauto.dtb /media/boot
53 $ sudo tar xvf rootfs.tar.gz -C /media/root
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_rockusb.c831 u32 media = BOOT_TYPE_UNKNOWN; in rkusb_do_switch_storage() local
833 media = 1 << common->cmnd[1]; in rkusb_do_switch_storage()
835 switch (media) { in rkusb_do_switch_storage()
867 printf("Bootdev 0x%x is not support\n", media); in rkusb_do_switch_storage()
903 u32 media = BOOT_TYPE_UNKNOWN; in rkusb_do_get_storage_info() local
912 media = BOOT_TYPE_EMMC; in rkusb_do_get_storage_info()
916 media = BOOT_TYPE_SD0; in rkusb_do_get_storage_info()
921 media = BOOT_TYPE_MTD_BLK_SPI_NAND; in rkusb_do_get_storage_info()
923 media = BOOT_TYPE_NAND; in rkusb_do_get_storage_info()
925 media = BOOT_TYPE_MTD_BLK_SPI_NOR; in rkusb_do_get_storage_info()
[all …]
/rk3399_rockchip-uboot/doc/
H 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.
H 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
153 boot from all media. Secure boot from SPI NOR flash is not
H A DREADME.at914 - I. Board mapping & boot media
8 I. Board mapping & boot media
H A DREADME.android-fastboot81 * USB media: usbd
92 Fastboot also allows to write the partition table to the media. This can be
H A DREADME.semihosting14 eMMC or other NV media are available.
H A DREADME.falcon16 a mass storage, such as NAND or SD-Card. SPL has now support for other media,
39 2. Save the prepared snapshot into persistent media.
114 The spl export command does not write to a storage media. The user is
H A DREADME.odroid38 4. Boot media layout
55 To prepare bootable media you need boot binaries provided by hardkernel.
96 8. Prepare the boot media using Hardkernel U-Boot
/rk3399_rockchip-uboot/drivers/net/
H A Ddnet.c245 int media, speed, duplex; in dnet_phy_init() local
289 media = mii_nway_result(lpa & adv); in dnet_phy_init()
290 speed = (media & (ADVERTISE_100FULL | ADVERTISE_100HALF) in dnet_phy_init()
292 duplex = (media & ADVERTISE_FULL) ? 1 : 0; in dnet_phy_init()
H A Dftgmac100.c176 int media, speed, duplex; in ftgmac100_phy_init() local
242 media = mii_nway_result(lpa & adv); in ftgmac100_phy_init()
243 speed = (media & (ADVERTISE_100FULL | ADVERTISE_100HALF) ? 1 : 0); in ftgmac100_phy_init()
244 duplex = (media & ADVERTISE_FULL) ? 1 : 0; in ftgmac100_phy_init()
H A Dat91_emac.c222 int media, speed, duplex; in at91emac_phy_init() local
260 media = mii_nway_result(lpa & adv); in at91emac_phy_init()
261 speed = (media & (ADVERTISE_100FULL | ADVERTISE_100HALF) in at91emac_phy_init()
263 duplex = (media & ADVERTISE_FULL) ? 1 : 0; in at91emac_phy_init()
H A Dmacb.c485 int media, speed, duplex; in macb_phy_init() local
564 media = mii_nway_result(lpa & adv); in macb_phy_init()
565 speed = (media & (ADVERTISE_100FULL | ADVERTISE_100HALF) in macb_phy_init()
567 duplex = (media & ADVERTISE_FULL) ? 1 : 0; in macb_phy_init()
/rk3399_rockchip-uboot/arch/arm/dts/
H A Drk3399pro-npu-evb.dts10 #include <linux/media-bus-format.h>
H A Drk1808-evb.dts12 #include <linux/media-bus-format.h>
H A Domap36xx.dtsi11 #include <dt-bindings/media/omap3-isp.h>
/rk3399_rockchip-uboot/doc/device-tree-bindings/video/bridge/
H A Dps8622.txt17 [1]: Documentation/devicetree/bindings/media/video-interfaces.txt
/rk3399_rockchip-uboot/arch/arm/mach-omap2/am33xx/
H A DKconfig240 searches the boot media for a valid boot image.
246 (secure/non-secure), boot media (xip/non-xip) and
257 image from the boot media into memory, the image must
/rk3399_rockchip-uboot/drivers/net/phy/
H A DKconfig9 bool "Ethernet PHY (physical media interface) support"
11 Enable Ethernet PHY (physical media interface) support.
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/
H 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
/rk3399_rockchip-uboot/arch/arm/mach-imx/
H A DKconfig43 a boot from specific media.
/rk3399_rockchip-uboot/include/
H A Dfat.h102 __u8 media; /* Media code */ member
/rk3399_rockchip-uboot/board/freescale/mx6sabresd/
H A DREADME80 $ sudo tar xvf rootfs.tar.gz -C /media/root

12