Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
865054dc
Commit
865054dc
authored
5 years ago
by
Mark Dykes
Committed by
TrustedFirmware Code Review
5 years ago
Browse files
Options
Download
Plain Diff
Merge "FVP: Stop reclaiming init code with Clang builds" into integration
parents
d71ccda7
a6ffd375
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plat/arm/board/fvp/platform.mk
+4
-2
plat/arm/board/fvp/platform.mk
with
4 additions
and
2 deletions
+4
-2
plat/arm/board/fvp/platform.mk
View file @
865054dc
#
# Copyright (c) 2013-20
19
, ARM Limited and Contributors. All rights reserved.
# Copyright (c) 2013-20
20
, ARM Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
...
...
@@ -245,10 +245,12 @@ ENABLE_AMU := 1
DYNAMIC_WORKAROUND_CVE_2018_3639
:=
1
# Enable reclaiming of BL31 initialisation code for secondary cores
# stacks for FVP.
# stacks for FVP.
However, don't enable reclaiming for clang.
ifneq
(${RESET_TO_BL31},1)
ifeq
($(findstring clang,$(notdir $(CC))),)
RECLAIM_INIT_CODE
:=
1
endif
endif
ifeq
(${ENABLE_AMU},1)
BL31_SOURCES
+=
lib/cpus/aarch64/cpuamu.c
\
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help