From 109d5c1b53779b18c98aa21d959d1182164b2eb7 Mon Sep 17 00:00:00 2001 From: Javier Almansa Sobrino Date: Fri, 4 Sep 2020 12:52:23 +0100 Subject: Remove dependencies from FVP to generic code Some generic parts of TFTF have dependencies from FVP platform macros which can cause some trouble when porting the tests to a different platform. Signed-off-by: Javier Almansa Sobrino Change-Id: I11eb1af142b8c0ee1de2fcc8f298658bceedf306 --- plat/arm/fvp/include/platform_def.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plat') diff --git a/plat/arm/fvp/include/platform_def.h b/plat/arm/fvp/include/platform_def.h index 3abeb03..ed45642 100644 --- a/plat/arm/fvp/include/platform_def.h +++ b/plat/arm/fvp/include/platform_def.h @@ -160,6 +160,8 @@ PLATFORM_CORE_COUNT) #define PLATFORM_MAX_AFFLVL MPIDR_AFFLVL2 +#define PLAT_MAX_PE_PER_CPU FVP_MAX_PE_PER_CPU + /* TODO : Migrate complete TFTF from affinity level to power levels */ #define PLAT_MAX_PWR_LEVEL PLATFORM_MAX_AFFLVL #define PLAT_MAX_PWR_STATES_PER_LVL 2 -- cgit v1.2.3