All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dario Binacchi <dariobin@libero.it>
To: u-boot@lists.denx.de
Subject: [PATCH 0/3] Fix the SPL loading of a FIT image from NAND
Date: Sat,  9 May 2020 13:55:03 +0200	[thread overview]
Message-ID: <20200509115506.31746-1-dariobin@libero.it> (raw)


Loading u-boot and its fdt from a NAND memory area with bad blocks led
to the creation of these patches.


Dario Binacchi (3):
  spl: fix format of function documentation
  spl: fit: fail fit loading in case of FDT appending error
  spl: fit: nand: fix fit loading in case of bad blocks

 common/spl/spl_fit.c                    | 18 ++++++++++------
 common/spl/spl_nand.c                   |  7 +++++++
 drivers/mtd/nand/raw/nand_spl_loaders.c | 28 +++++++++++++++++++++++++
 include/nand.h                          |  1 +
 include/spl.h                           |  6 +++++-
 5 files changed, 53 insertions(+), 7 deletions(-)

-- 
2.17.1

             reply	other threads:[~2020-05-09 11:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-09 11:55 Dario Binacchi [this message]
2020-05-09 11:55 ` [PATCH 1/3] spl: fix format of function documentation Dario Binacchi
2020-05-09 11:55 ` [PATCH 2/3] spl: fit: fail fit loading in case of FDT appending error Dario Binacchi
2020-05-09 12:07   ` Stefan Roese
2020-05-09 11:55 ` [PATCH 3/3] spl: fit: nand: fix fit loading in case of bad blocks Dario Binacchi

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=20200509115506.31746-1-dariobin@libero.it \
    --to=dariobin@libero.it \
    --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.