-
- Downloads
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>
Showing
- Makefile 2 additions, 0 deletionsMakefile
- docs/getting_started/build-options.rst 5 additions, 0 deletionsdocs/getting_started/build-options.rst
- include/drivers/io/io_storage.h 2 additions, 2 deletionsinclude/drivers/io/io_storage.h
- include/plat/arm/common/arm_fconf_getter.h 24 additions, 0 deletionsinclude/plat/arm/common/arm_fconf_getter.h
- include/plat/arm/common/arm_fconf_io_storage.h 19 additions, 0 deletionsinclude/plat/arm/common/arm_fconf_io_storage.h
- include/tools_share/uuid.h 6 additions, 1 deletioninclude/tools_share/uuid.h
- make_helpers/defaults.mk 3 additions, 0 deletionsmake_helpers/defaults.mk
- plat/arm/board/fvp/fdts/fvp_fw_config.dts 25 additions, 0 deletionsplat/arm/board/fvp/fdts/fvp_fw_config.dts
- plat/arm/board/fvp/platform.mk 5 additions, 0 deletionsplat/arm/board/fvp/platform.mk
- plat/arm/common/arm_common.mk 10 additions, 2 deletionsplat/arm/common/arm_common.mk
- plat/arm/common/arm_fconf_io_storage.c 142 additions, 0 deletionsplat/arm/common/arm_fconf_io_storage.c
- plat/arm/common/fconf/arm_fconf_io.c 143 additions, 0 deletionsplat/arm/common/fconf/arm_fconf_io.c
Loading
Please register or sign in to comment