From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 10 Oct 2023 16:35:04 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qqDpB-003BLI-2c for lore@lore.pengutronix.de; Tue, 10 Oct 2023 16:35:04 +0200 Received: from bombadil.infradead.org ([2607:7c80:54:3::133]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qqDp9-0008W8-A1 for lore@pengutronix.de; Tue, 10 Oct 2023 16:35:04 +0200 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:Message-Id:Date:Subject:To:From:Reply-To:Cc:Content-Type: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=IQURnW02kwk40eQVZGsC1phI+9f7HY5X0WeAPl8SMjo=; b=Vq91l2lYt/uJ7W+Jsww0goXCP9 u6fDoXmrt8sHoAeSCsciMuz3BlBSLqznvdvxvoMCDEHPTGup4LFVD+tTQJWVY1SBHW6UJmEX1zwgq Zf4MbF8T83k2L3aiqAXm5SMna7TEypDsTjynydyhpPcV6VqKbA0JIEvdGXLkWbgKzpdwSCClbNkah PxEZ58QKqDUtlkv77jqz8Q7Z+e+BbtdaIMX68YI5yJqD0dVI4D7iUeEypyDpN/CxU+pNJAgrHrKyj vAn2IE1HFYleG+iOd7f2tM6oXcVorrYqfOos0RE5HzmNvU2bzGfTWSyvMrIC7Lx6uzB1Jzxmv0DBY R/+NOM7w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qqDnn-00DZeu-0F; Tue, 10 Oct 2023 14:33:39 +0000 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qqDnZ-00DZQ2-0N for barebox@lists.infradead.org; Tue, 10 Oct 2023 14:33:31 +0000 Received: from dude02.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::28]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1qqDnU-0007Dl-TB for barebox@lists.infradead.org; Tue, 10 Oct 2023 16:33:20 +0200 From: Marco Felsch To: barebox@lists.infradead.org Date: Tue, 10 Oct 2023 16:32:48 +0200 Message-Id: <20231010143314.2031253-1-m.felsch@pengutronix.de> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231010_073325_150660_0814C81E X-CRM114-Status: GOOD ( 16.01 ) X-BeenThere: barebox@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "barebox" X-SA-Exim-Connect-IP: 2607:7c80:54:3::133 X-SA-Exim-Mail-From: barebox-bounces+lore=pengutronix.de@lists.infradead.org X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.whiteo.stw.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-4.8 required=4.0 tests=AWL,BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_NONE,SPF_NONE autolearn=unavailable autolearn_force=no version=3.4.2 Subject: [PATCH 00/26] i.MX8M HAB Fixes X-SA-Exim-Version: 4.2.1 (built Wed, 08 May 2019 21:11:16 +0000) X-SA-Exim-Scanned: Yes (on metis.whiteo.stw.pengutronix.de) Hi all, unfortunately with the addition of the FlexSPI image support I broke the HAB support for i.MX8M devices because I didn't honored the new CSF location. This PR will fix this for the MMC/SD/USB boot case. Additional the PR adds the support to HAB boot the system from a QSPI NOR as well. For the FlexSPI HAB boot a 2nd CSF slot/area is added to keep the very user-friendly single-image approach. Before reviewing Patch13 and onwards I do recommend to look at Patch26 first to get an overview of the final result. Patch1-7: Cleanup the hab command code and image artifacts and enable it support for all i.MX8M devices. Patch8-9: Add the signing support to the Makefile.imx and convert the i.MX8M rules to use the new macro to cleanup the code. Patch10-12: Prepare i.MX8M*-EVKs to be able to build signed images. Patch13-14: Add support for multiple CSF slots. Patch15-23: Fix the HAB support for MMC/SD card first and add/fix the HAB support for FlexSPI images. Patch24: Make it possible to pass CST command line paramters via environment. This is very useful for new CST versions which do support PKCS11 out-of-the box if the user specify the backend via '-b pkcs11'. Patch25-26: Documentation patches to become an overview of the FlexSPI HAB single image implementation. Testers are very welcome :) Regards, Marco Marco Felsch (17): i.MX: HAB: remove unused init() hook ARM: i.MX8M: add flexspi-imx8m{m,p}-cfg.h header ARM: boards: i.MX8M: make use of new flexspi-imx8m{m,p}-cfg.h header ARM: lds: introduce HAB_CSF_LEN define for the hab_csf section ARM: lds: add support for a 2nd CSF area scripts: imx: force flexspi and hab option order scripts: imx: move flexspi_image() into header scripts: imx: fix i.MX8M CSF header placement scripts: imx: add imx8m_get_offset_size helper scripts: imx-image: header_v2: add CSF slots scripts: imx-image: hab_sign: refactor function scripts: imx: add helper to write CSF Blocks command scripts: imx: fix HAB for FlexSPI boot scripts: imx-image: add missing close() scripts: imx-image: add support for CST_EXTRA_CMDLINE_OPTIONS Documentation: boards: imx: replace i.MX8MQ with i.MX8M Documentation: boards: imx: add FlexSPI sub-section Rouven Czerwinski (9): kbuild: clean start*_*.{p,ps}imximg files i.MX: HABv4: fix event status comparison i.MX: HABv4: fix i.MX8MQ device lockdown i.MX: HABv4: extend support to i.MX8M SoCs i.MX: HABv4: retrieve HAB ROM version for i.MX8M ARM: i.MX: allow HAB for i.MX8M family ARM: i.MX: introduce build_imx8m_habv4img ARM: i.MX: convert i.MX8M to helper ARM: boards: i.MX8M: add HAB image support Documentation/boards/imx.rst | 83 ++++++++++++- .../flash-header-imx8mm-evk.imxcfg | 4 +- .../flash-header-imx8mn-evk.imxcfg | 4 +- .../flash-header-imx8mp-evk.imxcfg | 4 +- arch/arm/lib/pbl.lds.S | 8 +- arch/arm/mach-imx/Kconfig | 4 +- drivers/hab/hab.c | 49 +++++--- drivers/hab/habv4.c | 40 +++++-- images/Makefile | 3 +- images/Makefile.imx | 110 +++++++----------- include/mach/imx/flexspi-imx8mm-cfg.h | 10 ++ include/mach/imx/flexspi-imx8mp-cfg.h | 10 ++ include/mach/imx/imx-header.h | 2 + include/mach/imx/ocotp-fusemap.h | 3 + scripts/imx/imx-image.c | 65 ++++++----- scripts/imx/imx.c | 90 ++++++++++++-- scripts/imx/imx.h | 13 +++ 17 files changed, 355 insertions(+), 147 deletions(-) create mode 100644 include/mach/imx/flexspi-imx8mm-cfg.h create mode 100644 include/mach/imx/flexspi-imx8mp-cfg.h -- 2.39.2