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 v2 2/8] fdt: Allow to use EMBEDDED device tree for SPL
Date: Mon, 20 May 2019 09:35:40 -0600	[thread overview]
Message-ID: <CAPnjgZ27LrX1bM63mDn2z61JLp=YADx58bip2=cmvEJeWNYWxA@mail.gmail.com> (raw)
In-Reply-To: <1558357207-7345-3-git-send-email-patrick.delaunay@st.com>

Hi Patrick,

On Mon, 20 May 2019 at 07:00, Patrick Delaunay <patrick.delaunay@st.com> wrote:
>
> U-boot continue to use load DT from file system, this patch avoid

U-Boot

> an error when U-Boot "Error: Out of memory" when it try to map
> gd->fdt_blob (EMBEDDED pointer __dtb_dt_begin is not managed).

What is EMBEDDED? Do you mean CONFIG_OF_EMBED?

I don't think we should be using OF_EMBED for sandbox.

>
> Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
> ---
>
> Changes in v2:
> - solve issue for spl sandbox with dtb
>
>  lib/fdtdec.c | 6 ++++++
>  1 file changed, 6 insertions(+)

Regards,
Simon

  reply	other threads:[~2019-05-20 15:35 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-20 12:59 [U-Boot] [PATCH v2 0/8] fdt: Allow indicating a node is for U-Boot proper only Patrick Delaunay
2019-05-20 13:00 ` [U-Boot] [PATCH v2 1/8] sandbox: add config for SPL boot with devicetree Patrick Delaunay
2019-05-20 15:35   ` Simon Glass
2019-05-20 13:00 ` [U-Boot] [PATCH v2 2/8] fdt: Allow to use EMBEDDED device tree for SPL Patrick Delaunay
2019-05-20 15:35   ` Simon Glass [this message]
2019-05-20 13:00 ` [U-Boot] [PATCH v2 3/8] sandbox: add option show_of_embedded for spl test Patrick Delaunay
2019-05-20 15:35   ` Simon Glass
2019-05-20 13:00 ` [U-Boot] [PATCH v2 4/8] test: py: add option to select device tree used during compilation Patrick Delaunay
2019-05-21 16:21   ` Stephen Warren
2019-05-21 18:32     ` Patrick DELAUNAY
2019-05-21 21:10       ` Stephen Warren
2019-05-20 13:00 ` [U-Boot] [PATCH v2 5/8] test: move SPL test nodes in test device tree Patrick Delaunay
2019-05-20 15:35   ` Simon Glass
2019-05-20 13:00 ` [U-Boot] [PATCH v2 6/8] test: check u-boot properties in SPL " Patrick Delaunay
2019-05-20 15:35   ` Simon Glass
2019-05-20 13:00 ` [U-Boot] [PATCH v2 7/8] fdt: Allow indicating a node is for U-Boot proper only Patrick Delaunay
2019-05-20 13:00 ` [U-Boot] [PATCH v2 8/8] dm: doc: add documentation for pre-reloc properties in SPL and TPL Patrick Delaunay
2019-05-20 16:09   ` Simon Glass
2019-05-20 15:35 ` [U-Boot] [PATCH v2 0/8] fdt: Allow indicating a node is for U-Boot proper only Simon Glass
2019-05-21 16:07   ` Patrick DELAUNAY
2019-05-22  0:53     ` 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='CAPnjgZ27LrX1bM63mDn2z61JLp=YADx58bip2=cmvEJeWNYWxA@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.