Browse Source
In preparation of adding support for upcoming SGI platforms, macros common to all the SGI platforms are moved into sgi_base_platform_def.h file. Macros that are specific to sgi575 platform remain in the platform_def.h file. In addition to this, the platform_def.h file is moved to sgi575 board directory. Also the ENT_CPU_SOURCES has been renamed to SGI_CPU_SOURCES and moved from sgi-common.mk to board specific makefile platform.mk Change-Id: Iccdd9f070f4feea232b9fbf4fdcc0ef2e8eccbf2 Signed-off-by: Chandni Cherukuri <chandni.cherukuri@arm.com>pull/1638/head
Chandni Cherukuri
6 years ago
4 changed files with 32 additions and 16 deletions
@ -0,0 +1,18 @@ |
|||
/*
|
|||
* Copyright (c) 2018, ARM Limited and Contributors. All rights reserved. |
|||
* |
|||
* SPDX-License-Identifier: BSD-3-Clause |
|||
*/ |
|||
|
|||
#ifndef PLATFORM_DEF_H |
|||
#define PLATFORM_DEF_H |
|||
|
|||
#include <sgi_base_platform_def.h> |
|||
|
|||
#define PLAT_ARM_CLUSTER_COUNT 2 |
|||
#define CSS_SGI_MAX_CPUS_PER_CLUSTER 4 |
|||
#define CSS_SGI_MAX_PE_PER_CPU 1 |
|||
|
|||
#define PLAT_CSS_MHU_BASE 0x45000000 |
|||
|
|||
#endif /* PLATFORM_DEF_H */ |
Loading…
Reference in new issue