| /rk3399_rockchip-uboot/lib/efi_loader/ |
| H A D | efi_disk.c | 29 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 | .gitignore | 14 media-indices.tmpl 15 media-entities.tmpl
|
| /rk3399_rockchip-uboot/board/freescale/mx6sabreauto/ |
| H A D | README | 47 $ 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 D | f_rockusb.c | 831 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 D | README.mpc85xx-sd-spi-boot | 32 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 D | README.ti-secure | 57 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 D | README.at91 | 4 - I. Board mapping & boot media 8 I. Board mapping & boot media
|
| H A D | README.android-fastboot | 81 * USB media: usbd 92 Fastboot also allows to write the partition table to the media. This can be
|
| H A D | README.semihosting | 14 eMMC or other NV media are available.
|
| H A D | README.falcon | 16 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 D | README.odroid | 38 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 D | dnet.c | 245 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 D | ftgmac100.c | 176 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 D | at91_emac.c | 222 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 D | macb.c | 485 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 D | rk3399pro-npu-evb.dts | 10 #include <linux/media-bus-format.h>
|
| H A D | rk1808-evb.dts | 12 #include <linux/media-bus-format.h>
|
| H A D | omap36xx.dtsi | 11 #include <dt-bindings/media/omap3-isp.h>
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/video/bridge/ |
| H A D | ps8622.txt | 17 [1]: Documentation/devicetree/bindings/media/video-interfaces.txt
|
| /rk3399_rockchip-uboot/arch/arm/mach-omap2/am33xx/ |
| H A D | Kconfig | 240 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 D | Kconfig | 9 bool "Ethernet PHY (physical media interface) support" 11 Enable Ethernet PHY (physical media interface) support.
|
| /rk3399_rockchip-uboot/board/gateworks/gw_ventana/ |
| H A D | README | 46 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 D | Kconfig | 43 a boot from specific media.
|
| /rk3399_rockchip-uboot/include/ |
| H A D | fat.h | 102 __u8 media; /* Media code */ member
|
| /rk3399_rockchip-uboot/board/freescale/mx6sabresd/ |
| H A D | README | 80 $ sudo tar xvf rootfs.tar.gz -C /media/root
|