Re: [PATCH v3 1/5] firmware: smccc: Add SMCCC TRNG function call IDs

2020-11-17 Thread Linus Walleij
On Fri, Nov 13, 2020 at 7:24 PM Andre Przywara wrote: > From: Ard Biesheuvel > > The ARM architected TRNG firmware interface, described in ARM spec > DEN0098, define an ARM SMCCC based interface to a true random number > generator, provided by firmware. > > Add the definitions of the SMCCC

[PATCH v3 1/5] firmware: smccc: Add SMCCC TRNG function call IDs

2020-11-13 Thread Andre Przywara
From: Ard Biesheuvel The ARM architected TRNG firmware interface, described in ARM spec DEN0098, define an ARM SMCCC based interface to a true random number generator, provided by firmware. Add the definitions of the SMCCC functions as defined by the spec. Signed-off-by: Ard Biesheuvel