/u-boot/common/ |
A D | splash.c | 31 .storage = SPLASH_STORAGE_SF, 37 .storage = SPLASH_STORAGE_MMC, 43 .storage = SPLASH_STORAGE_USB, 49 .storage = SPLASH_STORAGE_SATA,
|
A D | splash_source.c | 76 switch (location->storage) { in splash_storage_read_raw() 119 switch (location->storage) { in splash_select_fs_dev() 230 if (location->storage == SPLASH_STORAGE_USB) in splash_load_fs() 233 if (location->storage == SPLASH_STORAGE_SATA) in splash_load_fs()
|
/u-boot/doc/driver-model/ |
A D | fs_firmware_loader.rst | 12 and binary) from the storage device in file system format into target location 22 Firmware storage device described in device tree source 24 For passing data like storage device phandle and partition where the 36 <&mmc 1> means block storage device pointer and its partition. 38 Above example is a description for block storage, but for UBI storage 112 The benefit of this design allows user to change storage attribute data 114 environment values in the storage for the next power cycle, so no
|
/u-boot/doc/board/atmel/ |
A D | at91ek.rst | 26 You can choose your storage location at config step (here for at91sam9260ek):: 50 You can choose your storage location at config step (here for at91sam9260ek):: 73 You can choose your storage location at config step (here for at91sam9260ek):: 97 You can choose your storage location at config step (here for at91sam9m10g45ek):: 117 You can choose your storage location at config step (here for at91sam9rlek):: 137 You can choose your storage location at config step (here for at91sam9x5ek):: 160 You can choose your storage location at config step (here for sama5d3xek)::
|
/u-boot/include/ |
A D | api_public.h | 115 } storage; member 121 #define di_stor info.storage
|
A D | splash.h | 43 enum splash_storage storage; member
|
/u-boot/doc/device-tree-bindings/misc/ |
A D | fs_loader.txt | 7 - phandlepart: which block storage device and partition the image loading from, 16 Example of storage device and partition search set for mmc, usb, sata and 19 Example of storage type and device partition search set for mmc, usb,
|
/u-boot/arch/arm/dts/ |
A D | meson-axg-s400-u-boot.dtsi | 13 /* emmc storage */
|
/u-boot/doc/ |
A D | README.falcon | 16 a mass storage, such as NAND or SD-Card. SPL has now support for other media, 28 With Falcon Mode, this snapshot can be saved into persistent storage and SPL is 116 The spl export command does not write to a storage media. The user is 118 or prepared FDT) from temporary storage in RAM into persistant storage 120 storage can not be predicted nor provided at commandline, it depends 123 RAM address of temporary storage. The RAM address of FDT will also be 127 FDT to persistent storage. 130 to the pre-defined address in persistent storage
|
A D | README.splashprepare | 23 A splash source location can describe either storage with raw data, a storage
|
A D | README.spear | 68 Mac id storage and retrieval in spear platforms 71 usage. Basically, environment has precedence over board specific storage. The
|
A D | README.usb | 46 - usb scan: scans the USB for storage devices.The USB must be 48 - usb device [dev]: show or set current USB storage device 49 - usb part [dev]: print partition table of one or all USB storage 63 CONFIG_USB_STORAGE enables the USB storage devices 176 scanning bus for storage devices... 0 Storage Device(s) found
|
A D | README.distro | 29 regular storage mechanism (eMMC, SD card, USB Disk, SATA disk, etc.) with 31 storage model are outside the scope of this document, and may still need 47 storage devices for a bootable partition, then load the bootloader or boot 53 configuration data to indicate which storage device the system should boot 393 If the target is a storage device, the format of the target is always 395 mandatory for storage devices, even if only support for a single instance 396 of the storage device is actually implemented. 404 boots from the first USB mass storage device 418 - storage targets (to which a device number must be appended)
|
A D | README.pcap | 9 using tftpput, or save it to local storage with (sf write, mmc write, fatwrite, etc)
|
/u-boot/drivers/dfu/ |
A D | Kconfig | 40 This option enables using DFU to read and write to MMC based storage. 48 storage. 66 storage.
|
/u-boot/drivers/net/fsl-mc/dpio/ |
A D | qbman_portal.c | 285 struct ldpaa_dq *storage, in qbman_pull_desc_set_storage() argument 293 *(void **)&cl[4] = storage; in qbman_pull_desc_set_storage() 294 if (!storage) { in qbman_pull_desc_set_storage() 337 s->vdq.storage = *(void **)&cl[4]; in qbman_swp_pull() 473 if (s->vdq.storage == dq) { in qbman_dq_entry_has_newtoken() 474 s->vdq.storage = NULL; in qbman_dq_entry_has_newtoken()
|
A D | qbman_portal.h | 66 struct ldpaa_dq *storage; /* NULL if DQRR */ member
|
/u-boot/api/ |
A D | README | 16 functional areas like networking or storage operations 37 of devices are recognized and supported: network and storage (ide, scsi,
|
/u-boot/drivers/scsi/ |
A D | Kconfig | 6 a parallel interface widely used with storage peripherals such as
|
/u-boot/include/fsl-mc/ |
A D | fsl_qbman_portal.h | 43 struct ldpaa_dq *storage,
|
/u-boot/doc/usage/ |
A D | mbr.rst | 52 To check if the layout on the MMC #0 storage device matches the provided 71 The 'mbr verify' returns 0 if the layout matches the one on the storage
|
/u-boot/board/microchip/pic32mzda/ |
A D | README | 15 storage.
|
/u-boot/board/vamrs/rock960_rk3399/ |
A D | README | 11 6. Bootloader storage options 94 Bootloader storage options 97 There are a few different storage options for the bootloader.
|
/u-boot/board/compulab/cm_fx6/ |
A D | cm_fx6.c | 50 .storage = SPLASH_STORAGE_SF, 56 .storage = SPLASH_STORAGE_MMC, 62 .storage = SPLASH_STORAGE_USB, 68 .storage = SPLASH_STORAGE_SATA,
|
/u-boot/arch/mips/mach-mtmips/mt7628/ |
A D | Kconfig | 12 and 8 MiB of flash (SPI NOR) and additional SPI NAND storage.
|