]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(drtm): update drtm setup function
authorManish V Badarkhe <manish.badarkhe@arm.com>
Thu, 24 Feb 2022 20:22:39 +0000 (20:22 +0000)
committerManish V Badarkhe <Manish.Badarkhe@arm.com>
Wed, 5 Oct 2022 14:25:28 +0000 (15:25 +0100)
commitd54792bd93f76b943bf0559c8373b898e0e3b93c
tree800ac6db6455586c2008695c4292fc7092f1b2ec
parent2bf4f27f58ae510d428e3b55f020691a54bcba6f
feat(drtm): update drtm setup function

Updated DRTM setup functionality that mainly does below 2 things
1. Initialise the DRTM DMA protection, this function assumes the
   platform must support complete DMA protection.
2. Initialise the Crypto module that will be useful to calculate
   the hash of various DRTM element involved.

Signed-off-by: Manish V Badarkhe <manish.badarkhe@arm.com>
Signed-off-by: Lucian Paul-Trifu <lucian.paultrifu@gmail.com>
Change-Id: I3d6e4d534686d391fa7626094d2b2535dac74e00
bl31/bl31.mk
services/std_svc/drtm/drtm_dma_prot.c [new file with mode: 0644]
services/std_svc/drtm/drtm_dma_prot.h [new file with mode: 0644]
services/std_svc/drtm/drtm_main.c
services/std_svc/drtm/drtm_main.h