public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v1 0/5] imx: nandbcb: support for i.MX7 and bcb only updates
@ 2019-09-16 10:41 Igor Opaniuk
  2019-09-16 10:41 ` [U-Boot] [PATCH v1 1/5] imx: gpmi: add defines for hw randominizer Igor Opaniuk
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Igor Opaniuk @ 2019-09-16 10:41 UTC (permalink / raw)
  To: u-boot

This introduces support for writing BCB(FCB/FDDT) for i.MX7 NAND-based
platforms and additional subcommand for writing BCB
only (without firmware).

Igor Opaniuk (5):
  imx: gpmi: add defines for hw randominizer
  nand: mxs_nand: add API for switching different BCH layouts
  imx: nandbcb: add support for i.MX7
  imx: nandbcb: refactor update function
  imx: nandbcb: add support for writing BCB only

 arch/arm/include/asm/mach-imx/imx-nandbcb.h |  12 +
 arch/arm/include/asm/mach-imx/regs-gpmi.h   |   5 +
 arch/arm/mach-imx/Kconfig                   |   2 +-
 arch/arm/mach-imx/Makefile                  |   1 +
 arch/arm/mach-imx/cmd_nandbcb.c             | 308 +++++++++++++++-----
 drivers/mtd/nand/raw/mxs_nand.c             | 120 ++++++++
 include/mxs_nand.h                          |  25 ++
 7 files changed, 397 insertions(+), 76 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2019-09-16 10:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-16 10:41 [U-Boot] [PATCH v1 0/5] imx: nandbcb: support for i.MX7 and bcb only updates Igor Opaniuk
2019-09-16 10:41 ` [U-Boot] [PATCH v1 1/5] imx: gpmi: add defines for hw randominizer Igor Opaniuk
2019-09-16 10:41 ` [U-Boot] [PATCH v1 2/5] nand: mxs_nand: add API for switching different BCH layouts Igor Opaniuk
2019-09-16 10:41 ` [U-Boot] [PATCH v1 3/5] imx: nandbcb: add support for i.MX7 Igor Opaniuk
2019-09-16 10:41 ` [U-Boot] [PATCH v1 4/5] imx: nandbcb: refactor update function Igor Opaniuk
2019-09-16 10:41 ` [U-Boot] [PATCH v1 5/5] imx: nandbcb: add support for writing BCB only Igor Opaniuk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox