Re: [PATCH v2] caam: bugfix CAAM error on startup

2025-05-30 Thread Tim Harvey
On Fri, May 30, 2025 at 5:13 AM Fabio Estevam wrote: > > On Fri, May 30, 2025 at 9:09 AM Fabio Estevam wrote: > > > u-boot=> rng 0 10 > > Reading RNG failed > > u-boot=> rng 0 10 > > : 27 42 f0 b8 92 c8 ca 29 6f 6a c3 98 ff 61 2b ae 'B.)oj...a+. > > u-boot=> rng 0 10 > > : 48

Re: [PATCH v2] caam: bugfix CAAM error on startup

2025-05-30 Thread Fabio Estevam
On Fri, May 30, 2025 at 9:09 AM Fabio Estevam wrote: > u-boot=> rng 0 10 > Reading RNG failed > u-boot=> rng 0 10 > : 27 42 f0 b8 92 c8 ca 29 6f 6a c3 98 ff 61 2b ae 'B.)oj...a+. > u-boot=> rng 0 10 > : 48 fb 52 44 29 ea 83 f9 a4 1d 68 20 82 c5 af b5 H.RD).h > u-boo

Re: [PATCH v2] caam: bugfix CAAM error on startup

2025-05-30 Thread Fabio Estevam
Hi Tim, On Thu, May 29, 2025 at 6:39 PM Tim Harvey wrote: > I've found that this patch causes a regression on an imx8mm board > (imx8mm_venice_defconfig) where the first call to caam_rng_read fails > here in jr_dequeue but if you call it again it works. With some > debugging added: > SEC0: RNG

Re: [PATCH v2] caam: bugfix CAAM error on startup

2025-05-29 Thread Tim Harvey
On Tue, May 20, 2025 at 5:29 AM Olaf Baehring wrote: > > In rare cases U-Boot returns an error message when intantiating the RNG > of the CAAM device: > “SEC0: RNG4 SH0 instantiation failed with error 0x” > This means, that even when the CAAM device reports a finished > descriptor, none

Re: [PATCH v2] caam: bugfix CAAM error on startup

2025-05-20 Thread Fabio Estevam
ner, see CHECKPATCH in MAINTAINERS. ~/denx/u-boot$ git am ~/Downloads/v2-caam-bugfix-CAAM-error-on-startup.patch fatal: previous rebase directory .git/rebase-apply still exists but mbox given. ~/denx/u-boot$ rm -rf .git/rebase-apply/ ~/denx/u-boot$ git am ~/Downloads/v2-caam-bugfix-CAAM-error-on-star

[PATCH v2] caam: bugfix CAAM error on startup

2025-05-20 Thread Olaf Baehring
In rare cases U-Boot returns an error message when intantiating the RNG of the CAAM device: “SEC0: RNG4 SH0 instantiation failed with error 0x” This means, that even when the CAAM device reports a finished descriptor, none is found in the output ring. This might be caused by a missing cac

Re: arm:, imx:, caam: [PATCH] bugfix CAAM error on startup

2025-05-12 Thread Fabio Estevam
H-bugfix-CAAM-error-on-startup.patch Applying: arm:, imx:, caam: [PATCH] bugfix CAAM error on startup Using index info to reconstruct a base tree... error: patch failed: drivers/crypto/fsl/jr.c:217 error: drivers/crypto/fsl/jr.c: patch does not apply error: patch failed: drivers/crypto/fsl/jr.h:83 error:

Re: [External] Re: arm:, imx:, caam: [PATCH] bugfix CAAM error on startup

2025-05-12 Thread Tom Rini
rek Vasut ; Peng Fan > ; Simon Glass ; u-boot@lists.denx.de > Subject: [External] Re: arm:, imx:, caam: [PATCH] bugfix CAAM error on startup > > On Fri, May 09, 2025 at 09:40:44AM +, Baehring, Olaf wrote: > > > Internal > > > > In rare cases U-Boot returns an error

RE: [External] Re: arm:, imx:, caam: [PATCH] bugfix CAAM error on startup

2025-05-11 Thread Baehring, Olaf
Rini Sent: Friday, May 9, 2025 5:01 PM To: Baehring, Olaf Cc: Heinrich Schuchardt ; Gaurav Jain ; Marek Vasut ; Peng Fan ; Simon Glass ; u-boot@lists.denx.de Subject: [External] Re: arm:, imx:, caam: [PATCH] bugfix CAAM error on startup On Fri, May 09, 2025 at 09:40:44AM +, Baehring, Olaf

Re: arm:, imx:, caam: [PATCH] bugfix CAAM error on startup

2025-05-09 Thread Tom Rini
On Fri, May 09, 2025 at 09:40:44AM +, Baehring, Olaf wrote: > Internal > > In rare cases U-Boot returns an error message when intantiating the RNG > of the CAAM device: > “SEC0: RNG4 SH0 instantiation failed with error 0x” > This means, that even when the CAAM device reports a finis

arm:, imx:, caam: [PATCH] bugfix CAAM error on startup

2025-05-09 Thread Baehring, Olaf
Internal In rare cases U-Boot returns an error message when intantiating the RNG of the CAAM device: “SEC0: RNG4 SH0 instantiation failed with error 0x” This means, that even when the CAAM device reports a finished descriptor, none is found in the output ring. This might be caused by a m

Re: bugfix CAAM error on startup

2025-05-02 Thread Heinrich Schuchardt
email`. Best regards Heinrich On 5/2/25 11:02, Baehring, Olaf wrote: Internal Subject: [PATCH] bugfix CAAM error on startup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In rare cases U-Boot returns an error message when intantiating the RNG of the