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
e1368771
Commit
e1368771
authored
Jun 11, 2019
by
Soby Mathew
Committed by
TrustedFirmware Code Review
Jun 11, 2019
Browse files
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
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
# SPDX-License-Identifier: BSD-3-Clause
#
#
# SP MIN source files common to ARM standard platforms
# 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)
ifeq
(${RESET_TO_SP_MIN},1)
BL1_SOURCES
=
BL1_SOURCES
=
BL2_SOURCES
=
BL2_SOURCES
=
BL2U_SOURCES
=
endif
endif
BL32_SOURCES
+=
plat/arm/common/arm_pm.c
\
BL32_SOURCES
+=
plat/arm/common/arm_pm.c
\
...
@@ -17,4 +18,3 @@ 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/arm/common/sp_min/arm_sp_min_setup.c
\
plat/common/aarch32/platform_mp_stack.S
\
plat/common/aarch32/platform_mp_stack.S
\
plat/common/plat_psci_common.c
plat/common/plat_psci_common.c
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