All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Fix the SPL loading of a FIT image from NAND
@ 2020-05-11  6:43 Dario Binacchi
  2020-05-11  6:43 ` [PATCH v2 1/3] spl: fix format of function documentation Dario Binacchi
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Dario Binacchi @ 2020-05-11  6:43 UTC (permalink / raw)
  To: u-boot


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

Changes in v2:
 - Replace CONFIG_IS_ENABLED(OF_EMBED) with IS_ENABLED(CONFIG_OF_EMBED))

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                    | 16 ++++++++------
 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, 51 insertions(+), 7 deletions(-)

-- 
2.17.1

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-05-20 17:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-11  6:43 [PATCH v2 0/3] Fix the SPL loading of a FIT image from NAND Dario Binacchi
2020-05-11  6:43 ` [PATCH v2 1/3] spl: fix format of function documentation Dario Binacchi
2020-05-11  6:43 ` [PATCH v2 2/3] spl: fit: fail fit loading in case of FDT appending error Dario Binacchi
2020-05-20 17:38   ` Michael Nazzareno Trimarchi
2020-05-11  6:43 ` [PATCH v2 3/3] spl: fit: nand: fix fit loading in case of bad blocks Dario Binacchi

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.