fconf: Move platform io policies into fconf
Use the firmware configuration framework to store the io_policies
information inside the configuration device tree instead of the static
structure in the code base.

The io_policies required by BL1 can't be inside the dtb, as this one is
loaded by BL1, and only available at BL2.

This change currently only applies to FVP platform.

Change-Id: Ic9c1ac3931a4a136aa36f7f58f66d3764c1bfca1
Signed-off-by: Louis Mayencourt <louis.mayencourt@arm.com>
1 parent 6c97231 commit 0a6e7e3b76fa0e6aea6a40c69ad7d4ea8be720d8
@Louis Mayencourt Louis Mayencourt authored on 24 Oct 2019
Showing 12 changed files
View
Makefile
View
docs/getting_started/build-options.rst
View
include/drivers/io/io_storage.h
View
include/plat/arm/common/arm_fconf_getter.h 0 → 100644
View
include/plat/arm/common/arm_fconf_io_storage.h 0 → 100644
View
include/tools_share/uuid.h
View
make_helpers/defaults.mk
View
plat/arm/board/fvp/fdts/fvp_fw_config.dts
View
plat/arm/board/fvp/platform.mk
View
plat/arm/common/arm_common.mk
View
plat/arm/common/arm_fconf_io_storage.c 0 → 100644
View
plat/arm/common/fconf/arm_fconf_io.c 0 → 100644