]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(fvp): add platform hooks for DRTM DMA protection
authorLucian Paul-Trifu <lucian.paultrifu@gmail.com>
Wed, 22 Jun 2022 17:45:30 +0000 (18:45 +0100)
committerManish V Badarkhe <Manish.Badarkhe@arm.com>
Wed, 5 Oct 2022 14:25:28 +0000 (15:25 +0100)
commitd72c486b52dc654e4216d41dcc1b0f87bdbdf3e9
treef432e56f590ade8ff0ef6d8d7a24b8de20f6adb5
parent6f70cce62592ddef2c551a146590f72e95fb9dd1
feat(fvp): add platform hooks for DRTM DMA protection

Added necessary platform hooks for DRTM DMA protection.
These calls will be used by the subsequent DRTM implementation
patches.
DRTM platform API declarations have been listed down in a
separate header file.

Signed-off-by: Manish V Badarkhe <manish.badarkhe@arm.com>
Signed-off-by: Lucian Paul-Trifu <lucian.paultrifu@gmail.com>
Change-Id: Ib9726d1d3570800241bde702ee7006a64f1739ec
include/plat/common/plat_drtm.h [new file with mode: 0644]
include/plat/common/platform.h
plat/arm/board/fvp/fvp_drtm_dma_prot.c [new file with mode: 0644]
plat/arm/board/fvp/platform.mk