Commit 9054018b authored by Mark Dykes's avatar Mark Dykes Committed by TrustedFirmware Code Review
Browse files

Merge "xilinx: Unify Platform specific defines for PSCI module" into integration

parents 262c5d30 6cdef9ba
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
/* Size of cacheable stacks */ /* Size of cacheable stacks */
#define PLATFORM_STACK_SIZE 0x440 #define PLATFORM_STACK_SIZE 0x440
#define PLATFORM_CORE_COUNT 2 #define PLATFORM_CORE_COUNT U(2)
#define PLAT_MAX_PWR_LVL 1 #define PLAT_MAX_PWR_LVL 1
#define PLAT_MAX_RET_STATE 1 #define PLAT_MAX_RET_STATE 1
#define PLAT_MAX_OFF_STATE 2 #define PLAT_MAX_OFF_STATE 2
......
/* /*
* Copyright (c) 2014-2018, ARM Limited and Contributors. All rights reserved. * Copyright (c) 2014-2020, ARM Limited and Contributors. All rights reserved.
* *
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
/* Size of cacheable stacks */ /* Size of cacheable stacks */
#define PLATFORM_STACK_SIZE 0x440 #define PLATFORM_STACK_SIZE 0x440
#define PLATFORM_CORE_COUNT 4 #define PLATFORM_CORE_COUNT U(4)
#define PLAT_NUM_POWER_DOMAINS 5 #define PLAT_NUM_POWER_DOMAINS U(5)
#define PLAT_MAX_PWR_LVL U(1) #define PLAT_MAX_PWR_LVL U(1)
#define PLAT_MAX_RET_STATE U(1) #define PLAT_MAX_RET_STATE U(1)
#define PLAT_MAX_OFF_STATE U(2) #define PLAT_MAX_OFF_STATE U(2)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment