[U-Boot] [PATCH v4 6/6] common: Generic loader for file system
Simon Glass
sjg at chromium.org
Wed Jul 11 14:02:44 UTC 2018
Hi Tien,
On 6 July 2018 at 02:28, <tien.fong.chee at intel.com> wrote:
> From: Tien Fong Chee <tien.fong.chee at intel.com>
>
> 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 at intel.com>
> ---
> drivers/misc/Kconfig | 10 ++
> drivers/misc/Makefile | 1 +
> drivers/misc/fs_loader.c | 295 +++++++++++++++++++++++++++++++++++++++++++++++
> include/dm/uclass-id.h | 1 +
> include/fs_loader.h | 79 +++++++++++++
> 5 files changed, 386 insertions(+)
> create mode 100644 drivers/misc/fs_loader.c
> create mode 100644 include/fs_loader.h
I don't see a sandbox test for this. We need to add a test for every
new uclass. Please let me know if you want some pointers to ideas.
[..]
Regards,
Simon
More information about the U-Boot
mailing list