All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] Generic file system firmware loader DM
@ 2018-05-16  9:21 tien.fong.chee at intel.com
  2018-05-16  9:21 ` [U-Boot] [PATCH 1/3] doc: Add new doc for file system firmware loader driver model tien.fong.chee at intel.com
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: tien.fong.chee at intel.com @ 2018-05-16  9:21 UTC (permalink / raw)
  To: u-boot

From: Tien Fong Chee <tien.fong.chee@intel.com>

This patchset contains generic file system loader DM which is very close to
Linux firmware loader but for U-Boot framework. Generic file system firmware
loader can be used load whatever into target location, and then consumer driver
would use it to program whatever, ie. the FPGA.

This series is working on top of u-boot-socfpga.git -
 http://git.denx.de/u-boot-socfpga.git .

Tien Fong Chee (3):
  doc: Add new doc for file system firmware loader driver model
  doc: dtbinding: Add file system firmware loader binding document
  common: Generic loader for file system

 doc/device-tree-bindings/misc/fs_loader.txt |   48 ++++++
 doc/driver-model/fs_firmware_loader.txt     |  100 +++++++++++
 drivers/misc/Kconfig                        |   11 ++
 drivers/misc/Makefile                       |    1 +
 drivers/misc/fs_loader.c                    |  240 +++++++++++++++++++++++++++
 include/dm/uclass-id.h                      |    1 +
 include/fs_loader.h                         |   28 +++
 7 files changed, 429 insertions(+), 0 deletions(-)
 create mode 100644 doc/device-tree-bindings/misc/fs_loader.txt
 create mode 100644 doc/driver-model/fs_firmware_loader.txt
 create mode 100644 drivers/misc/fs_loader.c
 create mode 100644 include/fs_loader.h

-- 
1.7.7.4

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-05-18  4:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-16  9:21 [U-Boot] [PATCH 0/3] Generic file system firmware loader DM tien.fong.chee at intel.com
2018-05-16  9:21 ` [U-Boot] [PATCH 1/3] doc: Add new doc for file system firmware loader driver model tien.fong.chee at intel.com
2018-05-16 12:48   ` Tom Rini
2018-05-17  4:27     ` Chee, Tien Fong
2018-05-17 11:11       ` Tom Rini
2018-05-18  4:46         ` Chee, Tien Fong
2018-05-16  9:21 ` [U-Boot] [PATCH 2/3] doc: dtbinding: Add file system firmware loader binding document tien.fong.chee at intel.com
2018-05-16  9:21 ` [U-Boot] [PATCH 3/3] common: Generic loader for file system tien.fong.chee at intel.com

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.