Home
last modified time | relevance | path

Searched refs:storage (Results 1 – 25 of 98) sorted by relevance

1234

/u-boot/common/
A Dsplash.c31 .storage = SPLASH_STORAGE_SF,
37 .storage = SPLASH_STORAGE_MMC,
43 .storage = SPLASH_STORAGE_USB,
49 .storage = SPLASH_STORAGE_SATA,
A Dsplash_source.c76 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 Dfs_firmware_loader.rst12 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 Dat91ek.rst26 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 Dapi_public.h115 } storage; member
121 #define di_stor info.storage
A Dsplash.h43 enum splash_storage storage; member
/u-boot/doc/device-tree-bindings/misc/
A Dfs_loader.txt7 - 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 Dmeson-axg-s400-u-boot.dtsi13 /* emmc storage */
/u-boot/doc/
A DREADME.falcon16 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 DREADME.splashprepare23 A splash source location can describe either storage with raw data, a storage
A DREADME.spear68 Mac id storage and retrieval in spear platforms
71 usage. Basically, environment has precedence over board specific storage. The
A DREADME.usb46 - 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 DREADME.distro29 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 DREADME.pcap9 using tftpput, or save it to local storage with (sf write, mmc write, fatwrite, etc)
/u-boot/drivers/dfu/
A DKconfig40 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 Dqbman_portal.c285 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 Dqbman_portal.h66 struct ldpaa_dq *storage; /* NULL if DQRR */ member
/u-boot/api/
A DREADME16 functional areas like networking or storage operations
37 of devices are recognized and supported: network and storage (ide, scsi,
/u-boot/drivers/scsi/
A DKconfig6 a parallel interface widely used with storage peripherals such as
/u-boot/include/fsl-mc/
A Dfsl_qbman_portal.h43 struct ldpaa_dq *storage,
/u-boot/doc/usage/
A Dmbr.rst52 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 DREADME15 storage.
/u-boot/board/vamrs/rock960_rk3399/
A DREADME11 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 Dcm_fx6.c50 .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 DKconfig12 and 8 MiB of flash (SPI NOR) and additional SPI NAND storage.

Completed in 44 milliseconds

1234