Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
fe1021f1
Commit
fe1021f1
authored
3 years ago
by
Manish Pandey
Committed by
TrustedFirmware Code Review
3 years ago
Browse files
Options
Download
Plain Diff
Merge "rpi4: enable RPi4 PCI SMC conduit" into integration
parents
d985cb74
6e63cdc5
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plat/rpi/rpi4/platform.mk
+10
-1
plat/rpi/rpi4/platform.mk
with
10 additions
and
1 deletion
+10
-1
plat/rpi/rpi4/platform.mk
View file @
fe1021f1
#
# Copyright (c) 2013-201
9
, ARM Limited and Contributors. All rights reserved.
# Copyright (c) 2013-20
2
1, ARM Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
...
...
@@ -86,6 +86,9 @@ RPI3_RUNTIME_UART := 0
# Use normal memory mapping for ROM, FIP, SRAM and DRAM
RPI3_USE_UEFI_MAP
:=
0
# SMCCC PCI support (should be enabled for ACPI builds)
SMC_PCI_SUPPORT
:=
0
# Process platform flags
# ----------------------
...
...
@@ -96,6 +99,7 @@ $(eval $(call add_define,RPI3_PRELOADED_DTB_BASE))
endif
$(eval
$(call
add_define,RPI3_RUNTIME_UART))
$(eval
$(call
add_define,RPI3_USE_UEFI_MAP))
$(eval
$(call
add_define,SMC_PCI_SUPPORT))
ifeq
(${ARCH},aarch32)
$(error Error
:
AArch32 not supported on rpi4)
...
...
@@ -105,3 +109,8 @@ ifneq ($(ENABLE_STACK_PROTECTOR), 0)
PLAT_BL_COMMON_SOURCES
+=
drivers/rpi3/rng/rpi3_rng.c
\
plat/rpi/common/rpi3_stack_protector.c
endif
ifeq
($(SMC_PCI_SUPPORT), 1)
BL31_SOURCES
+=
plat/rpi/rpi4/rpi4_pci_svc.c
endif
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help