Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
9054018b
Commit
9054018b
authored
Jan 24, 2020
by
Mark Dykes
Committed by
TrustedFirmware Code Review
Jan 24, 2020
Browse files
Merge "xilinx: Unify Platform specific defines for PSCI module" into integration
parents
262c5d30
6cdef9ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
plat/xilinx/versal/include/platform_def.h
View file @
9054018b
...
...
@@ -17,7 +17,7 @@
/* Size of cacheable stacks */
#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_RET_STATE 1
#define PLAT_MAX_OFF_STATE 2
...
...
plat/xilinx/zynqmp/include/platform_def.h
View file @
9054018b
/*
* Copyright (c) 2014-20
18
, ARM Limited and Contributors. All rights reserved.
* Copyright (c) 2014-20
20
, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
...
...
@@ -21,8 +21,8 @@
/* Size of cacheable stacks */
#define PLATFORM_STACK_SIZE 0x440
#define PLATFORM_CORE_COUNT
4
#define PLAT_NUM_POWER_DOMAINS
5
#define PLATFORM_CORE_COUNT
U(4)
#define PLAT_NUM_POWER_DOMAINS
U(5)
#define PLAT_MAX_PWR_LVL U(1)
#define PLAT_MAX_RET_STATE U(1)
#define PLAT_MAX_OFF_STATE U(2)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment