Home
last modified time | relevance | path

Searched refs:fastmap (Results 1 – 7 of 7) sorted by relevance

/u-boot/drivers/mtd/ubi/
A DKconfig74 format for fastmap may change in the next kernel versions
78 only has to locate a checkpoint (called fastmap) on the device.
79 The on-flash fastmap contains all information needed to attach
80 the device. Using fastmap makes only sense on large devices where
82 a fastmap on old images, but you can set the UBI module parameter
83 fm_autoconvert to 1 if you want so. Please note that fastmap-enabled
85 fastmap support. On typical flash devices the whole fastmap fits
95 Set this parameter to enable fastmap automatically on images
96 without a fastmap.
99 int "Enable UBI fastmap debug"
[all …]
A DMakefile7 obj-$(CONFIG_MTD_UBI_FASTMAP) += fastmap.o
/u-boot/include/
A Dubispl.h68 int fastmap; member
/u-boot/common/spl/
A Dspl_ubi.c41 info.fastmap = IS_ENABLED(CONFIG_MTD_UBI_FASTMAP); in spl_ubi_load_image()
/u-boot/doc/
A DREADME.ubispl1 Lightweight UBI and UBI fastmap support
82 info.fastmap = 1;
/u-boot/drivers/mtd/ubispl/
A Dubispl.c1070 int res, i, fastmap = info->fastmap; in ubispl_load_volumes() local
1098 ubi->fm_enabled = fastmap; in ubispl_load_volumes()
1130 if (fastmap) { in ubispl_load_volumes()
1131 fastmap = 0; in ubispl_load_volumes()
/u-boot/
A DREADME2083 only has to locate a checkpoint (called fastmap) on the device.
2084 The on-flash fastmap contains all information needed to attach
2085 the device. Using fastmap makes only sense on large devices where
2087 a fastmap on old images, but you can set the UBI parameter
2089 that fastmap-enabled images are still usable with UBI implementations
2090 without fastmap support. On typical flash devices the whole fastmap
2094 Set this parameter to enable fastmap automatically on images
2095 without a fastmap.
2099 Enable UBI fastmap debug
2213 Support for a lightweight UBI (fastmap) scanner and

Completed in 10 milliseconds