Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SystemReady
u-boot-tfa-build
Commits
99ffa297
Commit
99ffa297
authored
Aug 13, 2020
by
Grant Likely
Browse files
Set OPTEE_PLATFORM for Armada 8k and rk3399
Signed-off-by:
Grant Likely
<
grant.likely@arm.com
>
parent
818010d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
config-mvebu_armada-8k.mk
View file @
99ffa297
...
@@ -4,6 +4,8 @@
...
@@ -4,6 +4,8 @@
$(info
Using
Marvell
Armada
8K
support
from
board-$(subst
",,$(CONFIG_SYS_BOARD)).mk)
$(info
Using
Marvell
Armada
8K
support
from
board-$(subst
",,$(CONFIG_SYS_BOARD)).mk)
OPTEE_PLATFORM=marvell-armada7k8k
# Use precompiled Marvel BL2 binary
# Use precompiled Marvel BL2 binary
TFA_EXTRA += SCP_BL2=${CURDIR}/binaries-marvell/mrvl_scp_bl2.img
TFA_EXTRA += SCP_BL2=${CURDIR}/binaries-marvell/mrvl_scp_bl2.img
...
...
soc-rk3399.mk
View file @
99ffa297
...
@@ -7,6 +7,7 @@
...
@@ -7,6 +7,7 @@
FLASH_IMAGE_DEPS
:=
u-boot/all
FLASH_IMAGE_DEPS
:=
u-boot/all
TFA_PLAT
:=
$(CONFIG_SYS_SOC)
TFA_PLAT
:=
$(CONFIG_SYS_SOC)
OPTEE_PLATFORM
:=
rk3399
FLASH_IMAGE
:=
$(UBOOT_OUTPUT)
/flash_image.bin
FLASH_IMAGE
:=
$(UBOOT_OUTPUT)
/flash_image.bin
# On the rk3399, U-Boot instead of TF-A builds the final firmware package, and
# On the rk3399, U-Boot instead of TF-A builds the final firmware package, and
...
...
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