Home
last modified time | relevance | path

Searched refs:volume (Results 1 – 25 of 32) sorted by relevance

12

/u-boot/doc/
A DREADME.ubi15 ubi create[vol] volume [size] [type] - create volume name with size
16 ubi write[vol] address volume size - Write volume from address with size
19 ubi read[vol] address volume [size] - Read volume to address with size
20 ubi remove[vol] volume - Remove volume
22 volume: character name
91 UBI: volume information dump:
106 UBI: volume information dump:
158 ubifsmount <volume-name>
159 - mount 'volume-name' volume
235 the whole volume.
[all …]
A DREADME.ubispl16 The maximum number of logical eraseblocks which a static volume
30 The maximum volume ids which can be loaded. Used for sizing the
68 .vol_id = 0, /* kernel volume */
A DREADME.omap3166 http://www.ti.com/omap3 (high volume) and
/u-boot/cmd/
A Dubi.c166 strcpy(req.name, volume); in ubi_create_vol()
167 req.name_len = strlen(volume); in ubi_create_vol()
180 dynamic ? "dynamic" : "static", volume, size); in ubi_create_vol()
192 if (vol && !strcmp(vol->name, volume)) in ubi_find_volume()
196 printf("Volume %s not found!\n", volume); in ubi_find_volume()
200 static int ubi_remove_vol(char *volume) in ubi_remove_vol() argument
205 vol = ubi_find_volume(volume); in ubi_remove_vol()
297 vol = ubi_find_volume(volume); in ubi_volume_continue_write()
334 vol = ubi_find_volume(volume); in ubi_volume_begin_write()
367 vol = ubi_find_volume(volume); in ubi_volume_read()
[all …]
/u-boot/include/
A Dubi_uboot.h74 extern int ubi_volume_write(char *volume, void *buf, size_t size);
75 extern int ubi_volume_read(char *volume, char *buf, size_t size);
/u-boot/tools/env/
A Dfw_env.config32 # UBI volume
36 # UBI volume by name
/u-boot/lib/efi_selftest/
A Defi_selftest_loadimage.c206 static struct efi_file_handle volume = { variable
233 *root = &volume; in open_volume()
244 if (this != &volume) in open()
258 else if (this == &volume) in close()
334 } else if (this == &volume) { in getinfo()
/u-boot/arch/arm/dts/
A Drk3308-evb.dts60 label = "volume down";
66 label = "volume up";
A Dimx53-qsb-common.dtsi54 volume-up {
61 volume-down {
A Dpx30-evb.dts46 label = "volume down";
52 label = "volume up";
A Dpx30-firefly.dts46 label = "volume down";
52 label = "volume up";
A Dimx6sx-sdb.dtsi36 volume-up {
43 volume-down {
A Dimx7d-sdb.dts28 volume-up {
35 volume-down {
A Dimx6qdl-sabresd.dtsi83 volume-up {
90 volume-down {
A Dimx6qdl-sabreauto.dtsi55 volume-up {
62 volume-down {
A Drk3326-odroid-go2.dts563 hp-volume = <20>;
564 spk-volume = <3>;
A Dam335x-evm.dts86 label = "volume-up";
93 label = "volume-down";
/u-boot/lib/efi_loader/
A Defi_capsule.c614 struct efi_simple_file_system_protocol *volume; in find_boot_device() local
688 volume = efi_fs_from_path(boot_dev); in find_boot_device()
689 if (!volume) in find_boot_device()
692 ret = EFI_CALL(volume->open_volume(volume, in find_boot_device()
A Defi_disk.c46 struct efi_simple_file_system_protocol *volume; member
435 diskobj->volume = efi_simple_file_system(desc, part, in efi_disk_add_dev()
439 diskobj->volume); in efi_disk_add_dev()
/u-boot/doc/device-tree-bindings/misc/
A Dfs_loader.txt13 - ubivol: which volume of ubi the image loading from, this property is required
/u-boot/doc/usage/
A Dmbr.rst39 volume'), some of the predefined sizes:
/u-boot/env/
A DKconfig388 bool "Environment in a UBI volume"
393 Define this if you have an UBI volume that you want to use for the
403 Define this to the name of the volume that you want to store the
408 Define this to the name of another volume to store a second copy of
570 string "UBI volume name"
573 Name of the volume that you want to store the environment in.
576 string "UBI redundant volume name"
579 Name of the redundant volume that you want to store the environment in.
/u-boot/common/spl/
A DKconfig821 configure the volume name from which to load U-Boot.
824 int "Maximum number of LEBs per volume"
868 int "Maximum volume id"
875 int "id of U-Boot volume"
878 The UBI volume id from which to load U-Boot
881 string "volume name of U-Boot volume"
884 The UBI volume name from which to load U-Boot
887 int "id of kernel volume"
890 The UBI volume id from which to load the kernel
893 int "id of kernel args volume"
[all …]
/u-boot/doc/driver-model/
A Dfs_firmware_loader.rst108 UBI volume, it can be "ubi0".
/u-boot/board/ti/am65x/
A DREADME313 ospi.rootfs just like in SD card case. U-Boot looks for UBI volume named

Completed in 59 milliseconds

12