From patchwork Tue May 12 09:43:59 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peng Fan X-Patchwork-Id: 245643 List-Id: U-Boot discussion From: peng.fan at nxp.com (Peng Fan) Date: Tue, 12 May 2020 17:43:59 +0800 Subject: [PATCH 0/5] spl: imx: update and fix Message-ID: <20200512094404.16534-1-peng.fan@nxp.com> avoid copy data twice Fix stream mode for secure boot Update boot dev Drop useless node Peng Fan (4): spl: romapi: Fix issue for stream mode with secure boot enabled spl: romapi: avoid copy data when get fit image size spl: imx8m: add QSPI boot dev spl: fit: remove useless CONFIG_IMX_HAB Ye Li (1): spl: imx: Change USB boot device type arch/arm/mach-imx/cpu.c | 6 ++++-- arch/arm/mach-imx/spl.c | 4 +++- arch/arm/mach-imx/spl_imx_romapi.c | 15 +++++++++++++-- common/spl/spl_fit.c | 2 -- 4 files changed, 20 insertions(+), 7 deletions(-)