Home
last modified time | relevance | path

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

123456

/u-boot/common/
A Dsplash.c32 .storage = SPLASH_STORAGE_SF,
38 .storage = SPLASH_STORAGE_MMC,
44 .storage = SPLASH_STORAGE_MMC,
50 .storage = SPLASH_STORAGE_USB,
56 .storage = SPLASH_STORAGE_SATA,
A Dsplash_source.c101 switch (location->storage) { in splash_storage_read_raw()
146 switch (location->storage) { in splash_select_fs_dev()
267 if (location->storage == SPLASH_STORAGE_USB) in splash_load_fs()
270 if (location->storage == SPLASH_STORAGE_SATA) in splash_load_fs()
273 if (location->storage == SPLASH_STORAGE_VIRTIO) in splash_load_fs()
/u-boot/boot/
A Dvbe_simple.c104 log_debug("storage=%s\n", priv->storage); in vbe_simple_read_state()
105 devnum = trailing_strtoln_end(priv->storage, NULL, &end); in vbe_simple_read_state()
108 if (end - priv->storage >= sizeof(devname)) in vbe_simple_read_state()
110 strlcpy(devname, priv->storage, end - priv->storage + 1); in vbe_simple_read_state()
198 priv->storage = strdup(dev_read_string(dev, "storage")); in bootmeth_vbe_simple_probe()
199 if (!priv->storage) in bootmeth_vbe_simple_probe()
A Dvbe_simple.h36 const char *storage; member
A Dvbe_simple_fw.c178 log_debug("simple %s\n", priv->storage); in simple_load_from_image()
179 ret = bootdev_find_by_label(priv->storage, &bdev, NULL); in simple_load_from_image()
/u-boot/doc/develop/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
A Dnvmxip.rst10 be used for block storage needs (e.g: parsing a GPT layout in a raw QSPI NOR flash).
65 This option allows the emulation of a block storage device
68 This option provides the block storage driver nvmxip-blk which
73 This option allows the emulation of a block storage device on top of a QSPI XIP flash.
/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/drivers/dfu/
A DKconfig39 This option enables using DFU to read and write to MMC based storage.
54 storage.
72 storage.
96 hex "Size of buffer to be allocated for transfer to raw storage device"
100 raw storage device. This value can be used for setting the
109 When updating files rather than the raw storage device,
/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/drivers/mtd/nvmxip/
A DKconfig11 This option allows the emulation of a block storage device
19 This option allows the emulation of a block storage device on top of a QSPI XIP flash
/u-boot/include/
A Dapi_public.h115 } storage; member
121 #define di_stor info.storage
A Dsplash.h44 enum splash_storage storage; member
/u-boot/doc/develop/uefi/
A Dfwu_updates.rst19 of images based on image GUIDs stored on a GPT partitioned storage
26 metadata. Individual drivers can be added based on the type of storage
27 media, and its partitioning method. Details of the storage device
61 Setting up the device for GPT partitioned storage
64 Before enabling the functionality in U-Boot, a GPT partitioned storage
65 device is required. Assuming a GPT partitioned storage device, the
66 storage media needs to be partitioned with the correct number of
76 the two metadata partitions, or 8 partitions. In addition the storage
79 etc. An example list of images on the storage medium would be
118 Once the storage media has been partitioned and populated with the
/u-boot/board/ti/am62x/
A Devm.c27 .storage = SPLASH_STORAGE_SF,
33 .storage = SPLASH_STORAGE_MMC,
/u-boot/arch/arm/dts/
A Dmeson-axg-s400-u-boot.dtsi11 /* 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
/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()
/u-boot/drivers/fwu-mdata/
A DKconfig6 FWU Metadata partitions reside on the same storage device
/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/board/coreboot/coreboot/
A Dcoreboot.c73 .storage = SPLASH_STORAGE_VIRTIO,
/u-boot/fs/erofs/
A DKconfig10 improves storage density, keeps relatively higher compression
/u-boot/doc/usage/cmd/
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/include/fsl-mc/
A Dfsl_qbman_portal.h43 struct ldpaa_dq *storage,

Completed in 37 milliseconds

123456