From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A9773C38142 for ; Tue, 31 Jan 2023 20:36:23 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 0E0BE85B9B; Tue, 31 Jan 2023 21:35:30 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1675197330; bh=Z5gXBPdIOFdIfJM0CuQx3pDrByfnoWUlp92iKDYt2ww=; h=From:To:Subject:In-reply-to:Date:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From; b=ZnOdx3mMgBe604mMpYLkYdYXk/uY/ToA21FfdVj8tKSno9Ot0f+urUYxa2hljrywv LMN9qeecu7W7dx+4+wjQnFhe2mJ/eo7OUW7xjSJbj/rlYERGIB/idXjny/2hhF6ZJ2 LQiITQpZDvCTyk1WAJIGqSwSzKJTPZ8TVCMN4zbvFS4IU+Kpb/fRW9ZhQHAjMYAsOv tJl6XMODoZvJpm3EbW2WEB/ISUwnK6zVgj5SKGM996fymeWf3HeWHsHdtplIlbA2wd BnudUz0VGnNURQjS+Do8rxKC/fQlqRovHLXQsy/KkbDjYsdgaHYYExNv7MLwXm5WD/ NnZqPDmjLhz+g== Received: by phobos.denx.de (Postfix, from userid 109) id 234CE85B84; Tue, 31 Jan 2023 21:34:45 +0100 (CET) Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id AADF985B62 for ; Tue, 31 Jan 2023 21:34:40 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=fail smtp.mailfrom=sbabic@denx.de Received: from frontend03.mail.m-online.net (unknown [192.168.6.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4P5xc50DTCz1r1Mv; Tue, 31 Jan 2023 21:34:29 +0100 (CET) Received: from localhost (dynscan3.mnet-online.de [192.168.6.84]) by mail.m-online.net (Postfix) with ESMTP id 4P5xc505D0z1qqlR; Tue, 31 Jan 2023 21:34:29 +0100 (CET) X-Amavis-Alert: BAD HEADER SECTION, Missing required header field: "Date" Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan3.mail.m-online.net [192.168.6.84]) (amavisd-new, port 10024) with ESMTP id tmiiYiUvMSbd; Tue, 31 Jan 2023 21:34:28 +0100 (CET) Received: from papero (host-88-217-136-221.customer.m-online.net [88.217.136.221]) by mail.mnet-online.de (Postfix) with ESMTP; Tue, 31 Jan 2023 21:34:28 +0100 (CET) From: sbabic@denx.de X-Patchwork-Submitter: Adam Ford X-Patchwork-Id: 1706582 X-Patchwork-Delegate: sbabic@denx.de To: Adam Ford ,u-boot@lists.denx.de Subject: [PATCH] configs: imx8m: Prepare imx8m-beacon boards for HAB support In-reply-to: <20221119151103.71627-1-aford173@gmail.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Message-Id: <20230131203445.234CE85B84@phobos.denx.de> Date: Tue, 31 Jan 2023 21:34:41 +0100 (CET) X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean > In order to enable HAB, FSL_CAAM, ARCH_MISC_INIT and > SPL_CRYPTO should be enabled in Kconfig like other i.MX8M > boards. > Signed-off-by: Adam Ford > diff --git a/arch/arm/mach-imx/imx8m/Kconfig b/arch/arm/mach-imx/imx8m/Kcon= fig > index a0715e8091..eadb2234b0 100644 > --- a/arch/arm/mach-imx/imx8m/Kconfig > +++ b/arch/arm/mach-imx/imx8m/Kconfig > @@ -233,6 +233,9 @@ config TARGET_IMX8MM_BEACON > select IMX8MM > select SUPPORT_SPL > select IMX8M_LPDDR4 > + select FSL_CAAM > + select ARCH_MISC_INIT > + select SPL_CRYPTO if SPL > =20 > config TARGET_IMX8MN_BEACON > bool "imx8mn Beacon Embedded devkit" > @@ -240,6 +243,9 @@ config TARGET_IMX8MN_BEACON > select IMX8MN > select SUPPORT_SPL > select IMX8M_LPDDR4 > + select FSL_CAAM > + select ARCH_MISC_INIT > + select SPL_CRYPTO if SPL > =20 > config TARGET_PHYCORE_IMX8MM > bool "PHYTEC PHYCORE i.MX8MM" Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic --=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D DENX Software Engineering GmbH, Managing Director: Erika Unter =20 HRB 165235 Munich, Office: Kirchenstr.5, 82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic@denx.de =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D