All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: MX6sabresd broken since v2019.04
Date: Mon, 1 Feb 2021 14:01:04 +0100	[thread overview]
Message-ID: <f567dac8-58d4-cd49-b175-700040f04be7@denx.de> (raw)
In-Reply-To: <CAOMZO5Ah6ZcGqth5k1N3NFND-2YDjoqFB9rXEm6eBYh6vtX=oQ@mail.gmail.com>

On 2/1/21 1:22 PM, Fabio Estevam wrote:
> On Mon, Feb 1, 2021 at 9:17 AM Marek Vasut <marex@denx.de> wrote:
> 
>> All right, now we are aligned, good. But that ^ should work, right?
> 
> Yes, good that we narrowed it down to the u-boot-with-spl.imx format.
> 
> Personally, I haven't used the u-boot-with-spl.imx format before, so I
> didn't notice it is broken (at least for mx6sabresd).

Per arch/arm/mach-imx/Makefile , u-boot-with-spl.imx is a concatenation 
of SPL and u-boot.uim, which is different than u-boot-dtb.img . The .uim 
is plain uImage, the .img is fitImage . I suspect that's where the 
problem stems from.

I think
u-boot-with-spl.imx: SPL u-boot.uim FORCE
should really be
u-boot-with-spl.imx: SPL u-boot.img FORCE
under certain (which ?) conditions.

Can you take a look into that ?

  reply	other threads:[~2021-02-01 13:01 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-01 10:59 MX6sabresd broken since v2019.04 Marek Vasut
2021-02-01 11:07 ` Fabio Estevam
2021-02-01 11:28   ` Marek Vasut
2021-02-01 11:37     ` Fabio Estevam
2021-02-01 11:58       ` Marek Vasut
2021-02-01 12:13         ` Fabio Estevam
2021-02-01 12:17           ` Marek Vasut
2021-02-01 12:22             ` Fabio Estevam
2021-02-01 13:01               ` Marek Vasut [this message]
2021-02-01 13:09                 ` Fabio Estevam
2021-02-01 13:20                   ` Marek Vasut
2021-02-01 13:30                     ` Fabio Estevam
2021-02-01 15:01                       ` Marek Vasut
2021-02-01 16:29                         ` Fabio Estevam
2021-02-01 16:36                           ` Marek Vasut
2021-02-01 17:40                             ` Fabio Estevam
2021-02-02 14:07                               ` Heiko Schocher
2021-02-02 14:12                                 ` Fabio Estevam
2021-02-02 14:22                                   ` Heiko Schocher

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=f567dac8-58d4-cd49-b175-700040f04be7@denx.de \
    --to=marex@denx.de \
    --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.