]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dfu: DFU backend implementation
authorLukasz Majewski <l.majewski@samsung.com>
Mon, 6 Aug 2012 12:41:07 +0000 (14:41 +0200)
committerMarek Vasut <marex@denx.de>
Sat, 1 Sep 2012 14:21:50 +0000 (16:21 +0200)
commitf22b11c10d16d71b7f96fd19cd0062724428bf88
treee8a65f22ad14c288d931e114f4e9beeaa32b0c0a
parentb819ddbf56da304120b72643e97e00e12815e777
dfu: DFU backend implementation

New, separate driver at ./drivers/dfu has been added. It allows platform
and storage independent operation of DFU.
It has been extended to use new MMC level of command abstraction.

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Cc: Marek Vasut <marex@denx.de>
Makefile
drivers/dfu/Makefile [new file with mode: 0644]
drivers/dfu/dfu.c [new file with mode: 0644]
include/dfu.h [new file with mode: 0644]