u-boot-brain/drivers/dfu
Guillermo Rodríguez 13cb7cc9e8 dfu: Add option to skip empty pages when flashing UBI images to NAND
Add a new option to enable the DROP_FFS flag when flashing UBI images to
NAND in order to drop trailing all-0xff pages.

This is similar to the existing FASTBOOT_FLASH_NAND_TRIMFFS option.

Signed-off-by: Guillermo Rodriguez <guille.rodriguez@gmail.com>
Cc: Lukasz Majewski <lukma@denx.de>
2020-02-02 18:19:52 +01:00
..
dfu_mmc.c dfu: mmc: add support for in-partition offset 2019-10-31 12:12:31 +01:00
dfu_mtd.c dfu: add partition support for MTD backend 2019-10-31 12:12:31 +01:00
dfu_nand.c dfu: Add option to skip empty pages when flashing UBI images to NAND 2020-02-02 18:19:52 +01:00
dfu_ram.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
dfu_sf.c dfu: sf: add partition support for nor backend 2019-10-31 12:12:31 +01:00
dfu_tftp.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
dfu_virt.c dfu: add DFU virtual backend 2019-10-31 12:12:31 +01:00
dfu.c dfu: Add optional timeout parameter 2020-01-07 14:37:50 +01:00
Kconfig dfu: Add option to skip empty pages when flashing UBI images to NAND 2020-02-02 18:19:52 +01:00
Makefile dfu: add DFU virtual backend 2019-10-31 12:12:31 +01:00