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
e60f1897
Commit
e60f1897
authored
Dec 20, 2016
by
danh-arm
Committed by
GitHub
Dec 20, 2016
Browse files
Merge pull request #792 from masahir0y/zynqmp
zynqmp: add "override" directive to mandatory options
parents
bd83b41a
34071d6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/xilinx/zynqmp/platform.mk
View file @
e60f1897
...
...
@@ -27,12 +27,12 @@
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
ENABLE_PLAT_COMPAT
:=
0
PROGRAMMABLE_RESET_ADDRESS
:=
1
override
ENABLE_PLAT_COMPAT
:
= 0
override
PROGRAMMABLE_RESET_ADDRESS
:
= 1
PSCI_EXTENDED_STATE_ID
:=
1
A53_DISABLE_NON_TEMPORAL_HINT
:=
0
SEPARATE_CODE_AND_RODATA
:=
1
RESET_TO_BL31
:=
1
override
RESET_TO_BL31
:
= 1
ifdef
ZYNQMP_ATF_MEM_BASE
$(eval
$(call
add_define,ZYNQMP_ATF_MEM_BASE))
...
...
@@ -97,7 +97,3 @@ BL31_SOURCES += drivers/arm/cci/cci.c \
plat/xilinx/zynqmp/pm_service/pm_api_sys.c
\
plat/xilinx/zynqmp/pm_service/pm_ipi.c
\
plat/xilinx/zynqmp/pm_service/pm_client.c
ifneq
(${RESET_TO_BL31},1)
$(error
"Using BL31 as the reset vector is only one option supported on ZynqMP. Please set RESET_TO_BL31 to 1."
)
endif
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