All of lore.kernel.org
 help / color / mirror / Atom feed
From: Julius Werner <jwerner@chromium.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2 v2] fit: Support compression for non-kernel components (e.g. FDT)
Date: Mon, 29 Apr 2019 17:38:44 -0700	[thread overview]
Message-ID: <CAODwPW9mN+Lnt3QtcvifXrs6YDh0n-1VN_J=z+jq_OQ9PxwjZg@mail.gmail.com> (raw)
In-Reply-To: <f27b7f9e-4324-1688-6b36-1a09a6bbb9a9@gmail.com>

> However, compared to my above mentioned RFC patch, this here somehow
> fails when loading something from the image, e.g. using the cmd 'fpga
> loadmk'. Seems like this one doesn't transparently uncompress?

It looks to me like do_fpga_loadmk() doesn't actually call
fit_load_image()? It calls fit_image_get_data() directly, so it
bypasses the code I'm adding. Maybe it should be using
fit_load_image() instead, but that's moving pretty far away from what
I was trying to do... it could be left for a later patch?

  reply	other threads:[~2019-04-30  0:38 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-18 21:08 [U-Boot] [PATCH 0/2] fit: Image node compression Julius Werner
2019-04-18 21:08 ` [U-Boot] [PATCH 1/2 v2] fit: Support compression for non-kernel components (e.g. FDT) Julius Werner
2019-04-24 19:22   ` Simon Goldschmidt
2019-04-30  0:38     ` Julius Werner [this message]
2019-04-30  4:05       ` Simon Goldschmidt
2019-04-30 18:24         ` Simon Goldschmidt
2019-04-30 18:24   ` Simon Goldschmidt
2019-04-30 22:34     ` Julius Werner
2019-05-01  8:18       ` Simon Goldschmidt
2019-05-02 15:43   ` Simon Glass
2019-05-03 21:27     ` Julius Werner
2019-04-18 21:08 ` [U-Boot] [PATCH 2/2 v2] fit: Support compat string property in configuration node Julius Werner

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='CAODwPW9mN+Lnt3QtcvifXrs6YDh0n-1VN_J=z+jq_OQ9PxwjZg@mail.gmail.com' \
    --to=jwerner@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.