]> git.baikalelectronics.ru Git - arm-tf.git/commit
lib: fconf: Implement a parser to populate CoT
authorManish V Badarkhe <Manish.Badarkhe@arm.com>
Thu, 23 Jul 2020 09:43:57 +0000 (10:43 +0100)
committerManish V Badarkhe <Manish.Badarkhe@arm.com>
Tue, 15 Sep 2020 15:13:26 +0000 (16:13 +0100)
commit28e9a55fc87a8e2c1152689f3edcde0e8e639747
tree57e07ccd90772c1972e102e4afb5d691a2c031ec
parent47bda02c8e95797b93d81407dc9c6d99aec1e3ff
lib: fconf: Implement a parser to populate CoT

Implemented a parser which populates the properties of
the CoT descriptors as per the binding document [1].
'COT_DESC_IN_DTB' build option is disabled by default and can
be enabled in future for all Arm platforms by making necessary
changes in the memory map.
Currently, this parser is tested only for FVP platform.

[1]:
https://trustedfirmware-a.readthedocs.io/en/latest/components/cot-binding.html

Change-Id: I2f911206087a1a2942aa728de151d2ac269d27cc
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
include/drivers/auth/auth_mod.h
include/tools_share/tbbr_oid.h
lib/fconf/fconf_cot_getter.c [new file with mode: 0644]
plat/arm/common/arm_common.mk