]> git.baikalelectronics.ru Git - arm-tf.git/commit
fconf: Add mbedtls shared heap as property
authorLouis Mayencourt <louis.mayencourt@arm.com>
Tue, 1 Oct 2019 09:45:14 +0000 (10:45 +0100)
committerLouis Mayencourt <louis.mayencourt@arm.com>
Fri, 7 Feb 2020 13:51:32 +0000 (13:51 +0000)
commit6c9723176019cb5327d5be0e952583809b714f5f
tree33c0efea4dfb855e56b9aff9a999682ecf5b02a3
parentce8528411a95d4e988844d5d16b5af2828f9f407
fconf: Add mbedtls shared heap as property

Use the firmware configuration framework in arm dynamic configuration
to retrieve mbedtls heap information between bl1 and bl2.

For this, a new fconf getter is added to expose the device tree base
address and size.

Change-Id: Ifa5ac9366ae100e2cdd1f4c8e85fc591b170f4b6
Signed-off-by: Louis Mayencourt <louis.mayencourt@arm.com>
include/lib/fconf/fconf_tbbr_getter.h
include/plat/arm/common/arm_dyn_cfg_helpers.h
lib/fconf/fconf_tbbr_getter.c
plat/arm/common/arm_dyn_cfg.c
plat/arm/common/arm_dyn_cfg_helpers.c