]> git.baikalelectronics.ru Git - kernel.git/commit
firmware: smccc: Introduce SMCCC TRNG framework
authorAndre Przywara <andre.przywara@arm.com>
Wed, 6 Jan 2021 10:34:50 +0000 (10:34 +0000)
committerWill Deacon <will@kernel.org>
Thu, 21 Jan 2021 17:42:46 +0000 (17:42 +0000)
commitc362ab7670ab12d50b0f4375e65b5a3c7c71e3b7
tree942a1153458f65a2e67743b87d1e1ec0d381fbae
parent41887bdd33761f14a7446b1cbc68c830e47d07fd
firmware: smccc: Introduce SMCCC TRNG framework

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 of this interface.
For now this return false, but this will be overwritten by each
architecture's support patch.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm/include/asm/archrandom.h [new file with mode: 0644]
arch/arm64/include/asm/archrandom.h
drivers/firmware/smccc/smccc.c