u-boot-brain/drivers/dfu
Lukasz Majewski c8151b4a5d dfu: mmc: Provide support for eMMC boot partition access
Before this patch it was only possible to access the default eMMC HW
partition. By partition selection I mean the access to eMMC via the
ext_csd[179] register programming.

It sometimes happens that it is necessary to write to other partitions.
This patch adds extra attribute to "raw" sub type of the dfu_alt_info
environment variable (e.g. boot-mmc.bin raw 0x0 0x200 mmcpart 1;)

It saves the original boot value and restores it after storing the file.

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
2014-05-15 00:24:24 +02:00
..
dfu_mmc.c dfu: mmc: Provide support for eMMC boot partition access 2014-05-15 00:24:24 +02:00
dfu_nand.c dfu, nand: add medium specific polltimeout function 2014-05-08 10:38:30 +02:00
dfu_ram.c dfu: ram support 2013-09-24 17:51:35 +02:00
dfu.c drivers:dfu: dfu_flush(): add raw data flush to complete dfu write 2014-05-15 00:23:56 +02:00
Makefile drivers: convert makefiles to Kbuild style 2013-10-31 13:26:01 -04:00