Home
last modified time | relevance | path

Searched refs:ubivol (Results 1 – 6 of 6) sorted by relevance

/u-boot/drivers/misc/
A Dfs_loader.c41 static int mount_ubifs(char *mtdpart, char *ubivol) in mount_ubifs() argument
50 return cmd_ubifs_mount(ubivol); in mount_ubifs()
58 static int mount_ubifs(char *mtdpart, char *ubivol) in mount_ubifs() argument
87 } else if (plat->mtdpart && plat->ubivol) { in select_fs_dev()
88 ret = mount_ubifs(plat->mtdpart, plat->ubivol); in select_fs_dev()
243 plat->ubivol = (char *)ofnode_read_string( in fs_loader_of_to_plat()
/u-boot/include/
A Dfs_loader.h37 char *ubivol; member
A Dsplash.h48 char *ubivol; /* UBI volume-name for ubifsmount */ member
/u-boot/doc/device-tree-bindings/misc/
A Dfs_loader.txt13 - ubivol: which volume of ubi the image loading from, this property is required
47 ubivol = "ubi0";
/u-boot/common/
A Dsplash_source.c130 if (location->ubivol != NULL) in splash_select_fs_dev()
193 sprintf(cmd, "ubifsmount %s", location->ubivol); in splash_mount_ubifs()
236 if (location->ubivol != NULL) in splash_load_fs()
262 if (location->ubivol != NULL) in splash_load_fs()
/u-boot/doc/driver-model/
A Dfs_firmware_loader.rst47 ubivol = "ubi0";

Completed in 6 milliseconds