public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [PATCH 09/17] fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup()
Date: Sun, 14 Feb 2021 14:08:08 -0500	[thread overview]
Message-ID: <20210214190808.GG10169@bill-the-cat> (raw)
In-Reply-To: <ab289cb0-9700-5a62-bc65-b74a487b0b9b@schmitz.computer>

On Sun, Feb 14, 2021 at 08:05:33PM +0100, Jesper Schmitz Mouridsen wrote:
> 
> On 14.02.2021 19.50, Peter Robinson wrote:
> > Hi Simon,
> > 
> > On Thu, Jan 28, 2021 at 11:59 PM Tom Rini <trini@konsulko.com> wrote:
> > > On Wed, Jan 13, 2021 at 08:29:49PM -0700, Simon Glass wrote:
> > > 
> > > > This setting may be different in SPL and TPL. Update the code to check
> > > > the correct setting.
> > > > 
> > > > Signed-off-by: Simon Glass <sjg@chromium.org>
> > > Applied to u-boot/master, thanks!
> > This breaks booting on at least rk3399 based devices for me with the
> > following error:
> > 
> > U-Boot TPL 2021.04-rc1 (Feb 01 2021 - 00:00:00)
> > Missing DTB
> > ### ERROR ### Please RESET the board ###
> Also see https://lists.denx.de/pipermail/u-boot/2021-February/440263.html

So we have two forms of bug.  sunxi (your link above Jesper) needs
SPL_SEPARATE_BSS to be set I think.  Peter's problem is that there is no
TPL_SEPARATE_BSS which is a harder problem to solve quickly.  I'll post
a revert with you both Reported-by shortly, thanks.

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

  reply	other threads:[~2021-02-14 19:08 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-14  3:29 [PATCH 00/17] Various minor clean-ups and improvements Simon Glass
2021-01-14  3:29 ` [PATCH 01/17] doc: Correct documentation for uclass_root Simon Glass
2021-01-14  3:29 ` [PATCH 02/17] spl: Add functions for next and previous phase Simon Glass
2021-01-28 23:57   ` Tom Rini
2021-01-14  3:29 ` [PATCH 03/17] bloblist: Support relocating to a larger space Simon Glass
2021-01-28 23:57   ` Tom Rini
2021-01-14  3:29 ` [PATCH 04/17] bloblist: Add missing tag names Simon Glass
2021-01-28 23:57   ` Tom Rini
2021-01-14  3:29 ` [PATCH 05/17] x86: tsc_timer: Correct overflow in __udelay() Simon Glass
2021-02-01  6:10   ` Bin Meng
2021-02-01  6:12     ` Bin Meng
2021-01-14  3:29 ` [PATCH 06/17] video: Allow syncing the entire framebuffer to the copy Simon Glass
2021-01-28 23:57   ` Tom Rini
2021-01-14  3:29 ` [PATCH 07/17] net: Use CONFIG_IS_ENABLED() in eth_dev_get_mac_address() Simon Glass
2021-01-28 23:57   ` Tom Rini
2021-01-14  3:29 ` [PATCH 08/17] fdtdec: Update the missing-devicetree message Simon Glass
2021-01-28 23:57   ` Tom Rini
2021-01-14  3:29 ` [PATCH 09/17] fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup() Simon Glass
2021-01-28 23:58   ` Tom Rini
2021-02-14 18:50     ` Peter Robinson
2021-02-14 19:05       ` Jesper Schmitz Mouridsen
2021-02-14 19:08         ` Tom Rini [this message]
2021-02-14 19:10           ` Tom Rini
2021-02-14 19:20             ` Peter Robinson
2021-02-14 20:25               ` Tom Rini
2021-01-14  3:29 ` [PATCH 10/17] display_options: Use USE_TINY_PRINTF for SPL check Simon Glass
2021-01-28 23:58   ` Tom Rini
2021-01-14  3:29 ` [PATCH 11/17] uuid: Add a comment for UUID_STR_LEN Simon Glass
2021-01-28 23:58   ` Tom Rini
2021-01-14  3:29 ` [PATCH 12/17] mmc: pci_mmc: Only generate ACPI code for the SD card Simon Glass
2021-01-14 21:48   ` Jaehoon Chung
2021-01-28 23:58   ` Tom Rini
2021-01-14  3:29 ` [PATCH 13/17] x86: coral: Add a devicetree node for eMMC Simon Glass
2021-01-14 21:48   ` Jaehoon Chung
2021-02-01  6:11   ` Bin Meng
2021-02-01  6:13     ` Bin Meng
2021-01-14  3:29 ` [PATCH 14/17] mmc: pci_mmc: Set the removable flag Simon Glass
2021-01-14 21:48   ` Jaehoon Chung
2021-01-28 23:58   ` Tom Rini
2021-01-14  3:29 ` [PATCH 15/17] crc32: Exclude crc32 from TPL Simon Glass
2021-01-28 23:58   ` Tom Rini
2021-01-14  3:29 ` [PATCH 16/17] binman: Move selection of the binman node into a function Simon Glass
2021-01-28 23:58   ` Tom Rini
2021-01-14  3:29 ` [PATCH 17/17] binman: Allow reading entries from a subnode Simon Glass
2021-01-28 23:58   ` Tom Rini

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=20210214190808.GG10169@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox