Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/misc/
H A Dfs_loader.c38 static int mount_ubifs(char *mtdpart, char *ubivol) in mount_ubifs() argument
47 return cmd_ubifs_mount(ubivol); in mount_ubifs()
55 static int mount_ubifs(char *mtdpart, char *ubivol) in mount_ubifs() argument
84 } else if (plat->mtdpart && plat->ubivol) { in select_fs_dev()
85 ret = mount_ubifs(plat->mtdpart, plat->ubivol); in select_fs_dev()
245 plat->ubivol = (char *)ofnode_read_string( in fs_loader_ofdata_to_platdata()
/openbmc/u-boot/common/
H A Dsplash_source.c126 if (location->ubivol != NULL) in splash_select_fs_dev()
189 sprintf(cmd, "ubifsmount %s", location->ubivol); in splash_mount_ubifs()
232 if (location->ubivol != NULL) in splash_load_fs()
258 if (location->ubivol != NULL) in splash_load_fs()
/openbmc/u-boot/doc/device-tree-bindings/misc/
H A Dfs_loader.txt13 - ubivol: which volume of ubi the image loading from, this property is required
47 ubivol = "ubi0";
/openbmc/u-boot/include/
H A Dfs_loader.h37 char *ubivol; member
H A Dsplash.h48 char *ubivol; /* UBI volume-name for ubifsmount */ member
/openbmc/u-boot/doc/driver-model/
H A Dfs_firmware_loader.txt46 ubivol = "ubi0";