mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
a4da0d50b2
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>
7 lines
235 B
Makefile
7 lines
235 B
Makefile
obj-y += setup.o opal-takeover.o opal-wrappers.o opal.o
|
|
obj-y += opal-rtc.o opal-nvram.o opal-lpc.o rng.o
|
|
|
|
obj-$(CONFIG_SMP) += smp.o
|
|
obj-$(CONFIG_PCI) += pci.o pci-p5ioc2.o pci-ioda.o
|
|
obj-$(CONFIG_EEH) += eeh-ioda.o eeh-powernv.o
|