All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] secure boot: enable ARCH_MISC_INIT config.
@ 2022-06-09 10:57 Gaurav Jain
  0 siblings, 0 replies; 4+ messages in thread
From: Gaurav Jain @ 2022-06-09 10:57 UTC (permalink / raw)
  To: u-boot, Priyanka Jain, Fabio Estevam, Alexandru Gagniuc,
	Stephen Carlson, Michal Simek, Horia Geanta, Varun Sethi, Ye Li
  Cc: Gaurav Jain

add ARCH_MISC_INIT to initilaize caam jr driver.

Signed-off-by: Gaurav Jain <gaurav.jain@nxp.com>
---
 board/freescale/common/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/board/freescale/common/Kconfig b/board/freescale/common/Kconfig
index 6553bf63bf..b0e6e43f4f 100644
--- a/board/freescale/common/Kconfig
+++ b/board/freescale/common/Kconfig
@@ -3,6 +3,7 @@ config CHAIN_OF_TRUST
 	imply CMD_BLOB
 	imply CMD_HASH if ARM
 	select FSL_CAAM
+	select ARCH_MISC_INIT
 	select SPL_BOARD_INIT if (ARM && SPL)
 	select SPL_HASH if (ARM && SPL)
 	select SHA_HW_ACCEL
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] secure boot: enable ARCH_MISC_INIT config.
  2022-06-09 11:02 Gaurav Jain
  2022-06-09 12:28 ` Fabio Estevam
@ 2022-06-15 11:11 ` sbabic
  1 sibling, 0 replies; 4+ messages in thread
From: sbabic @ 2022-06-15 11:11 UTC (permalink / raw)
  To: Gaurav Jain, u-boot

> add ARCH_MISC_INIT to initilaize caam jr driver.
> Signed-off-by: Gaurav Jain <gaurav.jain@nxp.com>
> Reviewed-by: Fabio Estevam <festevam@denx.de>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic@denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] secure boot: enable ARCH_MISC_INIT config.
  2022-06-09 11:02 Gaurav Jain
@ 2022-06-09 12:28 ` Fabio Estevam
  2022-06-15 11:11 ` sbabic
  1 sibling, 0 replies; 4+ messages in thread
From: Fabio Estevam @ 2022-06-09 12:28 UTC (permalink / raw)
  To: Gaurav Jain
  Cc: U-Boot-Denx, Peng Fan, Alexandru Gagniuc, Stephen Carlson,
	Michal Simek, Horia Geanta, Varun Sethi, Ye Li

Hi Gaurav,

On Thu, Jun 9, 2022 at 8:02 AM Gaurav Jain <gaurav.jain@nxp.com> wrote:
>
> add ARCH_MISC_INIT to initilaize caam jr driver.

"Add".... "initialize"

Reviewed-by: Fabio Estevam <festevam@denx.de>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] secure boot: enable ARCH_MISC_INIT config.
@ 2022-06-09 11:02 Gaurav Jain
  2022-06-09 12:28 ` Fabio Estevam
  2022-06-15 11:11 ` sbabic
  0 siblings, 2 replies; 4+ messages in thread
From: Gaurav Jain @ 2022-06-09 11:02 UTC (permalink / raw)
  To: u-boot, Peng Fan, Fabio Estevam, Alexandru Gagniuc,
	Stephen Carlson, Michal Simek, Horia Geanta, Varun Sethi, Ye Li
  Cc: Gaurav Jain

add ARCH_MISC_INIT to initilaize caam jr driver.

Signed-off-by: Gaurav Jain <gaurav.jain@nxp.com>
---
 board/freescale/common/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/board/freescale/common/Kconfig b/board/freescale/common/Kconfig
index 6553bf63bf..b0e6e43f4f 100644
--- a/board/freescale/common/Kconfig
+++ b/board/freescale/common/Kconfig
@@ -3,6 +3,7 @@ config CHAIN_OF_TRUST
 	imply CMD_BLOB
 	imply CMD_HASH if ARM
 	select FSL_CAAM
+	select ARCH_MISC_INIT
 	select SPL_BOARD_INIT if (ARM && SPL)
 	select SPL_HASH if (ARM && SPL)
 	select SHA_HW_ACCEL
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-06-15 11:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-09 10:57 [PATCH] secure boot: enable ARCH_MISC_INIT config Gaurav Jain
2022-06-09 11:02 Gaurav Jain
2022-06-09 12:28 ` Fabio Estevam
2022-06-15 11:11 ` sbabic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.