-
- Downloads
plat/arm: Use common build flag for using generic sp804 driver
SP804 TIMER is not platform specific, and current code base adds
multiple defines to use this driver. Like FVP_USE_SP804_TIMER and
FVP_VE_USE_SP804_TIMER.
This patch removes platform specific build flag and adds generic
flag `USE_SP804_TIMER` to be set to 1 by platform if needed.
Change-Id: I5ab792c189885fd1b98ddd187f3a38ebdd0baba2
Signed-off-by:
Madhukar Pappireddy <madhukar.pappireddy@arm.com>
Showing
- Makefile 2 additions, 0 deletionsMakefile
- docs/getting_started/build-options.rst 4 additions, 0 deletionsdocs/getting_started/build-options.rst
- docs/plat/arm/fvp/index.rst 0 additions, 4 deletionsdocs/plat/arm/fvp/index.rst
- make_helpers/defaults.mk 3 additions, 0 deletionsmake_helpers/defaults.mk
- plat/arm/board/fvp/fvp_common.c 2 additions, 2 deletionsplat/arm/board/fvp/fvp_common.c
- plat/arm/board/fvp/platform.mk 4 additions, 10 deletionsplat/arm/board/fvp/platform.mk
- plat/arm/board/fvp_ve/fvp_ve_bl2_setup.c 2 additions, 2 deletionsplat/arm/board/fvp_ve/fvp_ve_bl2_setup.c
- plat/arm/board/fvp_ve/platform.mk 1 addition, 2 deletionsplat/arm/board/fvp_ve/platform.mk
Loading
Please register or sign in to comment