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
035db88e
Commit
035db88e
authored
Sep 13, 2019
by
Soby Mathew
Committed by
TrustedFirmware Code Review
Sep 13, 2019
Browse files
Merge "Modify FVP makefile for cores that support both AArch64/32" into integration
parents
1ac928ce
cd3c5b4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/arm/board/fvp/platform.mk
View file @
035db88e
...
@@ -99,14 +99,16 @@ ifeq (${ARCH}, aarch64)
...
@@ -99,14 +99,16 @@ ifeq (${ARCH}, aarch64)
# select a different set of CPU files, depending on whether we compile for
# select a different set of CPU files, depending on whether we compile for
# hardware assisted coherency cores or not
# hardware assisted coherency cores or not
ifeq
(${HW_ASSISTED_COHERENCY}, 0)
ifeq
(${HW_ASSISTED_COHERENCY}, 0)
# Cores used without DSU
FVP_CPU_LIBS
+=
lib/cpus/aarch64/cortex_a35.S
\
FVP_CPU_LIBS
+=
lib/cpus/aarch64/cortex_a35.S
\
lib/cpus/aarch64/cortex_a53.S
\
lib/cpus/aarch64/cortex_a53.S
\
lib/cpus/aarch64/cortex_a57.S
\
lib/cpus/aarch64/cortex_a57.S
\
lib/cpus/aarch64/cortex_a72.S
\
lib/cpus/aarch64/cortex_a72.S
\
lib/cpus/aarch64/cortex_a73.S
lib/cpus/aarch64/cortex_a73.S
else
else
#
AArch64-only cores
#
Cores used with DSU only
ifeq
(${CTX_INCLUDE_AARCH32_REGS}, 0)
ifeq
(${CTX_INCLUDE_AARCH32_REGS}, 0)
# AArch64-only cores
FVP_CPU_LIBS
+=
lib/cpus/aarch64/cortex_a76.S
\
FVP_CPU_LIBS
+=
lib/cpus/aarch64/cortex_a76.S
\
lib/cpus/aarch64/cortex_a76ae.S
\
lib/cpus/aarch64/cortex_a76ae.S
\
lib/cpus/aarch64/cortex_a77.S
\
lib/cpus/aarch64/cortex_a77.S
\
...
@@ -114,11 +116,10 @@ else
...
@@ -114,11 +116,10 @@ else
lib/cpus/aarch64/neoverse_e1.S
\
lib/cpus/aarch64/neoverse_e1.S
\
lib/cpus/aarch64/neoverse_zeus.S
\
lib/cpus/aarch64/neoverse_zeus.S
\
lib/cpus/aarch64/cortex_hercules.S
lib/cpus/aarch64/cortex_hercules.S
# AArch64/AArch32
else
FVP_CPU_LIBS
+=
lib/cpus/aarch64/cortex_a55.S
\
lib/cpus/aarch64/cortex_a75.S
endif
endif
# AArch64/AArch32 cores
FVP_CPU_LIBS
+=
lib/cpus/aarch64/cortex_a55.S
\
lib/cpus/aarch64/cortex_a75.S
endif
endif
else
else
...
...
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