]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(fvp): add plat API to validate that passed region is non-secure
authorManish V Badarkhe <Manish.Badarkhe@arm.com>
Mon, 4 Jul 2022 13:51:07 +0000 (14:51 +0100)
committerManish V Badarkhe <Manish.Badarkhe@arm.com>
Wed, 5 Oct 2022 14:25:28 +0000 (15:25 +0100)
commitd5f225d95d3dc7473340ffebfcb9068b54f91a17
tree228c23b7c88dff413f065a58c41e78c250caf8f6
parentb1392f429cdd368ea2b8e183a1ac0fb31deaf694
feat(fvp): add plat API to validate that passed region is non-secure

Added a platform function to check passed region is within
the Non-Secure region of DRAM.

Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
Change-Id: Ie5808fa6a1b6e6bc99f4185fa8acc52af0d5f14d
include/plat/common/plat_drtm.h
plat/arm/board/fvp/fvp_drtm_addr.c [new file with mode: 0644]