Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arm Reference Solutions
trusted-firmware-a
Commits
a6862607
Commit
a6862607
authored
Nov 20, 2020
by
Manish Pandey
Committed by
TrustedFirmware Code Review
Nov 20, 2020
Browse files
Merge "plat/qemu_sbsa: Include libraries for Cortex-A72" into integration
parents
20c37892
5f14ca99
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/qemu/qemu_sbsa/platform.mk
View file @
a6862607
...
...
@@ -47,7 +47,8 @@ BL1_SOURCES += drivers/io/io_semihosting.c \
${PLAT_QEMU_COMMON_PATH}
/
${ARCH}
/plat_helpers.S
\
${PLAT_QEMU_COMMON_PATH}
/qemu_bl1_setup.c
BL1_SOURCES
+=
lib/cpus/aarch64/cortex_a57.S
BL1_SOURCES
+=
lib/cpus/aarch64/cortex_a57.S
\
lib/cpus/aarch64/cortex_a72.S
BL2_SOURCES
+=
drivers/io/io_semihosting.c
\
drivers/io/io_storage.c
\
...
...
@@ -74,6 +75,7 @@ QEMU_GIC_SOURCES := ${GICV3_SOURCES} \
${PLAT_QEMU_COMMON_PATH}
/qemu_gicv3.c
BL31_SOURCES
+=
lib/cpus/aarch64/cortex_a57.S
\
lib/cpus/aarch64/cortex_a72.S
\
lib/semihosting/semihosting.c
\
lib/semihosting/
${ARCH}
/semihosting_call.S
\
plat/common/plat_psci_common.c
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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