All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <monstr@monstr.eu>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3] test/py: Add option to skip SPL signature checking
Date: Thu, 25 Feb 2016 15:33:33 +0100	[thread overview]
Message-ID: <CAHTX3dLcAN4dycY0mTmek9FbeCyNDEVgNLQrWvK1jX0cqd1dCg@mail.gmail.com> (raw)
In-Reply-To: <20160225143034.GU23166@bill-the-cat>

Hi Tom,

2016-02-25 15:30 GMT+01:00 Tom Rini <trini@konsulko.com>:

> On Thu, Feb 25, 2016 at 02:58:24PM +0100, Michal Simek wrote:
> > Provide user option to skip SPL signature verification for cases where
>
> > u-boot is build with SPL support but full U-Boot is also verified
> > without SPL.
> >
> > If you want to support this feature please add env__spl_skipped = True
> > to your boardenv configuration file.
> >
> > For example Xilinx Zynq is using this feature where the same U-Boot
> > binary is checked with SPL and without SPL(with FSBL).
> >
> > Signed-off-by: Michal Simek <michal.simek@xilinx.com>
>
> OK, so I'm quite confused as to why there's this patch and also
> https://patchwork.ozlabs.org/patch/584240/ which I am (or was) about to
> push (bisecting some patches that had problems, that I had hoped to push
> out has delayed me pushing a bunch of things).  Does Heiko's patch also
> fix the problem you see?  Is one of these better than the other?
> Thanks!


This is based on the top of Heiko patch.
Heiko patch is fixing problem where you have SPL enabled but you don't have
any SPL serial output
which you can't track.
My patch is fixing different problem which is that you have SPL enabled and
SPL serial is also there
but your booting flow has not SPL there. For example testing on QEMU.
Testing without reruning SPL.
Testing the same u-boot elf with different bootloader.
That's why we talked about adding option to user to skip SPL checking via
boardenv file.

Thanks,
Michal

  reply	other threads:[~2016-02-25 14:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-25 13:58 [U-Boot] [PATCH v3] test/py: Add option to skip SPL signature checking Michal Simek
2016-02-25 14:30 ` Tom Rini
2016-02-25 14:33   ` Michal Simek [this message]
2016-02-25 15:27 ` Tom Rini
2016-02-25 17:00 ` Stephen Warren

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=CAHTX3dLcAN4dycY0mTmek9FbeCyNDEVgNLQrWvK1jX0cqd1dCg@mail.gmail.com \
    --to=monstr@monstr.eu \
    --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.