From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH PATCH v6 03/13] spl: fit: Make room in the FDT before applying overlays
Date: Wed, 8 Jan 2020 15:10:48 -0500 [thread overview]
Message-ID: <20200108201048.GS31026@bill-the-cat> (raw)
In-Reply-To: <20191022143922.10205-4-jjhiblot@ti.com>
On Tue, Oct 22, 2019 at 04:39:12PM +0200, Jean-Jacques Hiblot wrote:
> Make room in the FDT before applying the overlay, otherwise it may fail if
> the overlay is big. As the exact added size is not known in advance, just
> add the size of the overlay.
> Move after the end of the application of the overlays, the resize of the
> FDT for the injection of the details on the loadables.
>
> Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>
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/ce73ac29/attachment.sig>
next prev parent 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
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 [this message]
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=20200108201048.GS31026@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.