]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc: Implement arch_get_random_long/int() for powernv
authorMichael Ellerman <michael@ellerman.id.au>
Fri, 11 Oct 2013 03:07:57 +0000 (14:07 +1100)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 11 Oct 2013 05:50:19 +0000 (16:50 +1100)
commita4da0d50b2a00b79390092e6248ca88b7d93c81d
tree4a481f28de594306b612938e037dd015114c2fd7
parentf95dabef4c70e27e5114f4802fe6234ff82ce406
powerpc: Implement arch_get_random_long/int() for powernv

Add the plumbing to implement arch_get_random_long/int(). It didn't seem
worth adding an extra ppc_md hook for int, so we reuse the one for long.

Add an implementation for powernv based on the hwrng found in power7+
systems. We whiten the output of the hwrng, and the result passes all
the dieharder tests.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/Kconfig
arch/powerpc/include/asm/archrandom.h [new file with mode: 0644]
arch/powerpc/include/asm/machdep.h
arch/powerpc/platforms/powernv/Kconfig
arch/powerpc/platforms/powernv/Makefile
arch/powerpc/platforms/powernv/rng.c [new file with mode: 0644]