From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Thu, 4 Mar 2021 15:04:24 -0500 Subject: [PATCH] imx: Add IMX_HAB support for i.MX7ULP and i.MX8M In-Reply-To: <20210304111742.2369738-1-festevam@gmail.com> References: <20210304111742.2369738-1-festevam@gmail.com> Message-ID: <20210304200424.GP1310@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, Mar 04, 2021 at 08:17:42AM -0300, Fabio Estevam wrote: > i.MX7ULP and i.MX8M may also use HAB. Add support for these > platforms. > > Signed-off-by: Fabio Estevam > --- > arch/arm/mach-imx/Kconfig | 2 +- > arch/arm/mach-imx/imx8m/Kconfig | 1 + > arch/arm/mach-imx/mx7ulp/Kconfig | 1 + > 3 files changed, 3 insertions(+), 1 deletion(-) > > diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig > index 8f64e2319525..2c3239ecfa4a 100644 > --- a/arch/arm/mach-imx/Kconfig > +++ b/arch/arm/mach-imx/Kconfig > @@ -43,7 +43,7 @@ config USE_IMXIMG_PLUGIN > > config IMX_HAB > bool "Support i.MX HAB features" > - depends on ARCH_MX7 || ARCH_MX6 || ARCH_MX5 > + depends on ARCH_MX7 || ARCH_MX6 || ARCH_MX5 || ARCH_MX7ULP || ARCH_IMX8M > select FSL_CAAM if HAS_CAAM > imply CMD_DEKBLOB > help Can we get a HAS_IMX_HAB feature to depend on, and let the various ARCH_xxx select that? The list is long, this makes it longer and I assume the next IMX8something will make it even longer. Thanks! -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 659 bytes Desc: not available URL: