All of lore.kernel.org
 help / color / mirror / Atom feed
From: tien.fong.chee at intel.com <tien.fong.chee@intel.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/2] Creating generic file system firmware loader
Date: Wed,  1 Nov 2017 17:18:20 +0800	[thread overview]
Message-ID: <1509527902-5080-1-git-send-email-tien.fong.chee@intel.com> (raw)

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

Factoring out common file system loader functionality from splash loader as
generic file system firmware loader. Convert splash file system loader portion
and its dependency files to use generic file system firmware loader.
The generic file system firmware loader supports file image loading from flash
into target location, and its specific HW driver processing file image before
calling FS loading and in the process of loading into target location can be
defined in both weak functions fsloader_preprocess and fs_loading.

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

Tien Fong Chee (2):
  common: Generic file system firmware loader
  common: Convert splash FS loader to use generic FS firmware loader

 board/compulab/cm_fx6/cm_fx6.c |  17 ++--
 board/compulab/cm_t35/cm_t35.c |   6 +-
 common/Makefile                |   1 +
 common/load_fs.c               | 217 +++++++++++++++++++++++++++++++++++++++++
 common/splash.c                |  18 ++--
 common/splash_source.c         | 193 +++++++++---------------------------
 include/load_fs.h              |  38 ++++++++
 include/splash.h               |  29 +-----
 8 files changed, 323 insertions(+), 196 deletions(-)
 create mode 100644 common/load_fs.c
 create mode 100644 include/load_fs.h

-- 
2.2.0

             reply	other threads:[~2017-11-01  9:18 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-01  9:18 tien.fong.chee at intel.com [this message]
2017-11-01  9:18 ` [U-Boot] [PATCH 1/2] common: Generic file system firmware loader tien.fong.chee at intel.com
2017-11-01  9:26   ` Marek Vasut
2017-11-02  8:20     ` Chee, Tien Fong
2017-11-05 16:43       ` Marek Vasut
2017-11-06  4:15         ` Chee, Tien Fong
2017-11-06 10:56           ` Marek Vasut
2017-11-07  9:03             ` Chee, Tien Fong
2017-11-07  9:34               ` Marek Vasut
2017-11-09  6:04                 ` Chee, Tien Fong
2017-11-09  7:05                   ` Marek Vasut
2017-11-09  7:09                     ` Chee, Tien Fong
2017-11-09 10:00                     ` Lukasz Majewski
2017-11-09 10:31                       ` Marek Vasut
2017-11-10  9:05                         ` Chee, Tien Fong
2017-11-10 10:04                           ` Marek Vasut
2017-11-13  4:31                             ` Chee, Tien Fong
2017-11-16  8:09                             ` Chee, Tien Fong
2017-11-16  8:11                               ` Marek Vasut
2017-11-01  9:18 ` [U-Boot] [PATCH 2/2] common: Convert splash FS loader to use generic FS " tien.fong.chee at intel.com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1509527902-5080-1-git-send-email-tien.fong.chee@intel.com \
    --to=tien.fong.chee@intel.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.