Re: [PATCH v4 2/5] firmware: smccc: Introduce SMCCC TRNG framework

2020-12-11 Thread Sudeep Holla
On Fri, Dec 11, 2020 at 04:00:02PM +, Andre Przywara wrote: > The ARM DEN0098 document describe an SMCCC based firmware service to > deliver hardware generated random numbers. Its existence is advertised > according to the SMCCC v1.1 specification. > > Add a (dummy) call to probe functions

[PATCH v4 2/5] firmware: smccc: Introduce SMCCC TRNG framework

2020-12-11 Thread Andre Przywara
The ARM DEN0098 document describe an SMCCC based firmware service to deliver hardware generated random numbers. Its existence is advertised according to the SMCCC v1.1 specification. Add a (dummy) call to probe functions implemented in each architecture (ARM and arm64), to determine the existence