public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [PATCH] imx: Add IMX_HAB support for i.MX7ULP and i.MX8M
Date: Thu, 4 Mar 2021 15:04:24 -0500	[thread overview]
Message-ID: <20210304200424.GP1310@bill-the-cat> (raw)
In-Reply-To: <20210304111742.2369738-1-festevam@gmail.com>

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 <festevam@gmail.com>
> ---
>  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: <https://lists.denx.de/pipermail/u-boot/attachments/20210304/4cb52319/attachment.sig>

      reply	other threads:[~2021-03-04 20:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-04 11:17 [PATCH] imx: Add IMX_HAB support for i.MX7ULP and i.MX8M Fabio Estevam
2021-03-04 20:04 ` Tom Rini [this message]

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=20210304200424.GP1310@bill-the-cat \
    --to=trini@konsulko.com \
    --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