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
fcee3b00
Commit
fcee3b00
authored
Jul 24, 2015
by
danh-arm
Browse files
Merge pull request #342 from vwadekar/tlkd-delete-need-bl32-v1
tlkd: delete 'NEED_BL32' build variable
parents
7d4479a3
458c3c13
Changes
2
Show whitespace changes
Inline
Side-by-side
docs/plat/nvidia-tegra.md
View file @
fcee3b00
...
@@ -57,8 +57,7 @@ without changing any makefiles.
...
@@ -57,8 +57,7 @@ without changing any makefiles.
Preparing the BL31 image to run on Tegra SoCs
Preparing the BL31 image to run on Tegra SoCs
===================================================
===================================================
'CROSS_COMPILE=
<path-to-aarch64-gcc>
/bin/aarch64-none-elf- make PLAT=tegra
\
'CROSS_COMPILE=
<path-to-aarch64-gcc>
/bin/aarch64-none-elf- make PLAT=tegra
\
TARGET_SOC=
<target-soc
e.g.
t210
|
t132
>
BL32=
<path-to-trusted-os-binary>
\
TARGET_SOC=
<target-soc
e.g.
t210
|
t132
>
SPD=
<dispatcher
e.g.
tlkd
>
all'
SPD=
<dispatcher
e.g.
tlkd
>
all'
Power Management
Power Management
================
================
...
...
services/spd/tlkd/tlkd.mk
View file @
fcee3b00
...
@@ -34,5 +34,3 @@ SPD_SOURCES := services/spd/tlkd/tlkd_common.c \
...
@@ -34,5 +34,3 @@ SPD_SOURCES := services/spd/tlkd/tlkd_common.c \
services/spd/tlkd/tlkd_helpers.S
\
services/spd/tlkd/tlkd_helpers.S
\
services/spd/tlkd/tlkd_main.c
\
services/spd/tlkd/tlkd_main.c
\
services/spd/tlkd/tlkd_pm.c
services/spd/tlkd/tlkd_pm.c
NEED_BL32
:=
yes
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