All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix the SPL loading of a FIT image from NAND
@ 2020-05-09 11:55 Dario Binacchi
  2020-05-09 11:55 ` [PATCH 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-09 11:55 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.


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

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

end of thread, other threads:[~2020-05-09 12:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-09 11:55 [PATCH 0/3] Fix the SPL loading of a FIT image from NAND Dario Binacchi
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

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.