All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/1] board/freescale/ls1028a: Secure boot: Adds sec_init call.
@ 2019-09-30 10:16 Udit Agarwal
  2019-10-22  4:43 ` Priyanka Jain
  0 siblings, 1 reply; 2+ messages in thread
From: Udit Agarwal @ 2019-09-30 10:16 UTC (permalink / raw)
  To: u-boot

Adds sec_init call to initialise the job ring parameters
for secure boot operations.

Signed-off-by: Udit Agarwal <udit.agarwal@nxp.com>
---
 board/freescale/ls1028a/ls1028a.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/board/freescale/ls1028a/ls1028a.c b/board/freescale/ls1028a/ls1028a.c
index 6b126bcf44..a92b5b1079 100644
--- a/board/freescale/ls1028a/ls1028a.c
+++ b/board/freescale/ls1028a/ls1028a.c
@@ -64,6 +64,10 @@ int board_init(void)
 	gd->env_addr = (ulong)&default_environment[0];
 #endif
 
+#ifdef CONFIG_FSL_CAAM
+	sec_init();
+#endif
+
 #ifdef CONFIG_FSL_LS_PPA
 	ppa_init();
 #endif
-- 
2.17.1

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

* [U-Boot] [PATCH 1/1] board/freescale/ls1028a: Secure boot: Adds sec_init call.
  2019-09-30 10:16 [U-Boot] [PATCH 1/1] board/freescale/ls1028a: Secure boot: Adds sec_init call Udit Agarwal
@ 2019-10-22  4:43 ` Priyanka Jain
  0 siblings, 0 replies; 2+ messages in thread
From: Priyanka Jain @ 2019-10-22  4:43 UTC (permalink / raw)
  To: u-boot



>-----Original Message-----
>From: Udit Agarwal
>Sent: Monday, September 30, 2019 3:47 PM
>To: u-boot at lists.denx.de
>Cc: Ruchika Gupta <ruchika.gupta@nxp.com>; Arun Pathak
><arun.pathak@nxp.com>; Jagdish Gediya <jagdish.gediya@nxp.com>;
>Priyanka Jain <priyanka.jain@nxp.com>; Udit Agarwal
><udit.agarwal@nxp.com>
>Subject: [PATCH 1/1] board/freescale/ls1028a: Secure boot: Adds sec_init call.
>
>Adds sec_init call to initialise the job ring parameters for secure boot
>operations.
>
>Signed-off-by: Udit Agarwal <udit.agarwal@nxp.com>
>---
> board/freescale/ls1028a/ls1028a.c | 4 ++++
> 1 file changed, 4 insertions(+)
>
>diff --git a/board/freescale/ls1028a/ls1028a.c
>b/board/freescale/ls1028a/ls1028a.c
>index 6b126bcf44..a92b5b1079 100644
>--- a/board/freescale/ls1028a/ls1028a.c
>+++ b/board/freescale/ls1028a/ls1028a.c
>@@ -64,6 +64,10 @@ int board_init(void)
> 	gd->env_addr = (ulong)&default_environment[0];  #endif
>
>+#ifdef CONFIG_FSL_CAAM
>+	sec_init();
>+#endif
>+
> #ifdef CONFIG_FSL_LS_PPA
> 	ppa_init();
> #endif
>--
>2.17.1

Slight update in subject
Applied to fsl-qoriq master, awaiting upstream.

Thanks
priyankajain

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

end of thread, other threads:[~2019-10-22  4:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-30 10:16 [U-Boot] [PATCH 1/1] board/freescale/ls1028a: Secure boot: Adds sec_init call Udit Agarwal
2019-10-22  4:43 ` Priyanka Jain

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.