All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH PATCH v6 01/13] spl: fit: don't load the firmware twice
Date: Wed, 8 Jan 2020 15:10:38 -0500	[thread overview]
Message-ID: <20200108201038.GQ31026@bill-the-cat> (raw)
In-Reply-To: <20191022143922.10205-2-jjhiblot@ti.com>

On Tue, Oct 22, 2019 at 04:39:10PM +0200, Jean-Jacques Hiblot wrote:

> When u-boot.img is a FIT image generated automatically by mkimage, the
> configuration node has the following structure:
> conf-1 {
>    description = "k3-am654-base-board";
>    firmware = "firmware-1";
>    loadables = "firmware-1";
>    fdt = "fdt-1";
> };
> 
> The firmware is referenced twice. Once by the 'firmware' property and
> once by the 'loadables' property. Currently this result in the firmware
> being loaded twice. This is not a big problem but has an impact on the
> boot time.
> Fixing it by not loading a loadable image if it is also the firmware image.
> 
> Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>
> Tested-by: Andreas Dannenberg <dannenberg@ti.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200108/2e81e7ed/attachment.sig>

  reply	other threads:[~2020-01-08 20:10 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-22 14:39 [U-Boot] [PATCH PATCH v6 00/13] Add support for applications of overlays in SPL Jean-Jacques Hiblot
2019-10-22 14:39 ` [U-Boot] [PATCH PATCH v6 01/13] spl: fit: don't load the firmware twice Jean-Jacques Hiblot
2020-01-08 20:10   ` Tom Rini [this message]
2019-10-22 14:39 ` [U-Boot] [PATCH PATCH v6 02/13] spl: fit: Add support for applying DT overlay Jean-Jacques Hiblot
2020-01-08 20:10   ` Tom Rini
2019-10-22 14:39 ` [U-Boot] [PATCH PATCH v6 03/13] spl: fit: Make room in the FDT before applying overlays Jean-Jacques Hiblot
2020-01-08 20:10   ` Tom Rini
2019-10-22 14:39 ` [U-Boot] [PATCH PATCH v6 04/13] spl: fit: allocate a temporary buffer to load the overlays Jean-Jacques Hiblot
2019-12-30  1:21   ` Simon Glass
2020-01-08 20:10   ` [U-Boot] " Tom Rini
2019-10-22 14:39 ` [U-Boot] [PATCH PATCH v6 05/13] spl: fit: Do not fail immediately if an overlay is not available Jean-Jacques Hiblot
2020-01-08 20:10   ` Tom Rini
2019-10-22 14:39 ` [U-Boot] [PATCH PATCH v6 06/13] spl: fit: be more verbose when an error occurs when applying the overlays Jean-Jacques Hiblot
2020-01-08 20:11   ` Tom Rini
2019-10-22 14:39 ` [U-Boot] [PATCH PATCH v6 07/13] Makefile.lib: include /__symbols__ in dtb if SPL_LOAD_FIT_APPLY_OVERLAY is enabled Jean-Jacques Hiblot
2020-01-08 20:11   ` Tom Rini
2019-10-22 14:39 ` [U-Boot] [PATCH PATCH v6 08/13] spl: fit: constify the output parameter of spl_fit_get_image_name() Jean-Jacques Hiblot
2020-01-08 20:11   ` Tom Rini
2019-10-22 14:39 ` [U-Boot] [PATCH PATCH v6 09/13] drivers: board: Make the board drivers available in SPL Jean-Jacques Hiblot
2020-01-08 20:11   ` Tom Rini
2019-10-22 14:39 ` [U-Boot] [PATCH PATCH v6 10/13] drivers: board: Add get_fit_loadable() Jean-Jacques Hiblot
2019-12-30  1:21   ` Simon Glass
2020-01-08 20:11   ` [U-Boot] " Tom Rini
2019-10-22 14:39 ` [U-Boot] [PATCH PATCH v6 11/13] include: board: provide empty stubs when the BOARD option is not selected Jean-Jacques Hiblot
2020-01-08 20:11   ` Tom Rini
2019-10-22 14:39 ` [U-Boot] [PATCH PATCH v6 12/13] dts: Add support for adding DT overlays in u-boot.img Jean-Jacques Hiblot
2019-12-30  1:21   ` Simon Glass
2020-01-08 20:11   ` [U-Boot] " Tom Rini
2019-10-22 14:39 ` [U-Boot] [PATCH PATCH v6 13/13] spl: fit: Allow the board to tell if more images must be loaded from FIT Jean-Jacques Hiblot
2019-12-30  1:18   ` Simon Glass
2020-01-08 20:11   ` [U-Boot] " Tom Rini
2019-12-23 16:24 ` [PATCH PATCH v6 00/13] Add support for applications of overlays in SPL Jean-Jacques Hiblot
2019-12-30  1:21   ` Simon Glass

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=20200108201038.GQ31026@bill-the-cat \
    --to=trini@konsulko.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.