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
262c5d30
Commit
262c5d30
authored
Jan 24, 2020
by
Soby Mathew
Committed by
TrustedFirmware Code Review
Jan 24, 2020
Browse files
Merge "ti: Unify Platform specific defines for PSCI module" into integration
parents
63c17293
79fadd8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/ti/k3/board/generic/include/board_def.h
View file @
262c5d30
/*
* Copyright (c) 2017-201
8
, ARM Limited and Contributors. All rights reserved.
* Copyright (c) 2017-201
9
, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
...
...
@@ -10,10 +10,10 @@
#include <lib/utils_def.h>
/* The ports must be in order and contiguous */
#define K3_CLUSTER0_CORE_COUNT
2
#define K3_CLUSTER1_CORE_COUNT
2
#define K3_CLUSTER2_CORE_COUNT
2
#define K3_CLUSTER3_CORE_COUNT
2
#define K3_CLUSTER0_CORE_COUNT
U(2)
#define K3_CLUSTER1_CORE_COUNT
U(2)
#define K3_CLUSTER2_CORE_COUNT
U(2)
#define K3_CLUSTER3_CORE_COUNT
U(2)
/*
* This RAM will be used for the bootloader including code, bss, and stacks.
...
...
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