From: Igor Opaniuk <igor.opaniuk@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v1 0/5] imx: nandbcb: support for i.MX7 and bcb only updates
Date: Mon, 16 Sep 2019 13:41:16 +0300 [thread overview]
Message-ID: <20190916104121.30593-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).
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
next reply other threads:[~2019-09-16 10:41 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-16 10:41 Igor Opaniuk [this message]
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
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=20190916104121.30593-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