Searched refs:volume (Results 1 – 25 of 32) sorted by relevance
12
/u-boot/doc/ |
A D | README.ubi | 15 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 D | README.ubispl | 16 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 D | README.omap3 | 166 http://www.ti.com/omap3 (high volume) and
|
/u-boot/cmd/ |
A D | ubi.c | 166 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 D | ubi_uboot.h | 74 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 D | fw_env.config | 32 # UBI volume 36 # UBI volume by name
|
/u-boot/lib/efi_selftest/ |
A D | efi_selftest_loadimage.c | 206 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 D | rk3308-evb.dts | 60 label = "volume down"; 66 label = "volume up";
|
A D | imx53-qsb-common.dtsi | 54 volume-up { 61 volume-down {
|
A D | px30-evb.dts | 46 label = "volume down"; 52 label = "volume up";
|
A D | px30-firefly.dts | 46 label = "volume down"; 52 label = "volume up";
|
A D | imx6sx-sdb.dtsi | 36 volume-up { 43 volume-down {
|
A D | imx7d-sdb.dts | 28 volume-up { 35 volume-down {
|
A D | imx6qdl-sabresd.dtsi | 83 volume-up { 90 volume-down {
|
A D | imx6qdl-sabreauto.dtsi | 55 volume-up { 62 volume-down {
|
A D | rk3326-odroid-go2.dts | 563 hp-volume = <20>; 564 spk-volume = <3>;
|
A D | am335x-evm.dts | 86 label = "volume-up"; 93 label = "volume-down";
|
/u-boot/lib/efi_loader/ |
A D | efi_capsule.c | 614 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 D | efi_disk.c | 46 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 D | fs_loader.txt | 13 - ubivol: which volume of ubi the image loading from, this property is required
|
/u-boot/doc/usage/ |
A D | mbr.rst | 39 volume'), some of the predefined sizes:
|
/u-boot/env/ |
A D | Kconfig | 388 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 D | Kconfig | 821 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 D | fs_firmware_loader.rst | 108 UBI volume, it can be "ubi0".
|
/u-boot/board/ti/am65x/ |
A D | README | 313 ospi.rootfs just like in SD card case. U-Boot looks for UBI volume named
|
Completed in 59 milliseconds
12