From patchwork Tue May 5 14:03:58 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peng Fan X-Patchwork-Id: 245139 List-Id: U-Boot discussion From: peng.fan at nxp.com (Peng Fan) Date: Tue, 5 May 2020 22:03:58 +0800 Subject: [PATCH 0/6] imx: nandbcb update Message-ID: <20200505140404.27407-1-peng.fan@nxp.com> i.MX nandbcb update to support i.MX8M, add dump command, restructure, fix gf_14, add boot search count for i.MX8 Alice Guo (3): nandbcb: support i.MX8M nandbcb: add nandbcb dump command for i.MX8MM nandbcb: add nandbcb dump command for i.MX6 Han Xu (3): nandbcb: fix the issue cannot support gf_14 NAND boot cmd: nandbcb: Reconstruct the nandbcb tool for all platforms nandbcb: read boot search count from fuse for imx8qxp arch/arm/include/asm/mach-imx/imx-nandbcb.h | 4 +- arch/arm/mach-imx/Kconfig | 2 +- arch/arm/mach-imx/cmd_nandbcb.c | 1241 +++++++++++++++++++++++---- 3 files changed, 1094 insertions(+), 153 deletions(-)