Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mtd/ubi/
H 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 …]
H A DMakefile9 obj-$(CONFIG_MTD_UBI_FASTMAP) += fastmap.o
/rk3399_rockchip-uboot/include/
H A Dubispl.h67 int fastmap; member
/rk3399_rockchip-uboot/common/spl/
H A Dspl_ubi.c41 info.fastmap = IS_ENABLED(CONFIG_MTD_UBI_FASTMAP); in spl_ubi_load_image()
/rk3399_rockchip-uboot/drivers/mtd/ubispl/
H A Dubispl.c877 int res, i, fastmap = info->fastmap; in ubispl_load_volumes() local
901 ubi->fm_enabled = fastmap; in ubispl_load_volumes()
917 if (fastmap) { in ubispl_load_volumes()
918 fastmap = 0; in ubispl_load_volumes()
/rk3399_rockchip-uboot/doc/
H A DREADME.ubispl1 Lightweight UBI and UBI fastmap support
82 info.fastmap = 1;
/rk3399_rockchip-uboot/
H A DREADME2657 only has to locate a checkpoint (called fastmap) on the device.
2658 The on-flash fastmap contains all information needed to attach
2659 the device. Using fastmap makes only sense on large devices where
2661 a fastmap on old images, but you can set the UBI parameter
2663 that fastmap-enabled images are still usable with UBI implementations
2664 without fastmap support. On typical flash devices the whole fastmap
2668 Set this parameter to enable fastmap automatically on images
2669 without a fastmap.
2673 Enable UBI fastmap debug
2819 Support for a lightweight UBI (fastmap) scanner and