Re: [PATCH 07/11] powerpc: Add support for microwatt's hardware random number generator

2021-06-16 Thread Paul Mackerras
On Wed, Jun 16, 2021 at 11:16:02PM +1000, Michael Ellerman wrote: > Nicholas Piggin writes: > > I would be happier if you didn't change this (or at least put it in its > > own patch explaining why it's not going to slow down other platforms). > > It would essentially be a revert of 01c9348c7620

Re: [PATCH 07/11] powerpc: Add support for microwatt's hardware random number generator

2021-06-16 Thread Michael Ellerman
Nicholas Piggin writes: > Excerpts from Paul Mackerras's message of June 15, 2021 9:02 am: >> This is accessed using the DARN instruction and should probably be >> done more generically. >> >> Signed-off-by: Paul Mackerras >> --- >> arch/powerpc/include/asm/archrandom.h | 12 +- >> arch

Re: [PATCH 07/11] powerpc: Add support for microwatt's hardware random number generator

2021-06-14 Thread Nicholas Piggin
Excerpts from Paul Mackerras's message of June 15, 2021 9:02 am: > This is accessed using the DARN instruction and should probably be > done more generically. > > Signed-off-by: Paul Mackerras > --- > arch/powerpc/include/asm/archrandom.h | 12 +- > arch/powerpc/platforms/microwatt/Kconf

[PATCH 07/11] powerpc: Add support for microwatt's hardware random number generator

2021-06-14 Thread Paul Mackerras
This is accessed using the DARN instruction and should probably be done more generically. Signed-off-by: Paul Mackerras --- arch/powerpc/include/asm/archrandom.h | 12 +- arch/powerpc/platforms/microwatt/Kconfig | 1 + arch/powerpc/platforms/microwatt/Makefile | 2 +- arch/powerpc/pla