* [PATCH] configs: imx8m: Prepare imx8m-beacon boards for HAB support
@ 2022-11-19 15:11 Adam Ford
2023-01-31 20:34 ` sbabic
0 siblings, 1 reply; 2+ messages in thread
From: Adam Ford @ 2022-11-19 15:11 UTC (permalink / raw)
To: u-boot; +Cc: Adam Ford, Stefano Babic, Fabio Estevam, NXP i.MX U-Boot Team
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 <aford173@gmail.com>
diff --git a/arch/arm/mach-imx/imx8m/Kconfig b/arch/arm/mach-imx/imx8m/Kconfig
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
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
config TARGET_PHYCORE_IMX8MM
bool "PHYTEC PHYCORE i.MX8MM"
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] configs: imx8m: Prepare imx8m-beacon boards for HAB support
2022-11-19 15:11 [PATCH] configs: imx8m: Prepare imx8m-beacon boards for HAB support Adam Ford
@ 2023-01-31 20:34 ` sbabic
0 siblings, 0 replies; 2+ messages in thread
From: sbabic @ 2023-01-31 20:34 UTC (permalink / raw)
To: Adam Ford, u-boot
> 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 <aford173@gmail.com>
> diff --git a/arch/arm/mach-imx/imx8m/Kconfig b/arch/arm/mach-imx/imx8m/Kconfig
> 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
>
> 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
>
> config TARGET_PHYCORE_IMX8MM
> bool "PHYTEC PHYCORE i.MX8MM"
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, 82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic@denx.de
=====================================================================
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-01-31 20:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-19 15:11 [PATCH] configs: imx8m: Prepare imx8m-beacon boards for HAB support Adam Ford
2023-01-31 20:34 ` sbabic
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox