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
e1368771
Commit
e1368771
authored
5 years ago
by
Soby Mathew
Committed by
TrustedFirmware Code Review
5 years ago
Browse files
Options
Download
Plain Diff
Merge "plat/arm: Skip BL2U if RESET_TO_SP_MIN flag is set" into integration
parents
4143ed8f
dd5deabd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plat/arm/common/sp_min/arm_sp_min.mk
+3
-3
plat/arm/common/sp_min/arm_sp_min.mk
with
3 additions
and
3 deletions
+3
-3
plat/arm/common/sp_min/arm_sp_min.mk
View file @
e1368771
#
# Copyright (c) 2016, ARM Limited and Contributors. All rights reserved.
# Copyright (c) 2016
-2019
, ARM Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
# SP MIN source files common to ARM standard platforms
# Skip building BL1 and BL2 if RESET_TO_SP_MIN flag is set.
# Skip building BL1
, BL2
and BL2
U
if RESET_TO_SP_MIN flag is set.
ifeq
(${RESET_TO_SP_MIN},1)
BL1_SOURCES
=
BL2_SOURCES
=
BL2U_SOURCES
=
endif
BL32_SOURCES
+=
plat/arm/common/arm_pm.c
\
...
...
@@ -17,4 +18,3 @@ BL32_SOURCES += plat/arm/common/arm_pm.c \
plat/arm/common/sp_min/arm_sp_min_setup.c
\
plat/common/aarch32/platform_mp_stack.S
\
plat/common/plat_psci_common.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