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
596561b0
"frontend/git@web.lueluesay.top:chenxi/sub2api.git" did not exist on "f8b8b5398559c67efcb34b896b7519514e26920a"
Commit
596561b0
authored
Jan 24, 2020
by
Soby Mathew
Committed by
TrustedFirmware Code Review
Jan 24, 2020
Browse files
Merge "layerscape: Unify Platform specific defines for PSCI module" into integration
parents
47eb2288
08a64471
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/layerscape/board/ls1043/include/platform_def.h
View file @
596561b0
/*
* Copyright (c) 201
8
, ARM Limited and Contributors. All rights reserved.
* Copyright (c) 201
9
, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
...
...
@@ -19,18 +19,18 @@
#define FIRMWARE_WELCOME_STR_LS1043_BL32 "Welcome to LS1043 BL32 Phase, TSP\n"
/* Required platform porting definitions */
#define PLAT_PRIMARY_CPU 0x0
#define PLAT_PRIMARY_CPU
U(
0x0
)
#define PLAT_MAX_PWR_LVL LS_PWR_LVL1
#define PLATFORM_CORE_COUNT
4
#define PLATFORM_CORE_COUNT
U(4)
#define COUNTER_FREQUENCY 25000000
/* 25MHz */
/*
* Required LS standard platform porting definitions
*/
#define PLAT_LS_CLUSTER_COUNT
1
#define PLAT_LS1043_CCI_CLUSTER0_SL_IFACE_IX
4
#define LS1043_CLUSTER_COUNT
1
#define LS1043_MAX_CPUS_PER_CLUSTER
4
#define PLAT_LS_CLUSTER_COUNT
U(1)
#define PLAT_LS1043_CCI_CLUSTER0_SL_IFACE_IX
U(4)
#define LS1043_CLUSTER_COUNT
U(1)
#define LS1043_MAX_CPUS_PER_CLUSTER
U(4)
#define LS_DRAM1_BASE 0x80000000
#define LS_DRAM2_BASE 0x880000000
...
...
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