common: Generic loader for file system
authorTien Fong Chee <tien.fong.chee@intel.com>
Fri, 6 Jul 2018 08:28:03 +0000 (16:28 +0800)
committerTom Rini <trini@konsulko.com>
Sat, 29 Sep 2018 00:22:33 +0000 (20:22 -0400)
commit620300043c95cc695585748ba6ef79da8b8095eb
tree8a6e9d1c3b17379644aa85f3cdb66ab1739af1b1
parentfc5ca3ab5422601775148e7f65b28aa205055279
common: Generic loader for file system

This is file system generic loader which can be used to load
the file image from the storage into target such as memory.
The consumer driver would then use this loader to program whatever,
ie. the FPGA device.

Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com>
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/misc/fs_loader.c [new file with mode: 0644]
include/dm/uclass-id.h
include/fs_loader.h [new file with mode: 0644]