Re: [PATCH] driver: rng: Do not check ARM_SMCCC_TRNG_VERSION

2024-07-18 Thread Tom Rini
On Tue, 09 Jul 2024 17:23:09 +0100, Leo Yan wrote: > As described in the document SMC Calling Convention (ARM DEN 0028 1.5 F), > section 7 "Arm Architecture Calls", the SMC call SMCCC_ARCH_FEATURES is > not expected to support the function ID ARM_SMCCC_TRNG_VERSION. Trusted > Firmware-A follows up

Re: [PATCH] driver: rng: Do not check ARM_SMCCC_TRNG_VERSION

2024-07-10 Thread Weizhao Ouyang
On Wed, Jul 10, 2024 at 12:23 AM Leo Yan wrote: > > As described in the document SMC Calling Convention (ARM DEN 0028 1.5 F), > section 7 "Arm Architecture Calls", the SMC call SMCCC_ARCH_FEATURES is > not expected to support the function ID ARM_SMCCC_TRNG_VERSION. Trusted > Firmware-A follows up

[PATCH] driver: rng: Do not check ARM_SMCCC_TRNG_VERSION

2024-07-09 Thread Leo Yan
As described in the document SMC Calling Convention (ARM DEN 0028 1.5 F), section 7 "Arm Architecture Calls", the SMC call SMCCC_ARCH_FEATURES is not expected to support the function ID ARM_SMCCC_TRNG_VERSION. Trusted Firmware-A follows up the specification in its implementation. This commit remov