]> git.baikalelectronics.ru Git - arm-tf.git/commit
plat/arm: Get the base address of nv-counters from device tree
authorManish V Badarkhe <Manish.Badarkhe@arm.com>
Sun, 23 Aug 2020 08:58:44 +0000 (09:58 +0100)
committerManish V Badarkhe <manish.badarkhe@arm.com>
Fri, 28 Aug 2020 09:50:36 +0000 (09:50 +0000)
commit14d095c3446e2fd7316f696b8391df7d9520b514
treea1338d9411cccd4a772bd5e35f709a4008a730d8
parent699d8a12658f4024e35a39325d8253baa20a5773
plat/arm: Get the base address of nv-counters from device tree

Using the Fconf, register base address of the various nv-counters
(currently, trusted, non-trusted nv-counters) are moved to the
device tree and retrieved during run-time. This feature is
enabled using the build option COT_DESC_IN_DTB.

Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
Change-Id: I236f532e63cea63b179f60892cb406fc05cd5830
include/plat/arm/common/fconf_nv_cntr_getter.h [new file with mode: 0644]
plat/arm/board/common/board_arm_trusted_boot.c
plat/arm/board/fvp/fvp_trusted_boot.c
plat/arm/board/fvp/platform.mk
plat/arm/common/fconf/fconf_nv_cntr_getter.c [new file with mode: 0644]