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
34c4f86a
"vscode:/vscode.git/clone" did not exist on "ab1a5b764ccc5793ff0941638a05f6171b802596"
Commit
34c4f86a
authored
Oct 03, 2019
by
Soby Mathew
Committed by
TrustedFirmware Code Review
Oct 03, 2019
Browse files
Merge "Add missing support for BL2_AT_EL3 in XIP memory" into integration
parents
efcf951f
0a12302c
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/arch/aarch32/el3_common_macros.S
View file @
34c4f86a
...
@@ -339,7 +339,7 @@
...
@@ -339,7 +339,7 @@
bl
zeromem
bl
zeromem
#endif
#endif
#ifdef
IMAGE_BL1
#if
def
ined(
IMAGE_BL1
) || (defined(IMAGE_BL2) && BL2_AT_EL3 && BL2_IN_XIP_MEM)
/
*
-----------------------------------------------------
/
*
-----------------------------------------------------
*
Copy
data
from
ROM
to
RAM
.
*
Copy
data
from
ROM
to
RAM
.
*
-----------------------------------------------------
*
-----------------------------------------------------
...
...
include/arch/aarch64/el3_common_macros.S
View file @
34c4f86a
...
@@ -366,7 +366,7 @@
...
@@ -366,7 +366,7 @@
bl
zeromem
bl
zeromem
#endif
#endif
#if defined(IMAGE_BL1) || (defined(IMAGE_BL2) && BL2_IN_XIP_MEM)
#if defined(IMAGE_BL1) || (defined(IMAGE_BL2) &&
BL2_AT_EL3 &&
BL2_IN_XIP_MEM)
adrp
x0
,
__DATA_RAM_START__
adrp
x0
,
__DATA_RAM_START__
add
x0
,
x0
,
:
lo12
:
__DATA_RAM_START__
add
x0
,
x0
,
:
lo12
:
__DATA_RAM_START__
adrp
x1
,
__DATA_ROM_START__
adrp
x1
,
__DATA_ROM_START__
...
...
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