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
076d8975
Commit
076d8975
authored
Jan 24, 2020
by
Soby Mathew
Committed by
TrustedFirmware Code Review
Jan 24, 2020
Browse files
Merge "marvell: Unify Platform specific defines for PSCI module" into integration
parents
713403cb
ac2f6d43
Changes
2
Hide whitespace changes
Inline
Side-by-side
plat/marvell/a3700/common/include/platform_def.h
View file @
076d8975
/*
* Copyright (C) 2016 Marvell International Ltd.
* Copyright (C) 2016
-2019
Marvell International Ltd.
*
* SPDX-License-Identifier: BSD-3-Clause
* https://spdx.org/licenses
...
...
@@ -78,7 +78,7 @@
(PLAT_MARVELL_ATF_LOAD_ADDR + 0x20000)
#define PLAT_MARVELL_FIP_MAX_SIZE 0x4000000
#define PLAT_MARVELL_CLUSTER_CORE_COUNT
2
#define PLAT_MARVELL_CLUSTER_CORE_COUNT
U(2)
/* DRAM[2MB..66MB] is used as Trusted ROM */
#define PLAT_MARVELL_TRUSTED_ROM_BASE PLAT_MARVELL_ATF_LOAD_ADDR
/* 64 MB TODO: reduce this to minimum needed according to fip image size*/
...
...
plat/marvell/a8k/common/include/platform_def.h
View file @
076d8975
...
...
@@ -86,8 +86,8 @@
#define PLAT_MARVELL_NORTHB_COUNT 1
#define PLAT_MARVELL_CLUSTER_COUNT
2
#define PLAT_MARVELL_CLUSTER_CORE_COUNT
2
#define PLAT_MARVELL_CLUSTER_COUNT
U(2)
#define PLAT_MARVELL_CLUSTER_CORE_COUNT
U(2)
#define PLAT_MARVELL_CORE_COUNT (PLAT_MARVELL_CLUSTER_COUNT * \
PLAT_MARVELL_CLUSTER_CORE_COUNT)
...
...
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