diff options
author | Louis Mayencourt <louis.mayencourt@arm.com> | 2019-10-24 15:18:46 +0100 |
---|---|---|
committer | Louis Mayencourt <louis.mayencourt@arm.com> | 2020-02-07 13:51:32 +0000 |
commit | 0a6e7e3b76fa0e6aea6a40c69ad7d4ea8be720d8 (patch) | |
tree | 595f39039337ab0bb24a1204a8017dc5d5dbd0c2 /make_helpers | |
parent | 6c9723176019cb5327d5be0e952583809b714f5f (diff) | |
download | platform_external_arm-trusted-firmware-0a6e7e3b76fa0e6aea6a40c69ad7d4ea8be720d8.tar.gz platform_external_arm-trusted-firmware-0a6e7e3b76fa0e6aea6a40c69ad7d4ea8be720d8.tar.bz2 platform_external_arm-trusted-firmware-0a6e7e3b76fa0e6aea6a40c69ad7d4ea8be720d8.zip |
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>
Diffstat (limited to 'make_helpers')
-rw-r--r-- | make_helpers/defaults.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make_helpers/defaults.mk b/make_helpers/defaults.mk index fff336cd2..e8e990d45 100644 --- a/make_helpers/defaults.mk +++ b/make_helpers/defaults.mk @@ -201,6 +201,9 @@ USE_COHERENT_MEM := 1 # Build option to add debugfs support USE_DEBUGFS := 0 +# Build option to fconf based io +USE_FCONF_BASED_IO := 0 + # Build option to choose whether Trusted Firmware uses library at ROM USE_ROMLIB := 0 |