Searched refs:fastmap (Results 1 – 14 of 14) sorted by relevance
/openbmc/u-boot/drivers/mtd/ubi/ |
H A D | Kconfig | 75 format for fastmap may change in the next kernel versions 79 only has to locate a checkpoint (called fastmap) on the device. 80 The on-flash fastmap contains all information needed to attach 81 the device. Using fastmap makes only sense on large devices where 83 a fastmap on old images, but you can set the UBI module parameter 84 fm_autoconvert to 1 if you want so. Please note that fastmap-enabled 86 fastmap support. On typical flash devices the whole fastmap fits 96 Set this parameter to enable fastmap automatically on images 97 without a fastmap. 100 int "Enable UBI fastmap debug" [all …]
|
H A D | Makefile | 7 obj-$(CONFIG_MTD_UBI_FASTMAP) += fastmap.o
|
/openbmc/linux/drivers/mtd/ubi/ |
H A D | Kconfig | 65 format for fastmap may change in the next kernel versions 69 only has to locate a checkpoint (called fastmap) on the device. 70 The on-flash fastmap contains all information needed to attach 71 the device. Using fastmap makes only sense on large devices where 73 a fastmap on old images, but you can set the UBI module parameter 74 fm_autoconvert to 1 if you want so. Please note that fastmap-enabled 76 fastmap support. On typical flash devices the whole fastmap fits
|
H A D | Makefile | 6 ubi-$(CONFIG_MTD_UBI_FASTMAP) += fastmap.o
|
H A D | attach.c | 307 list_add(&aeb->u.list, &ai->fastmap); in add_fastmap() 1333 list_for_each_entry_safe(aeb, aeb_tmp, &ai->fastmap, u.list) { in destroy_ai() 1462 INIT_LIST_HEAD(&ai->fastmap); in alloc_ai()
|
H A D | fastmap.c | 821 list_for_each_entry(aeb, &ai->fastmap, u.list) { in find_fm_anchor() 879 list_for_each_entry(aeb, &scan_ai->fastmap, u.list) { in ubi_scan_fastmap() 886 list_add(&new->u.list, &ai->fastmap); in ubi_scan_fastmap()
|
H A D | ubi.h | 765 struct list_head fastmap; member
|
H A D | wl.c | 1866 list_for_each_entry(aeb, &ai->fastmap, u.list) {
|
/openbmc/linux/net/sched/ |
H A D | cls_route.c | 36 struct route4_fastmap fastmap[16]; member 72 memset(head->fastmap, 0, sizeof(head->fastmap)); in route4_reset_fastmap() 84 head->fastmap[h].id = id; in route4_set_fastmap() 85 head->fastmap[h].iif = iif; in route4_set_fastmap() 86 head->fastmap[h].filter = f; in route4_set_fastmap() 147 if (id == head->fastmap[h].id && in route4_classify() 148 iif == head->fastmap[h].iif && in route4_classify() 149 (f = head->fastmap[h].filter) != NULL) { in route4_classify()
|
/openbmc/u-boot/include/ |
H A D | ubispl.h | 66 int fastmap; member
|
/openbmc/u-boot/drivers/mtd/ubispl/ |
H A D | ubispl.c | 876 int res, i, fastmap = info->fastmap; in ubispl_load_volumes() local 900 ubi->fm_enabled = fastmap; in ubispl_load_volumes() 916 if (fastmap) { in ubispl_load_volumes() 917 fastmap = 0; in ubispl_load_volumes()
|
/openbmc/u-boot/common/spl/ |
H A D | spl_ubi.c | 40 info.fastmap = IS_ENABLED(CONFIG_MTD_UBI_FASTMAP); in spl_ubi_load_image()
|
/openbmc/u-boot/doc/ |
H A D | README.ubispl | 1 Lightweight UBI and UBI fastmap support 82 info.fastmap = 1;
|
/openbmc/u-boot/ |
H A D | README | 2388 only has to locate a checkpoint (called fastmap) on the device. 2389 The on-flash fastmap contains all information needed to attach 2390 the device. Using fastmap makes only sense on large devices where 2392 a fastmap on old images, but you can set the UBI parameter 2394 that fastmap-enabled images are still usable with UBI implementations 2395 without fastmap support. On typical flash devices the whole fastmap 2399 Set this parameter to enable fastmap automatically on images 2400 without a fastmap. 2404 Enable UBI fastmap debug 2539 Support for a lightweight UBI (fastmap) scanner and
|