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
1522958f
Commit
1522958f
authored
5 years ago
by
Manish Pandey
Committed by
TrustedFirmware Code Review
5 years ago
Browse files
Options
Download
Plain Diff
Merge "rcar_gen3: plat: Pass DT to OpTee OS" into integration
parents
13be0ee4
cc6bc641
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plat/renesas/rcar/bl2_plat_mem_params_desc.c
+2
-1
plat/renesas/rcar/bl2_plat_mem_params_desc.c
with
2 additions
and
1 deletion
+2
-1
plat/renesas/rcar/bl2_plat_mem_params_desc.c
View file @
1522958f
/*
* Copyright (c) 2016-201
7
, ARM Limited and Contributors. All rights reserved.
* Copyright (c) 2016-201
9
, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
...
...
@@ -53,6 +53,7 @@ static bl_mem_params_node_t bl2_mem_params_descs[] = {
entry_point_info_t
,
SECURE
|
EXECUTABLE
),
.
ep_info
.
pc
=
BL32_BASE
,
.
ep_info
.
spsr
=
0
,
.
ep_info
.
args
.
arg3
=
(
uintptr_t
)
fdt_blob
,
SET_STATIC_PARAM_HEAD
(
image_info
,
PARAM_EP
,
VERSION_2
,
image_info_t
,
0
),
...
...
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