/openbmc/linux/drivers/mtd/spi-nor/ |
H A D | Kconfig | 17 Many flash memories support erasing small (4096 B) sectors. Depending 19 to erasing whole blocks (32/64 KiB). 21 small sectors. On the other hand erasing should be faster when using
|
/openbmc/u-boot/drivers/block/ |
H A D | Kconfig | 8 reading, writing and (in some cases) erasing blocks. Block 25 reading, writing and (in some cases) erasing blocks. Block 37 reading, writing and (in some cases) erasing blocks. Block
|
/openbmc/u-boot/drivers/mtd/spi/ |
H A D | Kconfig | 35 erasing through cmd_sf interface. 156 Many flash memories support erasing small (4096 B) sectors. Depending 158 to erasing whole blocks (32/64 KiB). 160 small sectors. On the other hand erasing should be faster when using
|
/openbmc/linux/fs/jffs2/ |
H A D | jffs2_fs_sb.h | 101 struct list_head erasable_list; /* Blocks which are completely dirty, and need erasing */ 102 …struct list_head erasable_pending_wbuf_list; /* Blocks which need erasing but only after the curre… 103 struct list_head erasing_list; /* Blocks which are currently erasing */ 105 struct list_head erase_pending_list; /* Blocks which need erasing now */
|
H A D | debug.c | 44 …JFFS2_ERROR("free %#08x + dirty %#08x + used %#08x + erasing %#08x + bad %#08x + wasted %#08x + un… in __jffs2_dbg_acct_sanity_check_nolock() 164 erasing = 0, bad = 0, unchecked = 0; in __jffs2_dbg_superblock_counts() local 251 erasing += c->sector_size; in __jffs2_dbg_superblock_counts() 255 erasing += c->sector_size; in __jffs2_dbg_superblock_counts() 259 erasing += c->sector_size; in __jffs2_dbg_superblock_counts() 281 check(erasing); in __jffs2_dbg_superblock_counts()
|
/openbmc/linux/Documentation/driver-api/mmc/ |
H A D | mmc-dev-attrs.rst | 55 including the whole card. When erasing a large area it may 60 is being erased, but erasing one partition will make 74 size for erasing large areas.
|
/openbmc/linux/drivers/mtd/tests/ |
H A D | pagetest.c | 207 pr_info("erasing block %d\n", ebnum); in erasecrosstest() 232 pr_info("erasing block %d\n", ebnum); in erasecrosstest() 244 pr_info("erasing block %d\n", ebnum2); in erasecrosstest() 281 pr_info("erasing block %d\n", ebnum); in erasetest() 292 pr_info("erasing block %d\n", ebnum); in erasetest() 380 pr_info("erasing whole device\n"); in mtd_pagetest_init()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 293.out | 53 == erasing secret3 will fail now since it is the only secret (in 3 slots) == 54 qemu-img: All the active keyslots match the (old) password that was given and erasing them will era… 87 qemu-img: All the active keyslots match the (old) password that was given and erasing them will era…
|
H A D | 295.out | 31 Job failed: All the active keyslots match the (old) password that was given and erasing them will e…
|
/openbmc/u-boot/drivers/fastboot/ |
H A D | fb_nand.c | 77 printf("Erasing blocks 0x%llx to 0x%llx\n", in _fb_nand_erase() 255 pr_err("failed erasing from device %s", mtd->name); in fastboot_nand_erase() 256 fastboot_fail("failed erasing from device", response); in fastboot_nand_erase()
|
H A D | fb_mmc.c | 75 fastboot_progress_callback("erasing"); in fb_mmc_blk_write() 465 /* Align blocks to erase group size to avoid erasing other partitions */ in fastboot_mmc_erase() 474 printf("Erasing blocks " LBAFU " to " LBAFU " due to alignment\n", in fastboot_mmc_erase() 480 pr_err("failed erasing from device %d\n", dev_desc->devnum); in fastboot_mmc_erase() 481 fastboot_fail("failed erasing from device", response); in fastboot_mmc_erase()
|
/openbmc/linux/drivers/mtd/lpddr/ |
H A D | lpddr_cmds.c | 78 shared[i].writing = shared[i].erasing = NULL; in lpddr_cmdset() 217 * shared->erasing. in get_chip() 268 if (mode == FL_ERASING && shared->erasing in get_chip() 269 && shared->erasing->oldstate == FL_ERASING) { in get_chip() 283 shared->erasing = chip; in get_chip() 355 shared->writing = shared->erasing; in put_chip() 368 shared->erasing = NULL; in put_chip() 370 } else if (shared->erasing == chip && shared->writing != chip) { in put_chip()
|
/openbmc/u-boot/board/Barix/ipam390/ |
H A D | README.ipam390 | 58 Erasing at 0x160000 -- 100% complete. 189 Erasing at 0x180000 -- 100% complete. 219 Erasing at 0x180000 -- 100% complete.
|
/openbmc/u-boot/board/sbc8349/ |
H A D | README | 53 - Select sectors for erasing (see note on environment below) 70 The size for converting (and erasing) must be at least as large
|
/openbmc/u-boot/board/imgtec/malta/ |
H A D | flash-malta-boot.tcl | 30 puts "finished erasing boot flash";
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/flashrom/ |
H A D | flashrom_1.2.1.bb | 1 DESCRIPTION = "flashrom is a utility for identifying, reading, writing, verifying and erasing flash…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wipe/ |
H A D | wipe_0.24.bb | 2 DESCRIPTION = "Wipe is a little command for securely erasing files from \
|
/openbmc/u-boot/board/buffalo/lsxl/ |
H A D | lsxl.c | 216 printf("Erasing environment..\n"); in erase_environment() 219 printf("Erasing flash failed\n"); in erase_environment()
|
/openbmc/u-boot/board/boundary/nitrogen6x/ |
H A D | 6x_upgrade.txt | 19 echo "erasing" ;
|
/openbmc/u-boot/env/ |
H A D | sf.c | 114 puts("Erasing SPI flash..."); in env_sf_save() 222 puts("Erasing SPI flash..."); in env_sf_save()
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/ |
H A D | 0011-Platform-CS1000-Fix-Bank-offsets.patch | 7 erasing the banks during capsule update. The fwu_agent erases the flash
|
/openbmc/linux/drivers/media/pci/solo6x10/ |
H A D | solo6x10-v4l2.c | 38 solo_dev->erasing = 1; in erase_on() 44 if (!solo_dev->erasing) in erase_off() 50 /* Keep the erasing flag on for 8 frames minimum */ in erase_off() 52 solo_dev->erasing = 0; in erase_off()
|
/openbmc/skeleton/op-flasher/ |
H A D | flasher_obj.c | 61 printf("Erasing... (may take a while !) "); in erase_chip() 66 fprintf(stderr, "Error %d erasing chip\n", rc); in erase_chip()
|
/openbmc/qemu/hw/misc/ |
H A D | stm32l4x5_syscfg.c | 164 "%s: Erasing SRAM2 isn't supported\n", in stm32l4x5_syscfg_write() 191 "%s: Erasing SRAM2 isn't supported\n", in stm32l4x5_syscfg_write()
|
/openbmc/libbej/test/json/ |
H A D | drive_oem.json | 69 "OperationName": "Erasing",
|