Re: [PATCH v2] rng: Add Turris Mox rWTM RNG driver

2024-02-06 Thread Max Resch
Hi there Marek, Am 05/02/2024 um 12.40 schrieb Marek Behún: Hello Max, Out of curiousity, what is your use case for having these random numbers on this platform in U-Boot? I use 2 EspressoBin (Armada 3720) as routers, both of them use the TurrisMox firmware. RNG enables the EFI RNG protocol

Re: [PATCH v2] rng: Add Turris Mox rWTM RNG driver

2024-02-05 Thread Mark Kettenis
> Date: Mon, 5 Feb 2024 15:54:12 +0100 > From: Marek Behún > > So you're using A3720 with OpenBSD? Can I ask which A3720 boards do you > use? Hi Marek, I have a Turris Mox. Some folks run OpenBSD on the ESPRESSObin and GL.iNet Brume as well (those are A3700 of course). Cheers, Mark > On Mo

Re: [PATCH v2] rng: Add Turris Mox rWTM RNG driver

2024-02-05 Thread Marek Behún
So you're using A3720 with OpenBSD? Can I ask which A3720 boards do you use? Marek On Mon, 05 Feb 2024 14:46:24 +0100 Mark Kettenis wrote: > > Date: Mon, 5 Feb 2024 12:40:14 +0100 > > From: Marek Behún > > > > Hello Max, > > > > Out of curiousity, what is your use case for having these rando

Re: [PATCH v2] rng: Add Turris Mox rWTM RNG driver

2024-02-05 Thread Mark Kettenis
> Date: Mon, 5 Feb 2024 12:40:14 +0100 > From: Marek Behún > > Hello Max, > > Out of curiousity, what is your use case for having these random > numbers on this platform in U-Boot? It means that U-Boot will implement the EFI RNG protocol. The OpenBSD bootloader will use that to fill an initial

Re: [PATCH v2] rng: Add Turris Mox rWTM RNG driver

2024-02-05 Thread Marek Behún
Hello Max, Out of curiousity, what is your use case for having these random numbers on this platform in U-Boot? Below are a few more things to change and then you I'll give my Reviewed-by tag. On Sun, 21 Jan 2024 21:17:16 +0100 Max Resch wrote: > A RNG driver for Armada 3720 boards running the

[PATCH v2] rng: Add Turris Mox rWTM RNG driver

2024-01-21 Thread Max Resch
A RNG driver for Armada 3720 boards running the Turris Mox rWTM firmware from CZ.NIC in the secure processor. Signed-off-by: Max Resch --- Changes in v2: - Removed ring buffer implementation drivers/rng/Kconfig | 8 +++ drivers/rng/Makefile | 1 + drivers/rng/turris_rwt