All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4 2/2] fit: Support compat string property in configuration node
Date: Thu, 16 May 2019 20:34:00 -0600	[thread overview]
Message-ID: <CAPnjgZ3vmjPfuGT0sVDNXh20qPOguSp3_CPvnmk8aM7+KrwZnA@mail.gmail.com> (raw)
In-Reply-To: <20190515222958.194325-3-jwerner@chromium.org>

On Wed, 15 May 2019 at 16:30, Julius Werner <jwerner@chromium.org> wrote:
>
> This patch adds support for an optional optimization to compatible
> string matching where the compatible string property from the root node
> of the kernel FDT can be copied into the configuration node of the FIT
> image. This is most useful when using compressed FDTs or when using FDT
> overlays, where the traditional extraction of the compatible string from
> the kernel FDT itself is not easily possible.
>
> Signed-off-by: Julius Werner <jwerner@chromium.org>
> ---
>  - No changes for v2
>  - No changes for v3
>  - Changes for v4:
>    - Added documentation for compatible string in config node.
>    - Added example .its file for compressed FDT with compat string in
>      config node.
>
>  common/image-fit.c                        | 67 ++++++++++++---------
>  doc/uImage.FIT/kernel_fdts_compressed.its | 73 +++++++++++++++++++++++
>  doc/uImage.FIT/source_file_format.txt     |  7 +++
>  3 files changed, 119 insertions(+), 28 deletions(-)
>  create mode 100644 doc/uImage.FIT/kernel_fdts_compressed.its

Reviewed-by: Simon Glass <sjg@chromium.org>

nit: We don't normally use a period in a single-line comment.

      reply	other threads:[~2019-05-17  2:34 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-15 22:29 [U-Boot] [PATCH v4 0/2] fit: Image node compression Julius Werner
2019-05-15 22:29 ` [U-Boot] [PATCH v4 1/2] fit: Support compression for non-kernel components (e.g. FDT) Julius Werner
2019-05-17  2:34   ` Simon Glass
2019-06-25  2:40     ` Julius Werner
2019-07-11 18:10   ` Tom Rini
2019-07-11 20:55     ` Julius Werner
2019-05-15 22:29 ` [U-Boot] [PATCH v4 2/2] fit: Support compat string property in configuration node Julius Werner
2019-05-17  2:34   ` Simon Glass [this message]

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=CAPnjgZ3vmjPfuGT0sVDNXh20qPOguSp3_CPvnmk8aM7+KrwZnA@mail.gmail.com \
    --to=sjg@chromium.org \
    --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.