public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Igor Opaniuk <igor.opaniuk@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 0/5] imx: nandbcb: support for i.MX7 and bcb only updates
Date: Sun,  3 Nov 2019 16:49:41 +0100	[thread overview]
Message-ID: <20191103154946.24969-1-igor.opaniuk@gmail.com> (raw)

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

v3:
- Applied R-b and T-b tags
- Rebased on the latest master

v2:
- Switch to runtime detection of SoC(e.g. is_mx7()) instead of ifdeffery
- Fix build for imx6

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/cmd_nandbcb.c             | 318 +++++++++++++++-----
 drivers/mtd/nand/raw/mxs_nand.c             | 116 +++++++
 include/mxs_nand.h                          |  22 ++
 6 files changed, 394 insertions(+), 81 deletions(-)

-- 
2.17.1

             reply	other threads:[~2019-11-03 15:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-03 15:49 Igor Opaniuk [this message]
2019-11-03 15:49 ` [U-Boot] [PATCH v3 1/5] imx: gpmi: add defines for hw randominizer Igor Opaniuk
2019-11-03 15:49 ` [U-Boot] [PATCH v3 2/5] nand: mxs_nand: add API for switching different BCH layouts Igor Opaniuk
2019-11-03 15:49 ` [U-Boot] [PATCH v3 3/5] imx: nandbcb: add support for i.MX7 Igor Opaniuk
2019-11-03 15:49 ` [U-Boot] [PATCH v3 4/5] imx: nandbcb: refactor update function Igor Opaniuk
2019-11-03 15:49 ` [U-Boot] [PATCH v3 5/5] imx: nandbcb: add support for writing BCB only Igor Opaniuk

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=20191103154946.24969-1-igor.opaniuk@gmail.com \
    --to=igor.opaniuk@gmail.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox