From: sbabic at denx.de <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [PATCH 5/6] cmd: nandbcb: Reconstruct the nandbcb tool for all platforms
Date: Mon, 11 May 2020 12:18:16 +0200 (CEST) [thread overview]
Message-ID: <20200511101816.969FD819D7@phobos.denx.de> (raw)
In-Reply-To: <20200505140404.27407-6-peng.fan@nxp.com>
> From: Han Xu <han.xu@nxp.com>
> The original nandbcb tool was designed for imx6 only, when trying to
> leverage it to replace the kobs-ng tool, we found the design is not
> friendly for supporting all platforms. To support all iMX6/7/8 platforms
> and for easy further maintain, I reconstruct the structure of the tool.
> The main changes including:
> 1. Use platform_data to determine the logic branches rather than simply
> use SOC name.
> 2. More data structures as parameter for functions.
> 3. Global variables to define the FCB/DBBT/FW locations.
> 4. Implement the kobs-ng default 4 FCB/4 DBBT/2 FW layout.
> 5. Support Hamming coding/ 40bit BCH/ 62bit BCH coding FCB.
> 6. Dump and compare all written FCB/DBBT to verify data integrity.
> The tool has been verified on iMX6Q/DL, 6SX, 7D, 6ULL, iMX8QX, iMX8MM.
> Signed-off-by: Han Xu <han.xu@nxp.com>
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
next prev parent reply other threads:[~2020-05-11 10:18 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-05 14:03 [PATCH 0/6] imx: nandbcb update Peng Fan
2020-05-05 14:03 ` [PATCH 1/6] nandbcb: fix the issue cannot support gf_14 NAND boot Peng Fan
2020-05-11 10:19 ` sbabic at denx.de
2020-05-05 14:04 ` [PATCH 2/6] nandbcb: support i.MX8M Peng Fan
2020-05-11 10:16 ` sbabic at denx.de
2020-05-05 14:04 ` [PATCH 3/6] nandbcb: add nandbcb dump command for i.MX8MM Peng Fan
2020-05-11 10:15 ` sbabic at denx.de
2020-05-05 14:04 ` [PATCH 4/6] nandbcb: add nandbcb dump command for i.MX6 Peng Fan
2020-05-11 10:17 ` sbabic at denx.de
2020-05-05 14:04 ` [PATCH 5/6] cmd: nandbcb: Reconstruct the nandbcb tool for all platforms Peng Fan
2020-05-11 10:18 ` sbabic at denx.de [this message]
2020-05-05 14:04 ` [PATCH 6/6] nandbcb: read boot search count from fuse for imx8qxp Peng Fan
2020-05-11 10:15 ` sbabic at denx.de
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=20200511101816.969FD819D7@phobos.denx.de \
--to=sbabic@denx.de \
--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