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
3b12a6fc
Commit
3b12a6fc
authored
7 years ago
by
Victor Chong
Browse files
Options
Download
Email Patches
Plain Diff
hikey*, poplar: platform.mk: Fix typo in variable assignments
Signed-off-by:
Victor Chong
<
victor.chong@linaro.org
>
parent
f3d522be
master
v2.5
v2.5-rc1
v2.5-rc0
v2.4
v2.4-rc2
v2.4-rc1
v2.4-rc0
v2.3
v2.3-rc2
v2.3-rc1
v2.3-rc0
v2.2
v2.2-rc2
v2.2-rc1
v2.2-rc0
v2.1
v2.1-rc1
v2.1-rc0
v2.0
v2.0-rc0
v1.6
v1.6-rc1
v1.6-rc0
v1.5
v1.5-rc3
v1.5-rc2
v1.5-rc1
v1.5-rc0
arm_cca_v0.2
arm_cca_v0.1
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
plat/hisilicon/hikey/platform.mk
+2
-2
plat/hisilicon/hikey/platform.mk
plat/hisilicon/hikey960/platform.mk
+2
-2
plat/hisilicon/hikey960/platform.mk
plat/hisilicon/poplar/platform.mk
+2
-2
plat/hisilicon/poplar/platform.mk
with
6 additions
and
6 deletions
+6
-6
plat/hisilicon/hikey/platform.mk
View file @
3b12a6fc
...
...
@@ -9,11 +9,11 @@ LOAD_IMAGE_V2 := 1
# On Hikey, the TSP can execute from TZC secure area in DRAM (default)
# or SRAM.
HIKEY_TSP_RAM_LOCATION
:
=
dram
HIKEY_TSP_RAM_LOCATION
?
=
dram
ifeq
(${HIKEY_TSP_RAM_LOCATION}, dram)
HIKEY_TSP_RAM_LOCATION_ID
=
HIKEY_DRAM_ID
else
ifeq
(${HIKEY_TSP_RAM_LOCATION}, sram)
HIKEY_TSP_RAM_LOCATION_ID
:
=
HIKEY_SRAM_ID
HIKEY_TSP_RAM_LOCATION_ID
=
HIKEY_SRAM_ID
else
$(error
"Currently unsupported HIKEY_TSP_RAM_LOCATION value"
)
endif
...
...
This diff is collapsed.
Click to expand it.
plat/hisilicon/hikey960/platform.mk
View file @
3b12a6fc
...
...
@@ -8,11 +8,11 @@
LOAD_IMAGE_V2
:=
1
# On Hikey960, the TSP can execute from TZC secure area in DRAM.
HIKEY960_TSP_RAM_LOCATION
:
=
dram
HIKEY960_TSP_RAM_LOCATION
?
=
dram
ifeq
(${HIKEY960_TSP_RAM_LOCATION}, dram)
HIKEY960_TSP_RAM_LOCATION_ID
=
HIKEY960_DRAM_ID
else
ifeq
(${HIKEY960_TSP_RAM_LOCATION}, sram)
HIKEY960_TSP_RAM_LOCATION_ID
:
=
HIKEY960_SRAM_ID
HIKEY960_TSP_RAM_LOCATION_ID
=
HIKEY960_SRAM_ID
else
$(error
"Currently unsupported HIKEY960_TSP_RAM_LOCATION value"
)
endif
...
...
This diff is collapsed.
Click to expand it.
plat/hisilicon/poplar/platform.mk
View file @
3b12a6fc
...
...
@@ -8,11 +8,11 @@
LOAD_IMAGE_V2
:=
1
# On Poplar, the TSP can execute from TZC secure area in DRAM.
POPLAR_TSP_RAM_LOCATION
:
=
dram
POPLAR_TSP_RAM_LOCATION
?
=
dram
ifeq
(${POPLAR_TSP_RAM_LOCATION}, dram)
POPLAR_TSP_RAM_LOCATION_ID
=
POPLAR_DRAM_ID
else
ifeq
(${POPLAR_TSP_RAM_LOCATION}, sram)
POPLAR_TSP_RAM_LOCATION_ID
:
=
POPLAR_SRAM_ID
POPLAR_TSP_RAM_LOCATION_ID
=
POPLAR_SRAM_ID
else
$(error
"Currently unsupported POPLAR_TSP_RAM_LOCATION value"
)
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