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
b59444ea
Commit
b59444ea
authored
Mar 24, 2021
by
André Przywara
Committed by
TrustedFirmware Code Review
Mar 24, 2021
Browse files
Merge "rpi4: Switch to gicv2.mk and GICV2_SOURCES" into integration
parents
4a81a9f1
830c7657
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/rpi/rpi4/platform.mk
View file @
b59444ea
...
@@ -7,6 +7,8 @@
...
@@ -7,6 +7,8 @@
include
lib/libfdt/libfdt.mk
include
lib/libfdt/libfdt.mk
include
lib/xlat_tables_v2/xlat_tables.mk
include
lib/xlat_tables_v2/xlat_tables.mk
include
drivers/arm/gic/v2/gicv2.mk
PLAT_INCLUDES
:=
-Iplat
/rpi/common/include
\
PLAT_INCLUDES
:=
-Iplat
/rpi/common/include
\
-Iplat
/rpi/rpi4/include
-Iplat
/rpi/rpi4/include
...
@@ -18,9 +20,6 @@ PLAT_BL_COMMON_SOURCES := drivers/ti/uart/aarch64/16550_console.S \
...
@@ -18,9 +20,6 @@ PLAT_BL_COMMON_SOURCES := drivers/ti/uart/aarch64/16550_console.S \
BL31_SOURCES
+=
lib/cpus/aarch64/cortex_a72.S
\
BL31_SOURCES
+=
lib/cpus/aarch64/cortex_a72.S
\
plat/rpi/common/aarch64/plat_helpers.S
\
plat/rpi/common/aarch64/plat_helpers.S
\
plat/rpi/rpi4/aarch64/armstub8_header.S
\
plat/rpi/rpi4/aarch64/armstub8_header.S
\
drivers/arm/gic/common/gic_common.c
\
drivers/arm/gic/v2/gicv2_helpers.c
\
drivers/arm/gic/v2/gicv2_main.c
\
drivers/delay_timer/delay_timer.c
\
drivers/delay_timer/delay_timer.c
\
drivers/gpio/gpio.c
\
drivers/gpio/gpio.c
\
drivers/rpi3/gpio/rpi3_gpio.c
\
drivers/rpi3/gpio/rpi3_gpio.c
\
...
@@ -30,7 +29,8 @@ BL31_SOURCES += lib/cpus/aarch64/cortex_a72.S \
...
@@ -30,7 +29,8 @@ BL31_SOURCES += lib/cpus/aarch64/cortex_a72.S \
plat/common/plat_psci_common.c
\
plat/common/plat_psci_common.c
\
plat/rpi/common/rpi3_topology.c
\
plat/rpi/common/rpi3_topology.c
\
common/fdt_fixup.c
\
common/fdt_fixup.c
\
${LIBFDT_SRCS}
${LIBFDT_SRCS}
\
${GICV2_SOURCES}
# For now we only support BL31, using the kernel loaded by the GPU firmware.
# For now we only support BL31, using the kernel loaded by the GPU firmware.
RESET_TO_BL31
:=
1
RESET_TO_BL31
:=
1
...
...
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