]> git.baikalelectronics.ru Git - arm-tf.git/commit
refactor(trng): cleanup the existing TRNG support
authorJayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com>
Tue, 11 Oct 2022 16:16:07 +0000 (17:16 +0100)
committerJayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com>
Tue, 8 Nov 2022 13:48:18 +0000 (13:48 +0000)
commit0b22e59103f4c86c0be0182916fba6646e706a0f
treea422d85c6e4bb1cc0c3908e784dfeadf02edf157
parent6325f661c25c4fac5db9d57f92f71170b5eab567
refactor(trng): cleanup the existing TRNG support

This patch adds the following changes to complete the existing
TRNG implementation:

1. Adds a feature specific scope for buildlog generation.
2. Updates the docs on the build flag "TRNG_SUPPORT" and its values.
3. Makefile update and improves the existing comments at few sections
for better understanding of the underlying logic.

Change-Id: I3f72f0ccd5c94005a2df87158cf23199d2160d37
Signed-off-by: Jayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com>
Makefile
changelog.yaml
docs/getting_started/build-options.rst
docs/getting_started/porting-guide.rst
include/plat/common/platform.h
include/services/trng_svc.h
make_helpers/defaults.mk
services/std_svc/std_svc_setup.c
services/std_svc/trng/trng_entropy_pool.c
services/std_svc/trng/trng_main.c